WO2011035722A1 - Method for identifying action on touch device and action identifying device - Google Patents

Method for identifying action on touch device and action identifying device Download PDF

Info

Publication number
WO2011035722A1
WO2011035722A1 PCT/CN2010/077238 CN2010077238W WO2011035722A1 WO 2011035722 A1 WO2011035722 A1 WO 2011035722A1 CN 2010077238 W CN2010077238 W CN 2010077238W WO 2011035722 A1 WO2011035722 A1 WO 2011035722A1
Authority
WO
WIPO (PCT)
Prior art keywords
land
touch device
time
reference time
signal
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.)
Ceased
Application number
PCT/CN2010/077238
Other languages
French (fr)
Inventor
Lei Li
Bangjun He
Yun Yang
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.)
BYD Co Ltd
Original Assignee
BYD 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 BYD Co Ltd filed Critical BYD Co Ltd
Publication of WO2011035722A1 publication Critical patent/WO2011035722A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text

Definitions

  • the present disclosure relates to a touch device, and more particularly to a method for identifying action on a touch device and an identification device for a touch device.
  • GUI Graphical User Interface
  • a pointing tool such as mouse or trackball may be used to move on a computer screen and then some actions such as selecting will be displayed in a window. Because the method is practiced in a human visual conforming manner, it is widely applied to electronic devices installed with window software.
  • a pointing tool such as mouse will be used for description.
  • the cursor When the mouse is moved, the cursor will be moved accordingly, and a command such as single click, double click or drag etc will be executed by pressing a button such as the left button of the mouse in a position of the window where the command has to be executed.
  • a touch device is normally adopted for executing a desired command for simplicity, handiness and low cost thereof.
  • the touch devices are widely adopted in the electronic devices.
  • Figs. 1 to 3 show sequence diagrams for single click, double click and drag action on a touch device in prior art respectively.
  • the numerals 101, 102 and 103 represent respectively a single click, double click and a drag action.
  • the method for identifying the signal click action comprising the steps of: detecting a first land of a object on the touch device; comparing a first time duration tl of the first land of the object with a first reference time; generating a first signal 1 1 if the first time duration tl of the first land of the object is smaller than the first reference time; terminating the first signal 1 1 and generating a single click signal if no second land is detected in a second reference time; maintaining the first signal if a second land is detected and the time span t2 between the first land and the second land is larger than the second reference time; comparing the second time duration t3 of the second land of the object with a third reference time; terminating the first signal 1 1, generating a second signal 12 and generating a double click
  • the times tl, t2 and t3 are compared with a reference time respectively.
  • the operating time thereof may differ.
  • erroneous judgment may occur therefrom.
  • the touch device may be mistakenly touched or interfered by noises generated by the touch device, an erroneous operation may follow accordingly.
  • the present disclosure is directed to solve at least one of the problems existing in the prior art. Accordingly, a method for identifying action on a touch device is needed to avoid an error operation. Further, an action identifying device for a touch device may also needed to be provided.
  • a method for identifying action on a touch device comprising the steps of: detecting a first land of an object on a touch device; and generating a single click signal if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
  • action identifying device for a touch device comprising: a detecting unit for detecting a land or a leave of an object on the touch device; a counter for measuring the time; and a processing unit for recording the time of the counter, comparing the recorded time with a reference time and outputting a single click signal, a double click signal or a drag click signal.
  • the first and second lands of the object on the touch device and the time interval therebetween are compared with reference times corresponding thereto, and the reference times are time spans rather than a fixed value adopted in prior art respectively, the easily rendered error action determination or operation may be obviated.
  • Fig. 1 is a sequence diagram indicating a single click action in prior art
  • Fig. 2 is a sequence diagram indicating a double click action in prior art
  • Fig. 3 is a sequence diagram indicating a drag action in prior art
  • Fig. 4A is a flow chart showing a method for identifying action on a touch device according to an embodiment of the present disclosure
  • Fig. 4B is a flow chart showing a method for identifying action on a touch device according to an embodiment of the present disclosure
  • Fig. 5 is a schematic sequence diagram of a first signal according to an embodiment of the present disclosure.
  • Fig. 6 is a schematic sequence diagram of a second signal according to an embodiment of the present disclosure.
  • Fig. 7 is a schematic sequence diagram of a third signal according to an embodiment of the present disclosure.
  • Fig. 8 is a block diagram of an identification device for identifying action on a touch device according to an embodiment of the present disclosure.
  • a method for identifying action on a touch device may comprise the following steps: detecting a first land of an object on a touch device; generating a first signal at a third reference time if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time; and generating a first signal, such as a single click signal, if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
  • TO is a first time span between a counter is reset and restarted and a time of a first land of an object on the touch device.
  • Tl is a first time duration of the first land of the object.
  • T2 is second time span between the first land and the second land of the object.
  • T3 is a second time duration of the second land of the object on the touch device, too is a lead reference time, tii is a first reference time, t 12 is a second reference time, t 21 is a third reference time; t 22 is a fourth reference time; t 3 i is a fifth reference time; and t 32 is a sixth reference time.
  • the method before the step of detecting first leave of the object from the touch device, further comprising the step of comparing a first time span between the time when the counter is reset and restarted and the time of the first land of the object on the touch device with the lead reference time, if the first time span is no less than the lead reference time, then the method goes to the step of detecting a first leave of the object from the touch device (Step 303).
  • the first signal may be a signal click signal.
  • the method for identifying action on a touch device comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; and generating a second signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is no less than a fifth reference time and no more than a sixth reference time.
  • the second signal is a double click signal.
  • the method for identifying action on a touch device comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; and generating a third signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is larger than a sixth reference time.
  • the third signal is a drag signal.
  • the counter may be reset and restarted when a land of the object is detected or a leave of the object is detected.
  • the method for identifying action on a touch device comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; generating a first signal if no second land of the object is detected in a fourth reference time after the first leave of the object; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; generating a second signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is no less than a fifth reference time and no more than a sixth reference time; and generating a third signal if a second
  • the touch device comprises a counter, when the touch device starts to work, the counter is reset and restarted to time from zero to maximum and maintain the maximum value if no land of an object is detected on the touch device. If a land of the object is detected on the touch device or a leave of the object from the touch device is detected, the counter may be reset and time from zero again.
  • step 300 timing is started from zero.
  • step 301 a first land of an object on a touch device is detected.
  • a first time span TO between the time the counter is reset and restarted and the start of the first land of an object on the touch device is compared with a lead reference time too, if the first time span is less than the lead reference time too, it is jumped to step 300, otherwise to step 303 in which a first leave of the object from the touch device is detected.
  • the first time duration Tl of the first land of the object on the touch device is compared with a first reference time, if Tl is smaller than tn, it is jumped to step 300, otherwise to step 305.
  • the first time duration Tl of the first land of the object is compared with a second reference time, if Tl is larger than t 12 , it is followed to step 308 for further determination of the action, if Tl is no more than t 12 , it is followed to step 307 to detected a second land of the object in the fourth reference time t 22 . Meanwhile if the counter reaches the third reference time t21, a first middle signal 21 is generated.
  • step 307 if no second land of the object is detected in the fourth reference time t 22 after the first leave of the object from the touch device, it follows to step 309, the first middle signal 21 is terminated at t 22 and a single click signal 204 is generated.
  • step 310 a second time span T2 between the first land and the second land of the object on the touch device is compared with a third reference time t 21 . If T2 is smaller than t 21 , it is followed to step 308, otherwise to step 312 to detect a second leave of the object, and the first middle signal is terminated when a second leave of the object is detected.
  • a second time duration T3 is compared with a fifth reference time t 3 i, if T3 is less than t 31 , it is jumped to step 308, if T3 is no less than t 31 , step 314 is followed where the second time duration T3 is compared with a sixth reference time t 32 from the second land of the object on the touch device, if T3 is no more than t 32 , step 315 is followed where the first middle signal 21 is terminated when the second leave of the object from the touch device and a second middle signal 22 and a double signal 205 are generated, otherwise to step 316 as shown in Fig. 4 and Fig. 7, and then the first signal 21 is terminated when the second leave of the object from the touch device is detected, resulting a drag signal 206 .
  • Fig. 4B the steps before step 310 are similar to the method as mentioned in Fig. 4A. Therefore, the detailed description thereof is hereby omitted for clarity purpose. In the following, only the differences between Fig. 4A and Fig. 4B will be described.
  • the method detects a second leave of the object at step 3121.
  • the counter counts until the second leave of the object is detected. If the second leave of the object on the touch device is detected in the sixth reference time t 32 , a second time duration T3 is recorded, the method may compare a second time duration T 3 to a fifth reference t 31 at step 313. If the second time duration T3 compared at step 313 is less than the fifth reference t 31 , the method goes the step 308.
  • the first middle signal is terminated, and a second middle signal is generated.
  • a double-click signal is then output at step 315. If a second leave of the object is not detected in the sixth reference time t 32 , a drag signal is output at step 316. Then a second leave of the object is detected at step 318. And when the second leave of the object from the touch screen is detected, the drag signal is terminated at step 320.
  • an action identifying device for a touch device may be provided, which is shown in Fig. 8 where the action identifying device is schematically shown comprising a detecting unit 110, a counter 130 and a processing unit 120 connected with the detecting unit 110 and the counter 130 respectively.
  • the detecting unit 110 is configured to detect a land or a leave of an object on the touch device
  • the counter is configured to measure the time
  • the processing unit is configure to record the time of the counter, compare the recorded time with a reference time and output a single click signal, a double click signal or a drag click signal.
  • the counter 130 starts to time from zero to maximum and maintain the maximum value if no land of an object is detected on the touch device.
  • the detecting unit 110 detects a first land of the object on the touch device.
  • TO is a first time span between the time the counter 130 is reset and restarted and a time of the first land of the object on the touch device.
  • the first time span TO is recorded by the processing unit 120. If the first time span TO is no less than the first reference time tnand no more than the second reference time ti 2j the first middle signal 21 is generated at the third reference time t 2 i . If no second land of the object on the touch device is detected in the fourth reference time t 22 , the first middle signal 21 is terminated, and a single click signal is generated accordingly.
  • T3 is a second time duration from the second land of the object on the touch device.
  • T3 is larger than the fifth reference time t 3 i and no more than the sixth reference time t 32 , then the first signal 21 is terminated when a second land of the object leaves the touch device, a second signal 22 is generated and a double click signal 205 is generated by the processing unit 130.
  • a drag signal is output after the counter reaches the sixth reference time t 32 . And then when the second leave of the object is detected, the drag signal is terminated.
  • the first time duration, second time span and second time duration are compared with more than one reference time respectively, in other words, the first time duration, second time span and second time duration are compared with a period of time rather than a fixed value, so that an error operation or erroneous determination of the action may be avoided.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Position Input By Displaying (AREA)
  • Electronic Switches (AREA)

