Nothing Special   »   [go: up one dir, main page]

CN102779004A - Method and device for operating touch screen terminal screen - Google Patents

Method and device for operating touch screen terminal screen Download PDF

Info

Publication number
CN102779004A
CN102779004A CN2012102132576A CN201210213257A CN102779004A CN 102779004 A CN102779004 A CN 102779004A CN 2012102132576 A CN2012102132576 A CN 2012102132576A CN 201210213257 A CN201210213257 A CN 201210213257A CN 102779004 A CN102779004 A CN 102779004A
Authority
CN
China
Prior art keywords
touch
screen
closing
window
preset
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.)
Granted
Application number
CN2012102132576A
Other languages
Chinese (zh)
Other versions
CN102779004B (en
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.)
Yulong Computer Telecommunication Scientific Shenzhen Co Ltd
Original Assignee
Yulong Computer Telecommunication Scientific Shenzhen 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 Yulong Computer Telecommunication Scientific Shenzhen Co Ltd filed Critical Yulong Computer Telecommunication Scientific Shenzhen Co Ltd
Priority to CN201210213257.6A priority Critical patent/CN102779004B/en
Publication of CN102779004A publication Critical patent/CN102779004A/en
Application granted granted Critical
Publication of CN102779004B publication Critical patent/CN102779004B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention is suitable for the technical field of the touch screen terminal, which provides a method and a device for operating a touch screen terminal screen. The method comprises the following steps of: monitoring the touch action and the sliding track of a user on the touch screen; when the touch action and the sliding track are consistent with a preset gesture, closing an application program child window and/ or turning off the screen luminance. According to the method and the device for operating the touch screen terminal screen, the user can finish the screen turning-off operation without moving away the screen with fingers after the user carries out the normal operation, and the integration of the whole operation is realized.

Description

