CN105912312A - Control sliding control method and device thereof - Google Patents

Control sliding control method and device thereof Download PDF

Info

Publication number
CN105912312A
CN105912312A CN201510921285.7A CN201510921285A CN105912312A CN 105912312 A CN105912312 A CN 105912312A CN 201510921285 A CN201510921285 A CN 201510921285A CN 105912312 A CN105912312 A CN 105912312A
Authority
CN
China
Prior art keywords
sliding
control
distance
edge
desktop
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510921285.7A
Other languages
Chinese (zh)
Inventor
刘俊伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
LeTV Mobile Intelligent Information Technology Beijing Co Ltd
Original Assignee
LeTV Mobile Intelligent Information Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by LeTV Mobile Intelligent Information Technology Beijing Co Ltd filed Critical LeTV Mobile Intelligent Information Technology Beijing Co Ltd
Priority to CN201510921285.7A priority Critical patent/CN105912312A/en
Publication of CN105912312A publication Critical patent/CN105912312A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a control sliding control method and a device thereof. The method and the device are applied in an Android system. The method comprises: determining whether a control has sliding trend of exceeding the edge of a desktop; if the control has sliding trend of exceeding the edge of the desktop, commanding the control to perform damping sliding. When the control exceeds the edge of a display interface, the control slides to simulate damping effect, so experience is more friendly, and operation is more natural.

Description