Abstract

A method for identifying action on a touch device is provided, comprising the steps of: detecting a first land of an object on a touch device; and generating a single click signal if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device. Further, an action identifying device for a touch device is also provided.

Description

METHOD FOR IDENTIFYING ACTION ON TOUCH DEVICE AND ACTION
IDENTIFYING DEVICE
CROSS-REFERENCE TO RELATED APPLICATION
This application claims priority and benefits of Chinese Patent Application Serial No. 200910190704.9, filed with the State Intellectual Property Office of the P. R. China on September 23, 2009, the entire contents of which are incorporated herein by reference.
FIELD
The present disclosure relates to a touch device, and more particularly to a method for identifying action on a touch device and an identification device for a touch device.
BACKGROUND
Presently, software is normally displayed on a computer in Graphical User Interface (GUI). A pointing tool such as mouse or trackball may be used to move on a computer screen and then some actions such as selecting will be displayed in a window. Because the method is practiced in a human visual conforming manner, it is widely applied to electronic devices installed with window software.
In the following, a pointing tool such as mouse will be used for description. When the mouse is moved, the cursor will be moved accordingly, and a command such as single click, double click or drag etc will be executed by pressing a button such as the left button of the mouse in a position of the window where the command has to be executed. Besides the mouse or the trackball a touch device is normally adopted for executing a desired command for simplicity, handiness and low cost thereof. Currently, the touch devices are widely adopted in the electronic devices.
Figs. 1 to 3 show sequence diagrams for single click, double click and drag action on a touch device in prior art respectively. The numerals 101, 102 and 103 represent respectively a single click, double click and a drag action. The method for identifying the signal click action comprising the steps of: detecting a first land of a object on the touch device; comparing a first time duration tl of the first land of the object with a first reference time; generating a first signal 1 1 if the first time duration tl of the first land of the object is smaller than the first reference time; terminating the first signal 1 1 and generating a single click signal if no second land is detected in a second reference time; maintaining the first signal if a second land is detected and the time span t2 between the first land and the second land is larger than the second reference time; comparing the second time duration t3 of the second land of the object with a third reference time; terminating the first signal 1 1, generating a second signal 12 and generating a double click signal if the second time duration t3 of the second land of the object is smaller than a third reference time; maintaining the land signal 11 if the second time duration t3 of the second land of the object is larger than the third reference time; terminating the first signal 1 1 and generating a drag signal when the second land of the object is terminated.
In the method as described hereinabove, the times tl, t2 and t3 are compared with a reference time respectively. However, due to individual differences, the operating time thereof may differ. Thus, erroneous judgment may occur therefrom. Furthermore, during the usage of the touch device, the touch device may be mistakenly touched or interfered by noises generated by the touch device, an erroneous operation may follow accordingly.
SUMMARY
In viewing thereof, the present disclosure is directed to solve at least one of the problems existing in the prior art. Accordingly, a method for identifying action on a touch device is needed to avoid an error operation. Further, an action identifying device for a touch device may also needed to be provided.
According to an aspect of the present disclosure, a method for identifying action on a touch device may be provided, comprising the steps of: detecting a first land of an object on a touch device; and generating a single click signal if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
According to another aspect of the present disclosure, action identifying device for a touch device may be provided, comprising: a detecting unit for detecting a land or a leave of an object on the touch device; a counter for measuring the time; and a processing unit for recording the time of the counter, comparing the recorded time with a reference time and outputting a single click signal, a double click signal or a drag click signal.
In the method and device of the present disclosure, the first and second lands of the object on the touch device and the time interval therebetween are compared with reference times corresponding thereto, and the reference times are time spans rather than a fixed value adopted in prior art respectively, the easily rendered error action determination or operation may be obviated.
Additional aspects and advantages of the embodiments of present disclosure will be given in part in the following descriptions, become apparent in part from the following descriptions, or be learned from the practice of the embodiments present disclosure. BRIEF DESCRIPTION OF THE DRAWINGS
These and other objects, features and advantages of the present disclosure will become apparent from the detailed description of the embodiment of the present disclosure set forth below, taken in conjunction with the accompanying drawings, in which:
Fig. 1 is a sequence diagram indicating a single click action in prior art;
Fig. 2 is a sequence diagram indicating a double click action in prior art;
Fig. 3 is a sequence diagram indicating a drag action in prior art;
Fig. 4A is a flow chart showing a method for identifying action on a touch device according to an embodiment of the present disclosure;
Fig. 4B is a flow chart showing a method for identifying action on a touch device according to an embodiment of the present disclosure;
Fig. 5 is a schematic sequence diagram of a first signal according to an embodiment of the present disclosure;
Fig. 6 is a schematic sequence diagram of a second signal according to an embodiment of the present disclosure;
Fig. 7 is a schematic sequence diagram of a third signal according to an embodiment of the present disclosure; and
Fig. 8 is a block diagram of an identification device for identifying action on a touch device according to an embodiment of the present disclosure.
DETAILED DESCRIPTION OF THE EMBODIMENTS
Reference will be made in detail to embodiments of the present disclosure. The embodiments described herein with reference to drawings are explanatory, illustrative, and used to generally understand the present disclosure. The embodiments shall not be construed to limit the present disclosure. The same or similar elements and the elements having same or similar functions are denoted by like reference numerals throughout the descriptions.
According to an embodiment of the present disclosure, a method for identifying action on a touch device is provided. The method may comprise the following steps: detecting a first land of an object on a touch device; generating a first signal at a third reference time if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time; and generating a first signal, such as a single click signal, if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
Referring to Figs. 4A-7, TO is a first time span between a counter is reset and restarted and a time of a first land of an object on the touch device. Tl is a first time duration of the first land of the object. T2 is second time span between the first land and the second land of the object. T3 is a second time duration of the second land of the object on the touch device, too is a lead reference time, tii is a first reference time, t12 is a second reference time, t21 is a third reference time; t22 is a fourth reference time; t3i is a fifth reference time; and t32 is a sixth reference time.
According to an embodiment of the present disclosure, before the step of detecting first leave of the object from the touch device, further comprising the step of comparing a first time span between the time when the counter is reset and restarted and the time of the first land of the object on the touch device with the lead reference time, if the first time span is no less than the lead reference time, then the method goes to the step of detecting a first leave of the object from the touch device (Step 303). In some embodiment of the present disclosure, the first signal may be a signal click signal.
In some embodiments of the present disclosure, the method for identifying action on a touch device, comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; and generating a second signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is no less than a fifth reference time and no more than a sixth reference time. In some embodiment of the present disclosure, the second signal is a double click signal.
In some embodiments of the present disclosure, the method for identifying action on a touch device, comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; and generating a third signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is larger than a sixth reference time. In some embodiment of the present disclosure, the third signal is a drag signal.
In some embodiments of the present disclosure, the counter may be reset and restarted when a land of the object is detected or a leave of the object is detected.
In some embodiments of the present disclosure, the method for identifying action on a touch device, comprising the steps of: detecting a first land of an object on a touch device; detecting a first leave of the object from the touch device; detecting a second land of the object on the touch device if a first time duration of the first land of the object is no less than a first reference time and no more than a second reference time; generating a first signal if no second land of the object is detected in a fourth reference time after the first leave of the object; detecting a second leave of the object from the touch device if the second land of the object is detected in a fourth reference time after the first leave of the object; generating a second signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is no less than a fifth reference time and no more than a sixth reference time; and generating a third signal if a second time span between the first land and the second land of the object is no less than a third reference time and no more than a fourth reference time and a second time duration of the second land of the object is larger than a sixth reference time. In some embodiment of the present disclosure, the first signal is a signal click signal, the second signal is a double click signal and the third signal is a drag signal.
According to an embodiment of the invention, as shown in Fig. 4A, the touch device comprises a counter, when the touch device starts to work, the counter is reset and restarted to time from zero to maximum and maintain the maximum value if no land of an object is detected on the touch device. If a land of the object is detected on the touch device or a leave of the object from the touch device is detected, the counter may be reset and time from zero again. Referring to Figs. 4 and 5, in step 300, timing is started from zero. In step 301, a first land of an object on a touch device is detected. In step 302, a first time span TO between the time the counter is reset and restarted and the start of the first land of an object on the touch device is compared with a lead reference time too, if the first time span is less than the lead reference time too, it is jumped to step 300, otherwise to step 303 in which a first leave of the object from the touch device is detected. In step 304, the first time duration Tl of the first land of the object on the touch device is compared with a first reference time, if Tl is smaller than tn, it is jumped to step 300, otherwise to step 305. The first time duration Tl of the first land of the object is compared with a second reference time, if Tl is larger than t12, it is followed to step 308 for further determination of the action, if Tl is no more than t12, it is followed to step 307 to detected a second land of the object in the fourth reference time t22. Meanwhile if the counter reaches the third reference time t21, a first middle signal 21 is generated. In step 307, if no second land of the object is detected in the fourth reference time t22 after the first leave of the object from the touch device, it follows to step 309, the first middle signal 21 is terminated at t22 and a single click signal 204 is generated.
Referring Figs. 4 and 5, if the second land of the object is detected in the fourth reference time t22 after the first leave of the object from the touch device, that is a second time span T2 between the first land and the second land of the object on the touch device is no more than the fourth reference time, it is followed to step 310, a second time span T2 between the first land and the second land of the object on the touch device is compared with a third reference time t21. If T2 is smaller than t21, it is followed to step 308, otherwise to step 312 to detect a second leave of the object, and the first middle signal is terminated when a second leave of the object is detected. In step 313, a second time duration T3 is compared with a fifth reference time t3i, if T3 is less than t31, it is jumped to step 308, if T3 is no less than t31, step 314 is followed where the second time duration T3 is compared with a sixth reference time t32 from the second land of the object on the touch device, if T3 is no more than t32, step 315 is followed where the first middle signal 21 is terminated when the second leave of the object from the touch device and a second middle signal 22 and a double signal 205 are generated, otherwise to step 316 as shown in Fig. 4 and Fig. 7, and then the first signal 21 is terminated when the second leave of the object from the touch device is detected, resulting a drag signal 206 .
According to an embodiment of the invention, as shown in Fig. 4B, the steps before step 310 are similar to the method as mentioned in Fig. 4A. Therefore, the detailed description thereof is hereby omitted for clarity purpose. In the following, only the differences between Fig. 4A and Fig. 4B will be described.
As shown in Fig. 4B, if the second time span T2 is greater than or equal to the third reference t21 and less than or equal to the fourth reference t22, the method detects a second leave of the object at step 3121. The counter counts until the second leave of the object is detected. If the second leave of the object on the touch device is detected in the sixth reference time t32, a second time duration T3 is recorded, the method may compare a second time duration T3 to a fifth reference t31 at step 313. If the second time duration T3 compared at step 313 is less than the fifth reference t31, the method goes the step 308. If the second time duration T3 is greater than or equal to the fifth reference t31, that is, the second time duration T3 is greater than or equal to the fifth reference t31 and less than or equal to the sixth reference t32, the first middle signal is terminated, and a second middle signal is generated. A double-click signal is then output at step 315. If a second leave of the object is not detected in the sixth reference time t32, a drag signal is output at step 316. Then a second leave of the object is detected at step 318. And when the second leave of the object from the touch screen is detected, the drag signal is terminated at step 320.
In the following, an action identifying device for a touch device may be described in detail with reference to Figs. 5 and 8.
According to an embodiment of the present disclosure, an action identifying device for a touch device may be provided, which is shown in Fig. 8 where the action identifying device is schematically shown comprising a detecting unit 110, a counter 130 and a processing unit 120 connected with the detecting unit 110 and the counter 130 respectively. The detecting unit 110 is configured to detect a land or a leave of an object on the touch device, the counter is configured to measure the time; and the processing unit is configure to record the time of the counter, compare the recorded time with a reference time and output a single click signal, a double click signal or a drag click signal.
As shown in Figs. 5 and 8, when the touch device starts working, the counter 130 starts to time from zero to maximum and maintain the maximum value if no land of an object is detected on the touch device. The detecting unit 110 detects a first land of the object on the touch device. TO is a first time span between the time the counter 130 is reset and restarted and a time of the first land of the object on the touch device. The first time span TO is recorded by the processing unit 120. If the first time span TO is no less than the first reference time tnand no more than the second reference time ti2j the first middle signal 21 is generated at the third reference time t2i . If no second land of the object on the touch device is detected in the fourth reference time t22, the first middle signal 21 is terminated, and a single click signal is generated accordingly.
As shown in Figs 6 and 8, if a second land of the object on the touch device is detected by the detecting unit 110 in the fourth reference time t22, and the second time span T2 between the first land and the second land of the object is larger than a third reference time t21 and smaller than the fourth reference time t22j the first middle signal 21 is maintained, and the leave of the object from the touch device is detected by the detecting unit 110. T3 is a second time duration from the second land of the object on the touch device. If T3 is larger than the fifth reference time t3i and no more than the sixth reference time t32, then the first signal 21 is terminated when a second land of the object leaves the touch device, a second signal 22 is generated and a double click signal 205 is generated by the processing unit 130.
As shown in Figs. 7 and 8, if T3 is larger than the sixth reference time t32, the first middle signal 21 is maintained, and the first signal 21 is terminated after the second leave of the object from the touch device, and a drag signal 206 is generated by the processing unit 130 accordingly.
In some embodiments, referring to FIG. 7, if a second leave of the object is not detected in the sixth reference time t32, a drag signal is output after the counter reaches the sixth reference time t32. And then when the second leave of the object is detected, the drag signal is terminated.
As described above, due to the first time duration, second time span and second time duration compared with more than one reference time respectively, in other words, the first time duration, second time span and second time duration are compared with a period of time rather than a fixed value, so that an error operation or erroneous determination of the action may be avoided.
While the present disclosure has been described in conjunction with the embodiment thereof, it is evident that many alternatives, modifications and variations will be apparent to those skilled in the art. Accordingly, it is intended to embrace all such alternatives, modifications and variations that fall within the spirit and scope thereof as set fourth in the appended claims.