Method and device for controlling screen of touch screen terminal
Technical Field
The invention belongs to the technical field of touch screen terminals, and particularly relates to a method and a device for controlling a screen of a touch screen terminal.
Background
The screen brightness of the screen-off finger is turned off so as to achieve the purpose of saving electricity. The existing intelligent terminals such as mobile phones and tablet computers can automatically perform screen turn-off operation if a user does not perform any operation within a certain time range.
However, because the current intelligent terminal has high power consumption and short standby time, in order to reduce the power consumption, a user generally performs the screen-off operation manually after the operation is finished, and does not wait for a period of time to automatically turn off the screen. However, in the existing intelligent terminal, for example, a touch screen mobile phone, a user generally operates the screen with one hand or two hands, and when the screen is to be turned off after the operation is completed, the user needs to find the position of the power key first, move the hand out of the upper portion of the screen, move the hand to the power key generally located on the side of the body, and press the power key to turn off the screen.
Therefore, normal operation and screen-off operation performed on the intelligent terminal are divided into two completely different actions, the actions need to be realized by moving hands to different positions, and sometimes, a series of problems such as concealment of a power key and undersize and unobtrusiveness of the power key can bring inconvenience to a user during screen-off operation.
Disclosure of Invention
The embodiment of the invention aims to provide a method for controlling a screen of a touch screen terminal, which is used for solving the problem of inconvenient operation caused by the fact that the existing screen-off operation is divided into two completely different actions.
The embodiment of the invention is realized in such a way that a method for controlling a touch screen terminal screen comprises the following steps:
monitoring a touch action and a sliding track of a user on a touch screen;
and when the touch action and the sliding track are consistent with the preset gesture, closing the application program sub-window and/or closing the screen brightness.
Another object of an embodiment of the present invention is to provide a device for controlling a screen of a touch screen terminal, where the device includes:
the monitoring unit is used for monitoring the touch action and the sliding track of a user on the touch screen;
and the processing unit is used for closing the application program sub-window and/or closing the screen brightness when the touch action and the sliding track monitored by the monitoring unit are consistent with the preset gesture.
Another object of an embodiment of the present invention is to provide a touch screen terminal, which includes a device for controlling a screen of the touch screen terminal.
According to the technical scheme, the embodiment of the invention realizes the operation of controlling the closing of the application program sub-window and the closing of the screen brightness through the gesture, so that the user can complete the screen-off operation without moving the screen away by fingers after performing conventional operation, the uniformity of the whole operation is realized, and meanwhile, the trouble caused by the inconvenience of pressing a power key is avoided. Moreover, the gesture can also control the exit or closing of the application program child window, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a flowchart illustrating an implementation of a method for controlling a screen of a touch screen terminal according to a first embodiment of the present invention;
2a, 2b, 2c in fig. 2 are exemplary diagrams of screen manipulation operations provided by the first embodiment of the present invention;
fig. 3 is a flowchart illustrating an implementation of a method for controlling a screen of a touch screen terminal according to a second embodiment of the present invention;
fig. 4 is a flowchart illustrating an implementation of a method for controlling a screen of a touch screen terminal according to a third embodiment of the present invention;
fig. 5 is a flowchart illustrating an implementation of a method for controlling a screen of a touch screen terminal according to a fourth embodiment of the present invention;
fig. 6 is a configuration diagram of a touch screen terminal screen manipulation apparatus according to a fifth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
The first embodiment is as follows:
fig. 1 shows an implementation flow of a touch screen terminal screen manipulation method provided by a first embodiment, and the method process is detailed as follows:
in step S101, a touch action and a sliding track of a user on a touch screen are monitored.
In this embodiment, a gesture monitoring interface is implemented in base classes (parent classes) of all window classes of a touch screen terminal, and a touch action and a sliding track of a user on a touch screen of the touch screen terminal are monitored through the gesture monitoring interface.
It should be noted that, because there are many touch actions and sliding tracks input by the user and many functional operations of the touch screen terminal, before the touch actions and the sliding tracks are monitored, a corresponding relationship between each touch action and sliding track and the functional operation needs to be set in the gesture monitoring interface, so that the touch actions and the sliding tracks can be converted into control instructions corresponding to the functional operation when the touch actions and the sliding tracks are monitored, and corresponding operations are implemented. Wherein the corresponding relationship comprises one-to-one or one-to-many.
In step S102, when the touch action and the sliding track are consistent with a preset gesture, the application sub-window is closed and/or the screen brightness is closed.
Specifically, when a currently displayed window of the touch screen is an application program sub-window and a touch action and a sliding track monitored by the gesture monitoring interface are consistent with a preset gesture, closing the application program sub-window and/or closing screen brightness;
And when the currently displayed window of the touch screen is a main window and the touch action and the sliding track monitored by the gesture monitoring interface are consistent with the preset gesture, closing the screen brightness.
Wherein the preset gestures include, but are not limited to: two-point touch and the sliding track is sliding relatively or sliding in the opposite direction, the sliding direction includes but is not limited to sliding longitudinally, sliding transversely or sliding obliquely,
in this embodiment, the sliding directions are not distinguished from each other in a horizontal screen and a vertical screen, that is, no matter the touch screen terminal is in a horizontal screen state or a vertical screen state, a user can slide in a longitudinal direction (from top to bottom or from bottom to top), a transverse direction (from left to right or from right to left) or an oblique direction, fig. 2a, 2b and 2c show three examples of the longitudinal sliding and the oblique sliding, fig. 2a shows the longitudinal sliding in the vertical screen state, fig. 2b shows the longitudinal sliding in the horizontal screen state, and fig. 2c shows the oblique sliding in the horizontal screen state.
The application program sub-window includes but is not limited to a web page window, an office software window, a game window, an audio and video window, etc. The main window includes but is not limited to a desktop window of a touch screen terminal, a main interface window and the like.
It should be noted that, because the gesture monitoring interface is implemented in the base class of all window classes, all window classes inherit the gesture monitoring interface by default, and when a screen-off operation is performed on a certain window, the gesture monitoring interface of the base class is automatically called to implement the screen-off operation. Of course, each application program child window inheriting the self-base class can also rewrite the gesture monitoring interface according to the characteristics of the application program itself so as to cover the gesture monitoring interface of the base class and realize different functional operations. For example, a one-to-one mapping relationship is established, and when the touch action is two-point touch and longitudinal relative sliding, the closing of the application program sub-window is realized, that is, when the user performs a gesture of screen-off operation on the application program sub-window, the screen brightness is no longer closed, but the current application program sub-window is closed. Certainly, a one-to-many mapping relationship may also be established, and when the touch action is two-point touch and longitudinal relative sliding, the closing of the application program sub-window and the closing of the screen brightness are realized, that is, when the application program sub-window performs a gesture of a screen-off operation, the current application program sub-window is closed and the screen brightness is closed at the same time.
According to the embodiment of the invention, the closing and/or screen brightness closing of the application program sub-window of the touch screen terminal is controlled by sliding the two fingers on the screen oppositely or in opposite directions, namely the closing or opening of the two fingers is a natural gesture to represent the closing operation and/or screen-off operation of the application program sub-window, so that the touch screen terminal is in line with the habit of a user, is convenient for the user to memorize and has strong usability. According to the embodiment of the invention, when the user turns off the screen brightness after performing conventional operation, the finger does not need to move away from the screen to complete the screen turn-off operation, so that the uniformity of the whole operation is realized, and meanwhile, the trouble caused by the inconvenience of pressing a power key is avoided. Moreover, the gesture can also control the exit or closing of the application program child window, and the user experience is improved.
Example two:
fig. 3 shows an implementation flow of a touch screen terminal screen manipulation method provided by the second embodiment, and the method process is detailed as follows:
in step S301, a touch action and a sliding track of a user on the touch screen are monitored.
This step is the same as step S101 in the first embodiment, and the specific implementation process thereof is described in detail in relation to step S101 in the first embodiment, and is not described herein again.
In step S302, when the touch action is a two-point touch and the sliding track slides in a relative sliding or opposite direction, it is determined whether the sliding displacement of the two touch points is simultaneously greater than a preset first threshold, and when the sliding track slides in a relative sliding manner, the distance difference between the final drop points of the two touch points is smaller than a preset second threshold, and when the sliding track slides in an opposite direction, the distance difference between the final drop points of the two touch points is greater than a preset fourth threshold, if the determination result is "yes", step S303 is executed, otherwise, the current operation is terminated.
In this embodiment, in order to avoid a user misoperation or a conflict with other operations, after it is monitored that the touch action is a two-point touch and the sliding track is a longitudinal relative sliding, it is further required to determine whether displacement of the two touch points in the longitudinal relative sliding is simultaneously greater than a preset first threshold, and whether a distance difference between final landing points of the two touch points is smaller than a preset second threshold; or after the touch action is monitored to be two-point touch and the sliding track slides in opposite directions, whether the displacement of the two touch points sliding in opposite directions is simultaneously larger than a preset first threshold value or not needs to be judged, and whether the distance difference of the final falling points of the two touch points is larger than a preset fourth threshold value or not needs to be judged, if yes (namely, the two condition judgment results are both yes), the application program sub-window is judged to be closed and/or the screen brightness operation is judged to be closed.
It should be noted that, because different touch screen terminals have different screen sizes, the first threshold, the second threshold, and the fourth threshold in this embodiment are dynamic values (for example, 20% of the screen width in the horizontal screen state and 20% of the screen length in the vertical screen state), and may be automatically adjusted according to the size of the screen.
For example, taking a center point of the screen as an origin of a planar coordinate system, where two touch points are respectively above and below an X axis, location coordinates are (5, 0) and (-5, 0), the two touch points move (i.e., slide relatively) to the origin of the coordinate at the same time, when a distance traveled by the two touch points is 4 (greater than a first threshold 3), final drop points of the two touch points are (1, 0) and (-1, 0), respectively, and a distance difference is 2 (less than a second threshold 2.5), it is determined that the current operation is an operation of closing an application sub-window and/or closing screen brightness.
In step S303, the application sub-window is closed and/or the screen brightness is turned off.
Example three:
fig. 4 shows an implementation flow of a touch screen terminal screen manipulation method provided by the third embodiment, and the method process is detailed as follows:
in step S401, a touch action and a sliding track of a user on the touch screen are monitored.
This step is the same as step S101 in the first embodiment, and the specific implementation process thereof is described in detail in relation to step S101 in the first embodiment, and is not described herein again.
In step S402, when the touch action is a two-point touch and the sliding track slides in a relative sliding or opposite direction, it is determined whether the sliding speeds of the two touch points are simultaneously greater than a preset third threshold, if yes, step S403 is executed, otherwise, the current operation is ended.
In this embodiment, in order to avoid a user misoperation or a conflict with other operations, in this embodiment, after it is monitored that the touch action is a two-point touch and the sliding track slides in a relative sliding manner or in an opposite direction, it is further required to determine whether the sliding speeds of the two touch points are simultaneously greater than a preset third threshold, and if so, it is determined that the application program sub-window is closed and/or the screen brightness operation is closed, that is, the application program sub-window and/or the screen brightness is closed by fast sliding.
In step S403, the application sub-window is closed and/or the screen brightness is turned off.
Example four:
fig. 5 shows an implementation flow of a touch screen terminal screen-off method provided by a third embodiment, and the method process is detailed as follows:
In step S501, a touch action and a sliding track of a user on a touch screen are monitored.
This step is the same as step S101 in the first embodiment, and the specific implementation process thereof is described in detail in relation to step S101 in the first embodiment, and is not described herein again.
In step S502, when the touch action is two-point touch and the sliding track slides in opposite directions or relative sliding, it is determined whether the sliding displacements of the two touch points are simultaneously greater than a preset first threshold, when the sliding track slides in opposite directions, the distance difference between the final landing points of the two touch points is smaller than a preset second threshold, when the sliding track slides in opposite directions, the distance difference between the final landing points of the two touch points is greater than a preset fourth threshold, and the sliding speeds of the two touch points are simultaneously greater than a preset third threshold, if the determination result is "yes", step S503 is executed, otherwise, the current operation is not executed, and the current operation is ended.
In this embodiment, in order to avoid a user misoperation or a conflict with other operations, and ensure accuracy of a screen-off operation, after it is monitored that the touch action is a two-point touch and the sliding trajectory is a longitudinal relative sliding, it is further required to determine whether longitudinal relative sliding displacements of two touch points are simultaneously greater than a preset first threshold, whether a distance difference between final landing points of the two touch points is smaller than a preset second threshold, and whether sliding speeds of the two touch points are simultaneously greater than a preset third threshold; or after the touch action is monitored to be two-point touch and the sliding track slides in opposite directions, whether the sliding displacement of the two touch points in opposite directions is simultaneously larger than a preset first threshold, whether the distance difference of the final falling points of the two touch points is larger than a preset fourth threshold, and whether the sliding speed of the two touch points is simultaneously larger than a preset third threshold, if so (namely, the three condition judgment results are yes), judging to close the application program sub-window and/or close the screen brightness operation; if not (at least one of the three conditions is 'no'), the operation is not executed, and the current operation is ended.
In step S403, the application sub-window is closed and/or the screen brightness is turned off.
Example five:
fig. 6 shows a composition structure of a touch screen terminal screen manipulation apparatus according to a fifth embodiment of the present invention, and for convenience of description, only the portions related to the embodiment of the present invention are shown.
The touch screen terminal screen control device 6 may be a software unit, a hardware unit or a unit combining software and hardware which operates in the touch screen terminal, and may also be integrated into the touch screen terminal as an independent pendant or operate in an application system of the touch screen terminal.
The touchscreen terminal screen manipulation device 6 comprises a monitoring unit 61 and a processing unit 62. The specific functions of each unit are as follows:
the monitoring unit 61 is used for monitoring the touch action and the sliding track of the user on the touch screen;
and the processing unit 62 is configured to close the application program sub-window and/or close the screen brightness when the touch action and the sliding track monitored by the monitoring unit are consistent with a preset gesture.
Further, the processing unit 62 includes:
the determining module 621 is configured to determine whether sliding displacements of the two touch points are simultaneously greater than a preset first threshold, and when the sliding track slides relatively, whether a distance difference between final landing points of the two touch points is smaller than a preset second threshold, and when the sliding track slides in an opposite direction, whether a distance difference between final landing points of the two touch points is greater than a preset fourth threshold;
Or,
the device is used for judging whether the sliding speeds of the two touch points are simultaneously greater than a preset third threshold value;
or,
judging whether sliding displacement of the two touch points is simultaneously larger than a preset first threshold value, whether the distance difference between the final falling points of the two touch points is smaller than a preset second threshold value when the sliding track slides relatively, whether the distance difference between the final falling points of the two touch points is larger than a preset fourth threshold value when the sliding track slides in the opposite direction, and whether the sliding speed of the two touch points is simultaneously larger than a preset third threshold value, namely judging whether the longitudinal relative sliding displacement of the two touch points is simultaneously larger than the preset first threshold value, whether the distance difference between the final falling points of the two touch points is smaller than the preset second threshold value and whether the sliding speed of the two touch points is simultaneously larger than the preset third threshold value after the touch action is monitored as two-point touch and the sliding track slides longitudinally relatively; or after the touch action is monitored to be two-point touch and the sliding track slides in opposite directions, judging whether the sliding displacement of the two touch points in opposite directions is simultaneously larger than a preset first threshold, whether the distance difference of the final falling points of the two touch points is larger than a preset fourth threshold, and whether the sliding speed of the two touch points is simultaneously larger than a preset third threshold.
And the processing module 622 is configured to close the application sub-window and/or close the screen brightness when the determination result of the determining module is yes.
Further, the processing unit 62 is specifically configured to:
when the currently displayed window of the touch screen is an application program sub-window and the touch action and the sliding track are consistent with the preset gesture, closing the application program sub-window and/or closing the screen brightness;
and when the currently displayed window of the touch screen is a main window and the touch action and the sliding track are consistent with the preset gesture, closing the screen brightness.
Wherein the preset gestures include, but are not limited to: the two-point touch is carried out, the sliding track is relatively sliding or sliding in the opposite direction, the sliding direction includes but is not limited to longitudinal sliding, horizontal sliding or oblique sliding, and the application program sub-window includes but is not limited to a webpage window, an office software window, a game window or an audio and video window.
The touch screen terminal screen control device provided in this embodiment may use the corresponding touch screen terminal screen control method, for details, refer to the related descriptions of the first to fourth embodiments of the touch screen terminal screen control method, and are not described herein again.
Those skilled in the art can understand that each unit and module included in the fifth embodiment are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
In summary, the embodiment of the present invention controls the closing of the application program sub-window and/or the closing of the screen brightness of the touch screen terminal by sliding two fingers on the screen in opposite directions, that is, the closing or opening of the two fingers is a natural gesture to indicate the closing operation and/or the screen-off operation of the application program sub-window, which is in accordance with the habit of the user, and is convenient for the user to memorize and has strong usability. According to the embodiment of the invention, when the user turns off the screen brightness after performing conventional operation, the finger does not need to move away from the screen to complete the screen turn-off operation, so that the uniformity of the whole operation is realized, and meanwhile, the trouble caused by the inconvenience of pressing a power key is avoided. Moreover, the gesture can also control the exit or closing of the application program child window, and the user experience is improved. In addition, after the touch action is monitored to be two-point touch and the sliding track slides in a relative sliding mode or in the opposite direction, the touch action and the sliding track can be judged in multiple modes, so that misoperation or conflict with other operations of a user can be effectively avoided, and the accuracy of screen-off operation is ensured.
It will be further understood by those skilled in the art that all or part of the steps in the method for implementing the above embodiments may be implemented by relevant hardware instructed by a program stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several equivalent substitutions or obvious modifications, which are equivalent in performance or use, without departing from the inventive concept, should be considered as falling within the scope of the present invention as defined by the appended claims.