Control sliding control method and device
Technical Field
The present application relates to the technical field of control, and in particular, to a control sliding control method and apparatus.
Background
With the increasing popularity of smart devices such as smart phones in the current society, people also demand higher and higher use experience of smart devices. Controls are packages of data and methods, and smart devices typically control the display of an interface through the controls in use. For example, scrolling of views through controls.
In general, an Android system causes a user to feel that an edge of a display interface is touched by gradually displaying a gradually changing color when the edge of the display interface is touched.
However, in such a manner that the user feels the edge of the display interface by gradually displaying the gradually changing color, the user cannot obtain a real tactile sensation, and the user feels unnatural during operation, which results in an unfriendly user experience.
Therefore, how to make the sliding experience of the control beyond the edge more friendly becomes a technical problem to be solved urgently in the prior art.
Disclosure of Invention
In view of this, the present application provides a control sliding control method and device, where when the control sliding exceeds the edge of the display interface, the control sliding simulates a damping effect, so that the experience is more friendly and the operation is more natural.
The application provides a control sliding control method, which is applied to an android system and comprises the following steps:
judging whether the control has a sliding trend exceeding the edge of the desktop;
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding.
In a specific embodiment of the present application, the determining whether the control has a sliding trend beyond the edge of the desktop includes:
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
In a specific embodiment of the present application, if the control has a sliding trend beyond an edge of the desktop, the causing the control to perform damped sliding includes:
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
In a specific embodiment of the present application, if the control has a sliding trend beyond an edge of the desktop, the causing the control to perform damped sliding further includes:
obtaining the sliding distance of an object on a screen;
multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control;
and enabling the control to slide according to the sliding distance of the control.
In a specific embodiment of the present application, the sliding coefficient is:
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
In a specific embodiment of the present application, the method further includes:
and if the control does not have the sliding trend beyond the edge of the desktop, the control is enabled to perform ordinary sliding.
The application also provides a controlling part sliding control device, is applied to android system, includes:
the sliding judgment module is used for judging whether the control has a sliding trend exceeding the edge of the desktop;
and the damping sliding module is used for enabling the control to perform damping sliding when the control has a sliding trend exceeding the edge of the desktop.
In an embodiment of the present application, the sliding determination module is specifically configured to,
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
In a particular embodiment of the present application, the damped sliding module is particularly adapted for,
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
In a specific embodiment of the present application, the damping slide module includes:
an object distance unit for obtaining a sliding distance of the object on the screen;
the control distance unit is used for multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control;
and the control sliding unit is used for enabling the control to slide according to the sliding distance of the control.
In a specific embodiment of the present application, the sliding coefficient is:
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
In a specific embodiment of the present application, the apparatus further includes:
and the common sliding module is used for enabling the control to perform common sliding when the control does not have a sliding trend exceeding the edge of the desktop.
According to the technical scheme, whether the control has the sliding trend exceeding the edge of the desktop or not is judged, if yes, the control is made to slide in a damping mode, and if not, the control is made to slide normally. Therefore, when the edge of the display interface is exceeded, the control slides to simulate the damping effect, so that the experience is more friendly, and the operation is more natural.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art according to the drawings.
FIG. 1 is a schematic diagram of a smart device used in the present application;
FIG. 2 is a flowchart of an embodiment of a control slide control method according to the present application;
FIG. 3 is a flowchart illustrating a step S2 in the method for controlling sliding movement of a control according to the present application;
FIG. 4 is a diagram of a damping function model in a control sliding control method according to the present application;
FIG. 5 is a flowchart of another embodiment of a control slide control method according to the present application;
FIG. 6 is a schematic structural diagram of an embodiment of a control slide control apparatus according to the present application;
FIG. 7 is a schematic structural diagram of a control distance module in a structure of a control sliding control apparatus according to the present application;
FIG. 8 is a flow chart of another embodiment of a control slide control apparatus according to the present application;
FIG. 9 is a flowchart of an application of a control slide control method according to the present application.
Detailed Description
The method and the device for controlling the sliding of the desktop edge judge whether the control has a sliding trend exceeding the desktop edge, if so, the control is made to slide in a damping mode, and if not, the control is made to slide normally. Therefore, when the edge of the display interface is exceeded, the control slides to simulate the damping effect, so that the experience is more friendly, and the operation is more natural.
Of course, it is not necessary for any particular embodiment of the invention to achieve all of the above advantages at the same time.
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all embodiments. All other embodiments that can be derived from the embodiments given herein by a person of ordinary skill in the art are intended to be within the scope of the present disclosure.
The following further describes the present application with reference to the drawings.
A specific embodiment of the present application provides a control sliding control method, which is applied to an android system.
Specifically, the method and the device can be installed in intelligent equipment such as a smart phone, a PAD and the like in implementation.
Referring to fig. 1, the smart device includes in hardware: a main control chip 11, a memory 12, an input-output module 13 and other hardware 14. The main control chip 11 controls each function module, the memory 12 stores each application program and data, and the input/output module 13 performs input and output.
Referring to fig. 2, the control slide control method includes:
and S1, judging whether the control has a sliding trend beyond the edge of the desktop.
In a specific implementation of the present application, the step S1 includes:
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
Specifically, a (getScrollX) method is adopted to obtain the distance of the horizontal sliding of the current control, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, the current control is located at the left edge or the right edge. And acquiring the longitudinal sliding distance of the current control by adopting a (getScrollY) method, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, determining that the current control is positioned at the upper edge or the lower edge.
When the control slides leftwards or rightwards, the sliding distance of the control is already 0, and a leftward sliding instruction is still continuously received, which indicates that the left edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and the sliding instruction to the right is continuously received, the right edge of the display interface is reached. When the control slides upwards or downwards, the sliding distance of the control is already 0, and an upward sliding instruction is still continuously received, which indicates that the upper edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and a downward sliding instruction is continuously received, the lower edge of the display interface is reached.
And S2, if the control has a sliding trend beyond the edge of the desktop, enabling the control to perform damping sliding.
In another specific implementation of the present application, the step S2 includes:
and the control performs damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
The maximum damping sliding distance can be set by one of ordinary skill in the art as desired, such as 10 pixels.
And when the control has a sliding trend exceeding the edge of the desktop, the control performs damping sliding between the edge of the desktop and a preset maximum damping sliding distance. Therefore, the experience is more friendly, and the operation is more natural.
Referring to fig. 3, the step S2 further includes:
and S21, obtaining the sliding distance of the object on the screen.
Specifically, the object may be a finger, an operating pen, or the like, and the object slides on the screen to generate a sliding instruction, and the sliding distance of the object on the screen is obtained according to the sliding instruction.
And S22, multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control.
The sliding coefficient is:
1 - x L - - - ( 1 ) ,
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
Referring to fig. 4, equation (1) is a damped sliding model, where the sliding coefficient is 1 at the edge of the desktop, and the sliding coefficient becomes smaller and smaller as the sliding distance increases, so that the object slides the same distance on the screen, but the control slides different distances. The smaller the sliding coefficient, the harder the object slides on the screen until it is unable to slide. The formula (1) truly simulates the damping effect, and the damping sliding only needs to convert the sliding distance of the control into the sliding distance of the user on the screen multiplied by the corresponding sliding coefficient to achieve the damping effect.
And S23, enabling the control to slide according to the sliding distance of the control.
The control slides according to the sliding distance obtained by calculation according to the formula (1), and the sliding coefficient becomes smaller and smaller along with the increase of the sliding distance, so that a user feels that the sliding is more difficult to slide towards the edge direction, and when the control slides to the maximum damping sliding distance, the sliding coefficient becomes 0 and the control cannot slide any more, so that the damping sliding effect is generated.
In another specific implementation of the present application, referring to fig. 5, the method further includes:
and S3, if the control does not have the sliding trend beyond the edge of the desktop, enabling the control to normally slide.
And if the control does not have the sliding trend beyond the edge of the desktop, the control still slides normally, namely the sliding distance of the control is the sliding distance of the object on the screen.
When the application exceeds the edge of the display interface, the control slides to simulate the damping effect, so that the experience is more friendly, and the operation is more natural.
Corresponding to the foregoing method, another specific embodiment of the present application provides a control sliding control apparatus, which is applied to an android system.
Specifically, the method and the device can be installed in intelligent equipment such as a smart phone, a PAD and the like in implementation.
Referring to fig. 1, the smart device includes in hardware: a main control chip 11, a memory 12, an input-output module 13 and other hardware 14. The main control chip 11 controls each function module, the memory 12 stores each application program and data, and the input/output module 13 performs input and output.
Referring to fig. 6, the control slide control apparatus includes:
and the sliding judging module 61 is used for judging whether the control has a sliding trend exceeding the edge of the desktop.
And the damping sliding module 62 is used for enabling the control to perform damping sliding when the control has a sliding trend exceeding the edge of the desktop.
When the application exceeds the edge of the display interface, the control slides to simulate the damping effect, so that the experience is more friendly, and the operation is more natural.
In one specific implementation of the present application, the sliding determination module 61 is specifically configured to,
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
Specifically, a (getScrollX) method is adopted to obtain the distance of the horizontal sliding of the current control, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, the current control is located at the left edge or the right edge. And acquiring the longitudinal sliding distance of the current control by adopting a (getScrollY) method, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, determining that the current control is positioned at the upper edge or the lower edge.
When the control slides leftwards or rightwards, the sliding distance of the control is already 0, and a leftward sliding instruction is still continuously received, which indicates that the left edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and the sliding instruction to the right is continuously received, the right edge of the display interface is reached. When the control slides upwards or downwards, the sliding distance of the control is already 0, and an upward sliding instruction is still continuously received, which indicates that the upper edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and a downward sliding instruction is continuously received, the lower edge of the display interface is reached.
In another specific implementation of the present application, the damping sliding module 62 is specifically configured to, when the control has a sliding tendency exceeding the edge of the desktop, make the control perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
The maximum damping sliding distance can be set by one of ordinary skill in the art as desired, such as 10 pixels.
And when the control has a sliding trend exceeding the edge of the desktop, the control performs damping sliding between the edge of the desktop and a preset maximum damping sliding distance. Therefore, the experience is more friendly, and the operation is more natural.
Referring to fig. 7, the damping slide module 62 includes:
and an object distance unit 621 configured to obtain a sliding distance of the object on the screen.
And a control distance unit 622, configured to multiply the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control.
And a control sliding unit 623, configured to slide the control according to the sliding distance of the control.
Specifically, the object may be a finger, an operating pen, or the like, and the object slides on the screen to generate a sliding instruction, and the sliding distance of the object on the screen is obtained according to the sliding instruction.
The sliding coefficient is:
1 - x L - - - ( 1 ) ,
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
Referring to fig. 4, equation (1) is a damped sliding model, where the sliding coefficient is 1 at the edge of the desktop, and the sliding coefficient becomes smaller and smaller as the sliding distance increases, so that the object slides the same distance on the screen, but the control slides different distances. The smaller the sliding coefficient, the harder the object slides on the screen until it is unable to slide. The formula (1) truly simulates the damping effect, and the damping sliding only needs to convert the sliding distance of the control into the sliding distance of the user on the screen multiplied by the corresponding sliding coefficient to achieve the damping effect.
The control slides according to the sliding distance obtained by calculation according to the formula (1), and the sliding coefficient becomes smaller and smaller along with the increase of the sliding distance, so that a user feels that the sliding is more difficult to slide towards the edge direction, and when the control slides to the maximum damping sliding distance, the sliding coefficient becomes 0 and the control cannot slide any more, so that the damping sliding effect is generated.
And if the control does not have the sliding trend beyond the edge of the desktop, the control still slides normally, namely the sliding distance of the control is the sliding distance of the object on the screen.
When the application exceeds the edge of the display interface, the control slides to simulate the damping effect, so that the experience is more friendly, and the operation is more natural.
In another specific implementation of the present application, referring to fig. 8, the apparatus further includes:
and the common sliding module 63 is used for enabling the control to perform common sliding when the control does not have a sliding trend exceeding the edge of the desktop.
The following further illustrates the present application by way of a specific application scenario.
Referring to fig. 9, the control slide control method includes:
91. and judging whether the control has a sliding trend beyond the edge of the desktop.
And acquiring the transverse sliding distance of the current control by adopting a (getScrollX) method, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, determining that the current control is positioned at the left edge or the right edge. And acquiring the longitudinal sliding distance of the current control by adopting a (getScrollY) method, and if the distance is 0 or the distance is equal to the length (getWidth) of the control, determining that the current control is positioned at the upper edge or the lower edge.
When the control slides leftwards or rightwards, the sliding distance of the control is already 0, and a leftward sliding instruction is still continuously received, which indicates that the left edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and the sliding instruction to the right is continuously received, the right edge of the display interface is reached. When the control slides upwards or downwards, the sliding distance of the control is already 0, and an upward sliding instruction is still continuously received, which indicates that the upper edge of the display interface is reached; and if the sliding distance of the control is the length of the control, and a downward sliding instruction is continuously received, the lower edge of the display interface is reached.
92. And if the control has a sliding trend beyond the edge of the desktop, obtaining the sliding distance of the object on the screen.
Specifically, the object may be a finger, an operating pen, or the like, and the object slides on the screen to generate a sliding instruction, and the sliding distance of the object on the screen is obtained according to the sliding instruction.
93. And multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control.
The sliding coefficient is:
1 - x L - - - ( 1 ) ,
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
Referring to fig. 4, equation (1) is a damped sliding model, where the sliding coefficient is 1 at the edge of the desktop, and the sliding coefficient becomes smaller and smaller as the sliding distance increases, so that the object slides the same distance on the screen, but the control slides different distances. The smaller the sliding coefficient, the harder the object slides on the screen until it is unable to slide. The formula (1) truly simulates the damping effect, and the damping sliding only needs to convert the sliding distance of the control into the sliding distance of the user on the screen multiplied by the corresponding sliding coefficient to achieve the damping effect.
94. And enabling the control to perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance according to the sliding distance of the control.
The maximum damping sliding distance can be set by one of ordinary skill in the art as desired, such as 10 pixels.
And when the control has a sliding trend exceeding the edge of the desktop, the control performs damping sliding between the edge of the desktop and a preset maximum damping sliding distance. Therefore, the experience is more friendly, and the operation is more natural.
95. And if the control does not have the sliding trend beyond the edge of the desktop, the control is enabled to perform ordinary sliding.
And if the control does not have the sliding trend beyond the edge of the desktop, the control still slides normally, namely the sliding distance of the control is the sliding distance of the object on the screen.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus (device), or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application. It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (12)