Claims

WHAT IS CLAIMED IS:
1. A method for identifying action on a touch device, comprising the steps of:
detecting a first land of an object on a touch device; and
generating a first signal if a first time duration of the first land of the object on the touch screen is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
2. The method according to claim 1 , wherein the first signal is a signal click signal.
3. The method according to claim 1 , wherein if a second land of the object on the touch device is no less than a fifth reference time and no larger than a sixth reference time, a second signal is generated.
4. The method according to claim 3, wherein the second signal is a double click signal.
5. The method according to claim 4, wherein if the second land of the object on the touch device is larger than the sixth reference time, a third signal is generated after a second leave of the object from the touch device.
6. The method according to claim 5, wherein the third signal is a drag signal.
7. The method according to claim 4, wherein if the second land of the object on the touch device is larger than the sixth reference time, a drag signal is generated after the time duration of the second land of the object reaches the sixth reference time and the drag signal is terminated after a second leave of the object from the touch device.
8. The method according to claim 1, wherein a first time span between a time when the touch device is started and a time of a first land of the object on the touch device is no less than a lead reference time, otherwise it is determined that it is an error touch.
9. The method according to claim 1, wherein if a first time duration of the first land of the object on the touch device is less than the first reference time, the first land of the object is determined again.
10. An action identifying device for a touch device, comprising: a detecting unit for detecting a land or a leave of an object on the touch device; a counter for measuring the time; and
a processing unit for recording the time of the counter, comparing the recorded time with a reference time and outputting a single click signal, a double click signal or a drag click signal.
11. The device according to claim 10, wherein a first time duration of an object on a touch device is measured by the counter.
12. The device according to claim 11, wherein a single click signal is generated by the processing unit if the first time duration is no less than a first reference time and no more than a second reference time and no second land of the object is detected in a fourth reference time after the first leave of the object from the touch device.
13. The device according to claim 12, wherein a second land of the object on the touch device is detected by the detecting unit in a time no less than a third reference time and no more than the fourth reference time, a double click signal is generated by the processing unit if a second time duration of the second land of the object is no less than a fifth reference time and no more than a sixth reference time after the second leave of the object from the touch device.
14. The device according to claim 13, wherein if the second land of the object on the touch device is more than a sixth reference time, a drag signal is generated by the processing unit.
PCT/CN2010/077238 2009-09-23 2010-09-21 Method for identifying action on touch device and action identifying device Ceased WO2011035722A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910190704.9 2009-09-23
CN2009101907049A CN102023740A (en) 2009-09-23 2009-09-23 Action identification method for touch device

Publications (1)

Publication Number Publication Date
WO2011035722A1 true WO2011035722A1 (en) 2011-03-31

Family

ID=43756221

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/077238 Ceased WO2011035722A1 (en) 2009-09-23 2010-09-21 Method for identifying action on touch device and action identifying device

Country Status (3)

Country Link
US (1) US20110069028A1 (en)
CN (1) CN102023740A (en)
WO (1) WO2011035722A1 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9229549B1 (en) * 2007-05-29 2016-01-05 Cypress Semiconductor Corporation Random scanning technique for secure transactions entered with capacitive sensor input device
TWI389014B (en) * 2007-11-23 2013-03-11 Elan Microelectronics Corp Touchpad detection method
CN102736757A (en) * 2011-03-31 2012-10-17 比亚迪股份有限公司 Method and apparatus for touch control identification
US8508494B2 (en) * 2011-06-01 2013-08-13 Motorola Mobility Llc Using pressure differences with a touch-sensitive display screen
CN103019418B (en) * 2011-09-20 2015-07-15 凌通科技股份有限公司 Judgment method of single, double-click and drag on the touchpad
US20140028554A1 (en) * 2012-07-26 2014-01-30 Google Inc. Recognizing gesture on tactile input device
US10345932B2 (en) * 2013-06-14 2019-07-09 Microsoft Technology Licensing, Llc Disambiguation of indirect input
US10152143B2 (en) * 2015-03-31 2018-12-11 International Business Machines Corporation Customizing input device operation
DK201670728A1 (en) 2016-09-06 2018-03-19 Apple Inc Devices, Methods, and Graphical User Interfaces for Providing Feedback During Interaction with an Intensity-Sensitive Button
CN108089773B (en) * 2018-01-23 2021-04-30 歌尔科技有限公司 Touch identification method and device based on depth-of-field projection and projection component

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1624632A (en) * 2003-12-04 2005-06-08 陞达科技股份有限公司 Method and controller for identifying double-tap gesture
CN1624631A (en) * 2003-12-04 2005-06-08 陞达科技股份有限公司 Method and controller for recognizing dragging gesture
CN1627244A (en) * 2003-12-12 2005-06-15 陞达科技股份有限公司 Click Action Recognition Method and Its Controller

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7532205B2 (en) * 1992-06-08 2009-05-12 Synaptics, Inc. Object position detector with edge motion feature and gesture recognition
US7180506B2 (en) * 2004-02-12 2007-02-20 Sentelic Corporation Method for identifying a movement of single tap on a touch device
US7190356B2 (en) * 2004-02-12 2007-03-13 Sentelic Corporation Method and controller for identifying double tap gestures
WO2005079413A2 (en) * 2004-02-12 2005-09-01 Atrua Technologies, Inc. System and method of emulating mouse operations using finger image sensors
US7184031B2 (en) * 2004-07-06 2007-02-27 Sentelic Corporation Method and controller for identifying a drag gesture
TW200703081A (en) * 2005-07-12 2007-01-16 Elan Microelectronics Corp Method for detecting hand gestures on touch panel
TW200717293A (en) * 2005-10-25 2007-05-01 Elan Microelectronics Corp Method to detect an object on a touch pad
TWI291116B (en) * 2005-12-05 2007-12-11 Elan Microelectronics Corp Method for gesture detection on a touch control bar with button and scroll bar functions
US8164575B2 (en) * 2008-06-20 2012-04-24 Sentelic Corporation Method for identifying a single tap, double taps and a drag and a controller for a touch device employing the method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1624632A (en) * 2003-12-04 2005-06-08 陞达科技股份有限公司 Method and controller for identifying double-tap gesture
CN1624631A (en) * 2003-12-04 2005-06-08 陞达科技股份有限公司 Method and controller for recognizing dragging gesture
CN1627244A (en) * 2003-12-12 2005-06-15 陞达科技股份有限公司 Click Action Recognition Method and Its Controller

Also Published As

Publication number Publication date
US20110069028A1 (en) 2011-03-24
CN102023740A (en) 2011-04-20

Similar Documents

Publication Publication Date Title
WO2011035722A1 (en) Method for identifying action on touch device and action identifying device
TWI401597B (en) Method and apparatus for drift compensation of capacitive touch panel
US9323383B2 (en) Method of identifying edge swipe gesture and method of opening window control bar using the identifying method
TWI269997B (en) Multi-object detection method of capacitive touch pad
TWI515556B (en) Detecting metohd for touch device and system thereof
US20060007174A1 (en) Touch control method for a drag gesture and control module thereof
TWI479377B (en) Method and device for touch identifying
US9785281B2 (en) Acoustic touch sensitive testing
US20140267146A1 (en) Touching apparatus and touching detecting method thereof
US9857890B2 (en) Information processing method and electronic apparatus
AU2014378206B2 (en) Method for processing touch signal and terminal device
US20110069006A1 (en) Method and system for detecting a finger contact on a touchpad
US20100214235A1 (en) Electronic Device and Method of Touch Screen Input Detection
JP6677692B2 (en) Display device, management device, management system, and control program
CN104185832B (en) Touch-screen system
CN103534683A (en) Dynamic faceplates for multiple objects
CN102402322A (en) Touch signal compensation method
US20120319970A1 (en) Detection circuit and detection method for touch-sensing panel
US20060007175A1 (en) Touch control method of single tap and control module thereof
TWI480790B (en) Touch device and driving method thereof
US9891758B2 (en) Zoom gesture determination method and touch control chip
CN101788863B (en) Touch screen operation recognizing method, touch screen system operation and recognition debugging method and corresponding device
CN101295220A (en) Signal processing method of resistance type touch control panel
TW201604767A (en) Window switching method and electronic device implementing the method
TWI431513B (en) Touch signal compensation method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10818416

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10818416

Country of ref document: EP

Kind code of ref document: A1