Claims (11)

1. A method for controlling a screen of a touch screen terminal is characterized by comprising the following steps:
monitoring a touch action and a sliding track of a user on a touch screen;
and when the touch action and the sliding track are consistent with the preset gesture, closing the application program sub-window and/or closing the screen brightness.
2. The method of claim 1, wherein the preset gesture comprises: the two-point touch is carried out, and the sliding tracks slide relatively or slide in opposite directions.
3. The method of claim 2, wherein closing the application sub-window and/or closing the screen brightness when the touch action and the sliding trajectory are consistent with a preset gesture specifically comprises:
judging whether sliding displacement of the two touch points is simultaneously larger than a preset first threshold value, and when the sliding track slides relatively, whether the distance difference of the final falling points of the two touch points is smaller than a preset second threshold value, and when the sliding track slides in the opposite direction, whether the distance difference of the final falling points of the two touch points is larger than a preset fourth threshold value;
if yes, closing the application program sub-window and/or closing the screen brightness.
4. The method as claimed in claim 2 or 3, wherein the closing the application sub-window and/or closing the screen brightness when the touch action and the sliding track are consistent with the preset gesture comprises:
Judging whether the sliding speeds of the two touch points are simultaneously greater than a preset third threshold value;
if yes, closing the application program sub-window and/or closing the screen brightness.
5. The method of any one of claims 1 to 3, wherein the closing the application sub-window and/or closing the screen brightness when the touch action and the sliding track are consistent with a preset gesture comprises:
when the currently displayed window of the touch screen is an application program sub-window and the touch action and the sliding track are consistent with the preset gesture, closing the application program sub-window and/or closing the screen brightness;
and when the currently displayed window of the touch screen is a main window and the touch action and the sliding track are consistent with the preset gesture, closing the screen brightness.
6. An apparatus for controlling a screen of a touch screen terminal, the apparatus comprising:
the monitoring unit is used for monitoring the touch action and the sliding track of a user on the touch screen;
and the processing unit is used for closing the application program sub-window and/or closing the screen brightness when the touch action and the sliding track monitored by the monitoring unit are consistent with the preset gesture.
7. The apparatus of claim 6, wherein the preset gesture comprises: the two-point touch is carried out, and the sliding tracks slide relatively or slide in opposite directions.
8. The apparatus of claim 7, wherein the processing unit comprises:
the judging module is used for judging whether sliding displacement of the two touch points is simultaneously larger than a preset first threshold value, whether the distance difference of the final falling points of the two touch points is smaller than a preset second threshold value when the sliding track slides relatively, and whether the distance difference of the final falling points of the two touch points is larger than a preset fourth threshold value when the sliding track slides in the opposite direction;
and the processing module is used for closing the application program sub-window and/or closing the screen brightness when the judgment result of the judgment module is yes.
9. The apparatus of claim 7 or 8, wherein the processing unit comprises:
the judging module is used for judging whether the sliding speeds of the two touch points are simultaneously greater than a preset third threshold value;
and the processing module is used for closing the application program sub-window and/or closing the screen brightness when the judgment result of the judgment module is yes.
10. The apparatus according to any one of claims 6 to 8, wherein the processing unit is specifically configured to:
when the currently displayed window of the touch screen is an application program sub-window and the touch action and the sliding track are consistent with the preset gesture, closing the application program sub-window and/or closing the screen brightness;
And when the currently displayed window of the touch screen is a main window and the touch action and the sliding track are consistent with the preset gesture, closing the screen brightness.
11. A touch screen terminal, characterized in that it comprises means for manipulating the screen of the touch screen terminal according to any one of claims 6 to 10.
CN201210213257.6A 2012-06-26 2012-06-26 Method and device for operating touch screen terminal screen Active CN102779004B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210213257.6A CN102779004B (en) 2012-06-26 2012-06-26 Method and device for operating touch screen terminal screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210213257.6A CN102779004B (en) 2012-06-26 2012-06-26 Method and device for operating touch screen terminal screen