1. A control sliding control method is applied to an android system and is characterized by comprising the following steps:
judging whether the control has a sliding trend exceeding the edge of the desktop;
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding.
2. The method of claim 1, wherein the determining whether the control has a sliding tendency beyond the edge of the desktop comprises:
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
3. The method according to claim 1 or 2, wherein if the control has a sliding tendency beyond the edge of the desktop, the controlling to perform damping sliding comprises:
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
4. The method of claim 3, wherein if the control has a tendency to slide beyond the edge of the desktop, then causing the control to perform the damped sliding further comprises:
obtaining the sliding distance of an object on a screen;
multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control;
and enabling the control to slide according to the sliding distance of the control.
5. The method of claim 4, wherein the slip factor is:
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
6. The method of claim 1, further comprising:
and if the control does not have the sliding trend beyond the edge of the desktop, the control is enabled to perform ordinary sliding.
7. The utility model provides a controlling part sliding control device, is applied to android system, its characterized in that includes:
the sliding judgment module is used for judging whether the control has a sliding trend exceeding the edge of the desktop;
and the damping sliding module is used for enabling the control to perform damping sliding when the control has a sliding trend exceeding the edge of the desktop.
8. The apparatus of claim 7, wherein the slip determination module is specifically configured to,
when the sliding distance of the control is 0, continuing to receive an instruction of sliding to the sliding starting point end; or,
and when the sliding distance of the control is the length of the control, continuing receiving the instruction of sliding to the sliding end point.
9. The device according to claim 7 or 8, characterized in that the damped sliding module is in particular for,
and if the control has a sliding trend exceeding the edge of the desktop, enabling the control to perform damping sliding between the edge of the desktop and a preset maximum damping sliding distance.
10. The apparatus of claim 9, wherein the damped slide module comprises:
an object distance unit for obtaining a sliding distance of the object on the screen;
the control distance unit is used for multiplying the sliding distance of the object on the screen by the corresponding sliding coefficient to obtain the sliding distance of the control;
and the control sliding unit is used for enabling the control to slide according to the sliding distance of the control.
11. The apparatus of claim 10, wherein the slip factor is:
and L is the maximum damping sliding distance, and x is the distance between the current position of the control and the edge of the desktop.
12. The apparatus of claim 7, further comprising:
and the common sliding module is used for enabling the control to perform common sliding when the control does not have a sliding trend exceeding the edge of the desktop.
CN201510921285.7A 2015-12-11 2015-12-11 Control sliding control method and device thereof Pending CN105912312A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510921285.7A CN105912312A (en) 2015-12-11 2015-12-11 Control sliding control method and device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510921285.7A CN105912312A (en) 2015-12-11 2015-12-11 Control sliding control method and device thereof

Publications (1)

Publication Number Publication Date
CN105912312A true CN105912312A (en) 2016-08-31

Family

ID=56744239

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510921285.7A Pending CN105912312A (en) 2015-12-11 2015-12-11 Control sliding control method and device thereof

Country Status (1)

Country Link
CN (1) CN105912312A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569095A (en) * 2019-08-09 2019-12-13 华为技术有限公司 Method and electronic equipment for displaying page elements
CN111857917A (en) * 2020-07-09 2020-10-30 北京字节跳动网络技术有限公司 Interaction method, device, equipment and medium
CN113805752A (en) * 2021-09-24 2021-12-17 维沃移动通信有限公司 Object moving method and electronic equipment
CN114371830A (en) * 2021-12-15 2022-04-19 西安理工大学 Method for setting integral point time of roller type time control in display screen panel

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699289A (en) * 2013-12-13 2014-04-02 广州华多网络科技有限公司 Method and device for responding to sliding operation
CN104346083A (en) * 2013-07-25 2015-02-11 富泰华工业(深圳)有限公司 Display control system and method based on sliding touch operation
CN104881233A (en) * 2015-05-15 2015-09-02 广东小天才科技有限公司 Sliding control method and device in touch interface

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104346083A (en) * 2013-07-25 2015-02-11 富泰华工业(深圳)有限公司 Display control system and method based on sliding touch operation
CN103699289A (en) * 2013-12-13 2014-04-02 广州华多网络科技有限公司 Method and device for responding to sliding operation
CN104881233A (en) * 2015-05-15 2015-09-02 广东小天才科技有限公司 Sliding control method and device in touch interface

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569095A (en) * 2019-08-09 2019-12-13 华为技术有限公司 Method and electronic equipment for displaying page elements
US11675478B2 (en) 2019-08-09 2023-06-13 Honor Device Co., Ltd. Method for displaying page elements and electronic device
US11989388B2 (en) 2019-08-09 2024-05-21 Honor Device Co., Ltd. Method for displaying page elements and electronic device
CN111857917A (en) * 2020-07-09 2020-10-30 北京字节跳动网络技术有限公司 Interaction method, device, equipment and medium
WO2022007779A1 (en) * 2020-07-09 2022-01-13 北京字节跳动网络技术有限公司 Interaction method and apparatus, and device and medium
CN113805752A (en) * 2021-09-24 2021-12-17 维沃移动通信有限公司 Object moving method and electronic equipment
WO2023045927A1 (en) * 2021-09-24 2023-03-30 维沃移动通信有限公司 Object moving method and electronic device
CN114371830A (en) * 2021-12-15 2022-04-19 西安理工大学 Method for setting integral point time of roller type time control in display screen panel

Similar Documents

Publication Publication Date Title
US11507261B2 (en) Suspend button display method and terminal device
MY171645A (en) Mobile information terminal control method and program
EP2383027A3 (en) User interface processing apparatus, method of processing user interface, and non-transitory computer-readable medium embodying computer program for processing user interface
CN105912312A (en) Control sliding control method and device thereof
CN104571918A (en) Terminal single-hand operation interface triggering method and device
US20140143717A1 (en) Electronic device and page zooming method thereof
CN106502573A (en) A kind of method and device of view interface movement
CN105843470A (en) Information processing method and electronic device
CN106020760A (en) Multi-display-brightness data display method and device
US20180188809A1 (en) Bioelectricity-based control method and apparatus, and bioelectricity-based controller
CN103076954B (en) The method of adjustment display effect and device
CN105183420B (en) A kind of information processing method and electronic equipment
CN104932790A (en) Information processing method and electronic equipment
US20170139584A1 (en) User account switching interface
KR20150095523A (en) Electronic apparatus and method for extracting color in electronic apparatus
CN103809909B (en) A kind of information processing method and electronic equipment
CN103414823B (en) Realize method and the device of the upper and lower pivoted operating system of mobile phone
CN106126057B (en) Screen capture method and device and terminal equipment
CN105900411A (en) Adjustment method and device for terminal-setting parameter
CN104881233B (en) Sliding control method and device in touch interface
CN105446583B (en) A kind of touch-screen input method and electronic equipment
KR20170059314A (en) Input processing method and device
CN105487764B (en) A kind of man-machine interaction method and device based on shortcut menu
CN106610748B (en) Information input method and device of touch screen
CN104536709A (en) Display control method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160831

WD01 Invention patent application deemed withdrawn after publication