Publications (2)

Publication Number Publication Date
CN102779004A true CN102779004A (en) 2012-11-14
CN102779004B CN102779004B (en) 2015-05-13

Family

ID=47123929

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210213257.6A Active CN102779004B (en) 2012-06-26 2012-06-26 Method and device for operating touch screen terminal screen

Country Status (1)

Country Link
CN (1) CN102779004B (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049209A (en) * 2012-12-31 2013-04-17 广东欧珀移动通信有限公司 Method and device for starting phone camera in screen extinguishing state of mobile phone
CN103051760A (en) * 2012-12-18 2013-04-17 广东欧珀移动通信有限公司 Touch screen mobile phone-based screen brightness regulation method
CN103076968A (en) * 2012-12-26 2013-05-01 天津三星通信技术研究有限公司 Operation control method for touch terminal and touch terminal thereof
CN103164120A (en) * 2013-01-31 2013-06-19 广东欧珀移动通信有限公司 Hidden APK icon fast display method and mobile terminal
CN103176738A (en) * 2013-02-01 2013-06-26 深圳桑菲消费通信有限公司 Expanding application method of mobile phone touch screen, mobile phone touch screen system and mobile phone
CN103560942A (en) * 2013-10-09 2014-02-05 广东欧珀移动通信有限公司 Notification message immediate processing method and system and mobile terminal
CN103873771A (en) * 2014-03-03 2014-06-18 深圳市中兴移动通信有限公司 Image processing device and image processing method
CN103873838A (en) * 2014-03-03 2014-06-18 深圳市中兴移动通信有限公司 Image processing device and image processing method
CN103870182A (en) * 2012-12-14 2014-06-18 联想(北京)有限公司 Display processing method, display processing device and electronic device
CN104077057A (en) * 2013-03-25 2014-10-01 腾讯科技(深圳)有限公司 Mobile device control method and system and mobile device
CN104182119A (en) * 2013-05-27 2014-12-03 腾讯科技(深圳)有限公司 Method and device for controlling state of multi-window page
CN104238946A (en) * 2014-09-19 2014-12-24 深圳市中兴移动通信有限公司 Touch control method, device and terminal
CN104375740A (en) * 2013-08-15 2015-02-25 联想(北京)有限公司 Cursor positioning method, device and terminal
CN104767889A (en) * 2015-04-17 2015-07-08 努比亚技术有限公司 Screen state control method and device
CN105094659A (en) * 2014-05-19 2015-11-25 中兴通讯股份有限公司 Method and terminal for operating applications based on gestures
WO2016101814A1 (en) * 2014-12-24 2016-06-30 阿里巴巴集团控股有限公司 Method and device for controlling mobile terminal application program
CN105765532A (en) * 2015-09-23 2016-07-13 深圳还是威健康科技有限公司 Information process method and intelligent wrist ring
CN105892914A (en) * 2016-03-29 2016-08-24 联想(北京)有限公司 Control method and electronic equipment
CN106095048A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 The method for closing of a kind of function and device
US9728163B2 (en) 2012-02-29 2017-08-08 Lenovo (Beijing) Co., Ltd. Operation mode switching method and electronic device
CN107229472A (en) * 2017-05-26 2017-10-03 珠海市魅族科技有限公司 A kind of interface switching method and device, computer installation and readable storage medium storing program for executing
CN107944869A (en) * 2017-12-29 2018-04-20 上海与德科技有限公司 One kind transaction control method, device, terminal and storage medium
CN108933862A (en) * 2018-06-13 2018-12-04 珠海市魅族科技有限公司 A kind of terminal puts out screen control method and device, terminal, readable storage medium storing program for executing
US10209814B2 (en) 2014-03-03 2019-02-19 Nubia Technology Co., Ltd. Image processing device and image processing method
CN109426476A (en) * 2017-09-05 2019-03-05 北京仁光科技有限公司 Signal source dispatches the signal dispatching method of system and signal source system
WO2020000969A1 (en) * 2018-06-29 2020-01-02 北京微播视界科技有限公司 Method and device for controlling information flow display panel, terminal apparatus, and storage medium
CN111939557A (en) * 2020-09-04 2020-11-17 深圳市七熊科技有限公司 Input method and device for variable-speed touch control
CN111966418A (en) * 2020-08-27 2020-11-20 维沃移动通信有限公司 Application program closing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727230A (en) * 2008-10-17 2010-06-09 中国移动通信集团公司 Method and device for controlling cursor of touch screen, and mobile communication terminal
CN101943993A (en) * 2010-08-26 2011-01-12 深圳桑菲消费通信有限公司 Method for unlocking and locking mobile terminal touch screen
CN101965549A (en) * 2008-03-12 2011-02-02 艾勒博科技股份有限公司 Touch sensor device and pointing coordinate determination method thereof
CN102193735A (en) * 2011-03-24 2011-09-21 北京思创银联科技股份有限公司 Touch operation method
CN102346621A (en) * 2010-07-30 2012-02-08 联想(北京)有限公司 Mobile communication terminal and touch control method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101965549A (en) * 2008-03-12 2011-02-02 艾勒博科技股份有限公司 Touch sensor device and pointing coordinate determination method thereof
CN101727230A (en) * 2008-10-17 2010-06-09 中国移动通信集团公司 Method and device for controlling cursor of touch screen, and mobile communication terminal
CN102346621A (en) * 2010-07-30 2012-02-08 联想(北京)有限公司 Mobile communication terminal and touch control method thereof
CN101943993A (en) * 2010-08-26 2011-01-12 深圳桑菲消费通信有限公司 Method for unlocking and locking mobile terminal touch screen
CN102193735A (en) * 2011-03-24 2011-09-21 北京思创银联科技股份有限公司 Touch operation method

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9728163B2 (en) 2012-02-29 2017-08-08 Lenovo (Beijing) Co., Ltd. Operation mode switching method and electronic device
CN103870182A (en) * 2012-12-14 2014-06-18 联想(北京)有限公司 Display processing method, display processing device and electronic device
CN103051760A (en) * 2012-12-18 2013-04-17 广东欧珀移动通信有限公司 Touch screen mobile phone-based screen brightness regulation method
CN103076968A (en) * 2012-12-26 2013-05-01 天津三星通信技术研究有限公司 Operation control method for touch terminal and touch terminal thereof
CN103076968B (en) * 2012-12-26 2016-06-22 天津三星通信技术研究有限公司 The method of controlling operation thereof of a kind of touch control terminal and touch control terminal thereof
CN103049209A (en) * 2012-12-31 2013-04-17 广东欧珀移动通信有限公司 Method and device for starting phone camera in screen extinguishing state of mobile phone
CN103049209B (en) * 2012-12-31 2016-04-06 广东欧珀移动通信有限公司 The method and apparatus of mobile phone camera is started under mobile phone puts out screen state
CN103164120A (en) * 2013-01-31 2013-06-19 广东欧珀移动通信有限公司 Hidden APK icon fast display method and mobile terminal
CN103176738A (en) * 2013-02-01 2013-06-26 深圳桑菲消费通信有限公司 Expanding application method of mobile phone touch screen, mobile phone touch screen system and mobile phone
CN104077057A (en) * 2013-03-25 2014-10-01 腾讯科技(深圳)有限公司 Mobile device control method and system and mobile device
CN104182119B (en) * 2013-05-27 2018-02-09 腾讯科技(深圳)有限公司 The condition control method and device of the multiwindow page
CN104182119A (en) * 2013-05-27 2014-12-03 腾讯科技(深圳)有限公司 Method and device for controlling state of multi-window page
CN104375740A (en) * 2013-08-15 2015-02-25 联想(北京)有限公司 Cursor positioning method, device and terminal
CN103560942B (en) * 2013-10-09 2016-08-31 广东欧珀移动通信有限公司 Method, system and the mobile terminal of a kind of quick process announcement information
CN103560942A (en) * 2013-10-09 2014-02-05 广东欧珀移动通信有限公司 Notification message immediate processing method and system and mobile terminal
CN103873838B (en) * 2014-03-03 2015-12-30 努比亚技术有限公司 A kind of image processing apparatus and image processing method
CN103873838A (en) * 2014-03-03 2014-06-18 深圳市中兴移动通信有限公司 Image processing device and image processing method
CN103873771B (en) * 2014-03-03 2015-06-17 努比亚技术有限公司 Image processing device and image processing method
CN103873771A (en) * 2014-03-03 2014-06-18 深圳市中兴移动通信有限公司 Image processing device and image processing method
US10209814B2 (en) 2014-03-03 2019-02-19 Nubia Technology Co., Ltd. Image processing device and image processing method
CN105094659A (en) * 2014-05-19 2015-11-25 中兴通讯股份有限公司 Method and terminal for operating applications based on gestures
CN104238946A (en) * 2014-09-19 2014-12-24 深圳市中兴移动通信有限公司 Touch control method, device and terminal
WO2016101814A1 (en) * 2014-12-24 2016-06-30 阿里巴巴集团控股有限公司 Method and device for controlling mobile terminal application program
CN105786341B (en) * 2014-12-24 2019-12-13 阿里巴巴集团控股有限公司 Method and device for controlling application program of mobile terminal
CN105786341A (en) * 2014-12-24 2016-07-20 阿里巴巴集团控股有限公司 Mobile terminal application control method and apparatus
CN104767889B (en) * 2015-04-17 2016-10-19 努比亚技术有限公司 Screen state control method and device
CN104767889A (en) * 2015-04-17 2015-07-08 努比亚技术有限公司 Screen state control method and device
CN105765532A (en) * 2015-09-23 2016-07-13 深圳还是威健康科技有限公司 Information process method and intelligent wrist ring
WO2017049475A1 (en) * 2015-09-23 2017-03-30 深圳还是威健康科技有限公司 Information processing method and smart wristband
CN105892914A (en) * 2016-03-29 2016-08-24 联想(北京)有限公司 Control method and electronic equipment
CN106095048B (en) * 2016-05-31 2019-02-12 Oppo广东移动通信有限公司 A kind of method for closing and device of function
CN106095048A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 The method for closing of a kind of function and device
CN107229472A (en) * 2017-05-26 2017-10-03 珠海市魅族科技有限公司 A kind of interface switching method and device, computer installation and readable storage medium storing program for executing
CN109426476B (en) * 2017-09-05 2021-09-10 北京仁光科技有限公司 Signal source scheduling system and signal scheduling method of signal source system
CN109426476A (en) * 2017-09-05 2019-03-05 北京仁光科技有限公司 Signal source dispatches the signal dispatching method of system and signal source system
CN107944869A (en) * 2017-12-29 2018-04-20 上海与德科技有限公司 One kind transaction control method, device, terminal and storage medium
CN107944869B (en) * 2017-12-29 2022-06-21 山东影响力智能科技有限公司 Transaction control method, device, terminal and storage medium
CN108933862A (en) * 2018-06-13 2018-12-04 珠海市魅族科技有限公司 A kind of terminal puts out screen control method and device, terminal, readable storage medium storing program for executing
US10990278B2 (en) 2018-06-29 2021-04-27 Beijing Microlive Vision Technology Co., Ltd. Method and device for controlling information flow display panel, terminal apparatus, and storage medium
WO2020000969A1 (en) * 2018-06-29 2020-01-02 北京微播视界科技有限公司 Method and device for controlling information flow display panel, terminal apparatus, and storage medium
CN111966418A (en) * 2020-08-27 2020-11-20 维沃移动通信有限公司 Application program closing method and device
CN111966418B (en) * 2020-08-27 2024-06-07 维沃移动通信有限公司 Application program closing method and device
CN111939557A (en) * 2020-09-04 2020-11-17 深圳市七熊科技有限公司 Input method and device for variable-speed touch control

Also Published As

Publication number Publication date
CN102779004B (en) 2015-05-13

Similar Documents

Publication Publication Date Title
CN102779004B (en) Method and device for operating touch screen terminal screen
US10642483B2 (en) Quick screen splitting method, apparatus, and electronic device, display UI, and storage medium
US10996834B2 (en) Touchscreen apparatus user interface processing method and touchscreen apparatus
CN107613094A (en) Method for operating mobile terminal by one hand and mobile terminal
US20180224997A1 (en) Method and system for one-handed operations of mobile terminal
TW201617837A (en) A processing method of screen-displayed window and mobile terminal
CN103793137A (en) Display method and electronic device
EP3683666A1 (en) Floating action button display method and terminal device
WO2022007934A1 (en) Application icon control method and apparatus, and electronic device
CN103279295A (en) Method and device for terminal desktop icon switching
CN108196759A (en) Control figure calibration method and terminal
US20140035853A1 (en) Method and apparatus for providing user interaction based on multi touch finger gesture
CN110007800B (en) Control method, device and equipment of touch operation mode and storage medium
KR20140047515A (en) Electronic device for inputting data and operating method thereof
CN110928614B (en) Interface display method, device, equipment and storage medium
CN104516638A (en) Volume control method and device
WO2021197487A1 (en) Method and apparatus for controlling terminal screen by means of mouse, mouse and storage medium
CN103809852A (en) Method and device for displaying multiple application programs on same screen at same time
WO2019000669A1 (en) Operating-mode switching method and apparatus, mirror display device, and storage medium
JP7372945B2 (en) Scenario control method, device and electronic device
US10025420B2 (en) Method for controlling display of touchscreen, and mobile device
CN105302459B (en) Single-hand control method and device for terminal
CN105094548A (en) Information processing method and electronic equipment
KR101699026B1 (en) System and method for providing user interface
KR20200087742A (en) Method for resizing window area and electronic device for the same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant