CN103488321A - Method and device for recognizing touch action on touch screen terminal - Google Patents

Method and device for recognizing touch action on touch screen terminal Download PDF

Info

Publication number
CN103488321A
CN103488321A CN201210195912.XA CN201210195912A CN103488321A CN 103488321 A CN103488321 A CN 103488321A CN 201210195912 A CN201210195912 A CN 201210195912A CN 103488321 A CN103488321 A CN 103488321A
Authority
CN
China
Prior art keywords
touch
touch action
user
information
mode information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201210195912.XA
Other languages
Chinese (zh)
Inventor
肖锐毅
马斌
曹星忠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210195912.XA priority Critical patent/CN103488321A/en
Publication of CN103488321A publication Critical patent/CN103488321A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a device for recognizing a touch action on a touch screen terminal. When the recognized touch action is converted to the gesture information, the information of a touch operation way of the user can be determined and stored according to the touch operation parameter of the recognized touch action, when the recognized touch action of the user is converted to the gesture information, the user touch operation way information of the recognized touch action is called to obtain the corresponding gesture information, and a corresponding operation command is actuated according to the gesture information. Since the touch operation way, i.e. the touch finger information and habit movement orbit, of the user is adequately considered when the gesture information is obtained rather than the gesture information is obtained only according to the recognized touch action, the accurate gesture information can be obtained on the basis of the recognized operation action according to different touch operation ways of different users on a touch screen, so that the actuated operation command is enabled to be accurate finally.

Description

A kind of method and device of identifying touch action on touch screen terminal
Technical field
The application relates to the technical field of touch screen terminal, particularly a kind of method and device of identifying touch action on touch screen terminal.
Background technology
Touch screen terminal is provided with touch-screen, and the user in use, is directly touched on touch-screen, and touch screen terminal is identified this touch action, is converted to gesture information, carries out the operational order of corresponding gesture information.Like this, just do not need the user to adopt traditional character input mode input operation instruction to carry out, to the user, brought good user to experience, make touch screen terminal be widely used on application.
The application program of load identification touch action in the operating system of touch screen terminal, such as loading in Android operating system, when the user is touched on touch-screen, touch screen terminal creates an action event (MotionEvent) object, this object comprises the touch operation parameter of these touch action such as touch location and time, namely recognizes touch action; Then, touch screen terminal is by this MotionEvent object transfer in (View) interface to application layer, and this interface can call the touch operation parameter in the MotionEvent object, after obtaining corresponding gesture information, carries out the operational order of corresponding gesture information.
Particularly, the mode that obtains gesture information according to the touch action of identification has three kinds:
First kind of way, simple conversion, the motion track touch action of touch screen terminal identification user finger on touch-screen, and obtain corresponding upwards, downwards, left, to the right with the gesture information slided;
The second way, the conversion that different application combines with the touch action recognized, the application program of identification touch action is arranged on gesture information difference corresponding to touch action recognized under different application, gestures detection (GestureDetector) interface and gesture namely are set in the View interface and listen to (OnGestureListener) interface, call the interface of setting, upper, the mobile and event inferior touch action of identification is converted to corresponding gesture information, correspondingly carries out such as clicking, the operational orders such as double-click and page turning;
The third mode, by the corresponding gesture information of a plurality of touch action of identification, namely on the application program of identification touch action, gesture (Gesture) interface bag is set in the View interface, comprise gesture storehouse (GestureLibrary) and gesture overlay area (GestureOverlayView) etc. under this interface bag, call this Gesture interface bag, using a plurality of touch action of identification as a gesture information.
These three kinds of modes have a common ground, be exactly that all gesture informations all are based on the touch action that obtains of identification and carry out, when different user touches on touch-screen, the criterion of identification adopted is identical, and not can take into account the difference of the touch operation modes such as finger size that different user touches on touch-screen and trick motion track.
When the user is touched on the touch-screen of touch screen terminal setting, for different users, point the difference of the touch operation modes such as size and trick motion track due to the user, touch is different.During the touch action of the corresponding same gesture information of touch screen terminal identification, because the difference touch of different user can obtain different touch operation actions, probably cause the gesture information mistake obtained.For example, child's finger is smaller and displacement is shorter, when the mode of pointing to slide on the touch-screen of child at touch screen terminal touches, touch screen terminal is identified this touch action and is just likely thought it is the point touching action by mistake, the gesture information finally obtained is clicked gesture exactly, this can cause corresponding operational order is to click corresponding confirmation rather than release corresponding to slip gesture information of gesture information, finally causes the execution error of operational order.If the standard of operational motion corresponding to user adaptation gesture information is changed self operating habit, can cause user experience poor, can cause and use difficulty for the special user.
Summary of the invention
In view of this, the embodiment of the present invention provide a kind of on touch screen terminal the method for identification touch action, the method can be according to different user the different touch operation modes on touch screen, the operational motion based on identification obtains gesture information accurately.
The present invention also provide a kind of on touch screen terminal the device of identification touch action, this device can be according to different user the different touch operation parameters on touch-screen, the operational motion based on identification obtains gesture information accurately.
According to above-mentioned purpose, the embodiment of the present invention is achieved in that
A kind of method of identifying touch action on touch screen terminal comprises:
Identification obtains user's touch action;
Determine corresponding touch action mode information according to described user's touch action;
According to the described touch action mode information of calling, determine corresponding gesture information.
A kind of device of identifying touch action on touch screen terminal comprises: module, identification module and gesture information acquisition module are set, wherein,
Module is set, for touch action mode information is set;
Identification module, obtain user's touch action for identification; Send to the gesture information acquisition module;
The gesture information acquisition module, for the definite touch action mode information that the correspondence of module is set of the touch action according to described user, call described touch action mode information from module is set, and determines corresponding gesture information.
From such scheme, can find out, the embodiment of the present invention is determined user's touch operation mode information storage according to the touch operation parameter of identified touch action, when the identification touch action by this user is converted to gesture information, call user's touch operation mode information of identified touch action, obtain corresponding gesture information, then carry out corresponding operational order according to gesture information.Due to the embodiment of the present invention when obtaining gesture information, taken into full account user's touch operation mode, namely user's touch finger information and trick motion track etc., rather than only according to identified touch action, obtain gesture information, thereby the different touch operation modes according to different user on touch screen, operational motion based on identification obtains gesture information accurately, finally makes the operational order of execution accurate.
The accompanying drawing explanation
Fig. 1 for the embodiment of the present invention provide on touch screen terminal identification touch action method flow diagram;
Fig. 2 is the demonstration schematic diagram of touch-screen after touch on touch screen terminal;
The parameter of the touch operation according to identified touch action that Fig. 3 provides for the embodiment of the present invention is determined the screen schematic diagram of the touch screen terminal that user's touch operation mode is the left-handed person mode;
Fig. 4 for the embodiment of the present invention provide on touch screen terminal identification touch action the apparatus structure schematic diagram.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, the present invention is described in further detail below in conjunction with the accompanying drawings and the specific embodiments.
In background technology, according to identified touch action, obtain gesture information, probably cause the reason of the gesture information mistake obtained to be exactly, when the identification touch action, being based on the same identification standard carries out, do not consider the difference of the touch operation modes such as the finger size of different user when touch screen terminal is touched and trick motion track, thereby make identical touch action, the touch operation parameter difference of the touch action that its identification obtains, corresponding gesture information is also different, thereby it is just not identical to carry out the operational order of corresponding gesture information yet.
In order to overcome this problem, when the embodiment of the present invention is converted to gesture information in the touch action by identified, not only consider the touch operation parameter of the touch action identify, also consider user's touch operation mode of personal user.Namely the touch operation parameter of the touch action based on identified and user's touch operation mode information, obtain gesture information, like this, just can be according to different user the different touch operation modes on touch screen, operational motion based on identification obtains gesture information accurately, finally make the operational order of execution accurate, improved the Experience Degree that the user uses touch screen terminal.
Specifically, the embodiment of the present invention is determined user's touch operation mode information storage according to the touch operation parameter of identified touch action, when the identification touch action by this user is converted to gesture information, call user's touch operation mode information of identified touch action, obtain corresponding gesture information, then carry out corresponding operational order according to gesture information.
Fig. 1 for the embodiment of the present invention provide on touch screen terminal identification touch action method flow diagram, its concrete steps are:
Step 101, set in advance touch action mode information;
In this step, the process that sets in advance touch action mode information is: first step enters user's touch action and the process that arranges of corresponding touch action mode information; Second step, identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter; Third step, the touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine touch action mode information.
Here, the standard touch operation parameter of the described touch operation parameter comprised according to identified user's touch action and setting, the touch action mode information of determining the user by: using the ratio of standard touch operation parameter of the touch operation parameter that comprises of identification user's touch action and setting as touch action mode information;
The mode that two kinds of definite users' touch action mode information here, is arranged for different touch operation parameters:
First kind of way: described touch action mode information is for touching finger information, determine that touch action mode information is: the touch operation parameter that the touch action that described identification obtains comprises, for touching induction region positional information and the touch area positional information of finger, comprises the major and minor axis of induction region position and the major and minor axis of position, touch area; According to the major and minor axis of induction region position and the major and minor axis of position, touch area, adopt the finger area formula, calculate respectively the area of induction region position and the area of position, touch area; The ratio of the area of calculating induction region position and the area of position, touch area, then touch the finger odds ratio with the standard of setting, and the touch calculated is pointed to coefficient as the touch finger information.
The second way, described touch action mode information is for touching habits information, and determine that touch action mode information is: the touch operation parameter that the touch action that described identification obtains comprises is for touching apart from length;
Standard by described touch apart from length and setting touches apart from length relatively, using ratio as obtaining touching habits information.
Step 102, identification obtain user's touch action;
In this step, while being touched, just can recognize user's touch action on the touch-screen of user at touch screen terminal;
Step 103, according to described user's touch action, determine corresponding touch action mode information;
Step 104, according to described touch action mode information, determine corresponding gesture information;
In this step, according to identified user's touch action information and corresponding touch action mode information, calculate the final touch action information of user, determine corresponding gesture information according to the final touch action information of user, specifically, to between identify user's touch action information and touch action mode information, carry out product, as the final touch action information of user.
In the process of Fig. 1, the touch action mode that arranges information in step 101 sets in advance and is stored in touch screen terminal, and as required can real-time update, as long as enter the process of setting, the user who uses touch screen terminal for each, just need to enter and touch action mode information interface is set carries out touch action and get final product.
In Fig. 1, if a touch screen terminal has a plurality of users to use, when arranging, just need set touch action mode information respective user sign storage, at this moment, this process is:
When identification user's touch action, also receive the request command that carries user ID,
The user ID of carrying according to request command and user's touch action are determined corresponding touch action information.
In Fig. 1, if a touch screen terminal has a plurality of users to use, when arranging, described touch action mode information is a plurality of, respectively corresponding different user; Another kind of definite corresponding touch action mode, process is:
Identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter;
The touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine corresponding touch action mode information.
Specifically, the ratio between the touch operation parameter comprised according to identified user's touch action exactly and the standard touch operation parameter of setting, determine corresponding touch action mode information.
Lift the setting up procedure of an object lesson description of step 101, this embodiment is to arrange and store the process of its touch action mode information for a user who uses touch screen terminal: this example carries out under Android operating system, certainly page can carry out under other operating systems, and the interface just adopted is not identical:
First step, the application program of load identification touch action in the operating system of touch screen terminal, enter the process of setting, when the user is touched on touch-screen, touch screen terminal creates an action event (MotionEvent) object, this object comprises the touch operation parameter of these touch action such as touch location and time, namely recognizes user's touch action;
Second step, touch screen terminal in (View) interface to application layer, when concrete the transmission, calls this MotionEvent object transfer successively the following parameter of following Android system and is transmitted:
Input is read (InputReader) interface interchange MotionEvent object to input distribution (InputDispatcher) interface, by the InputDispatcher interface, the MotionEvent object is distributed in corresponding input tunnel (InputChannel) interface and transmits, through after the management of two-stage input management (InputManager) interface, after arrival input monitoring (InputMontior) interface is monitored, after being managed by window management service (WindowManagerServier), be carried on operating system, be transferred to the View interface;
Third step, the View interface responds this MotionEvent object, adopt OnTouchEvent mode wherein to be responded, get the touch operation parameter in the MotionEvent object, according to accessed touch operation parameter, user's touch action mode information just can be set, be stored;
Namely the ratio between the standard touch operation parameter of accessed touch operation parameter and setting is as user's touch action mode information.
In embodiments of the present invention, touch action mode information can comprise the touch finger information and touch habits information.
As shown in Figure 2, Fig. 2 is the demonstration schematic diagram of touch-screen after touch on touch screen terminal, as shown in the figure, general touch-screen is all capacitance touch screen, when touch-screen is touched, touch operation parameter in the MotionEvent object comprises two parts content, and one is induction region position 201 information, and another is position, touch area 202 information.So, just the touch finger information can be set according to these two information, wherein, induction region position and position, touch area are all oval, induction region position area is greater than the position, touch area.
According to induction region positional information and touch area positional information, the process that touches finger information being set is:
The View interface gets induction region positional information and the touch area positional information in the MotionEvent object, comprises the major and minor axis of induction region position and the major and minor axis of position, touch area;
Adopt formula (1), calculate respectively the area of induction region position and the area of position, touch area;
Area=circular constant * major axis * minor axis/4 (1);
The ratio of the area of calculating induction region position and the area of position, touch area, then compare with the standard ratio of setting, and calculates and touch the finger coefficient, and this is touched and points coefficient as touching finger information.
Set standard ratio is 1, supposes that child touches on touch-screen, and the area of the area of induction region position and position, touch area is all smaller, and the touch finger coefficient obtained is 0.6,
Certainly, can also not adopt the mode of formula (1) to calculate, but adopt other formula to calculate, such as circular formula etc., as long as identical with the formula account form of the area employing of standard.
Touch operation parameter in the MotionEvent object also comprises the trick motion trace information, user's touch habits information just can be set according to the trick motion trace information, specifically as shown in Figure 3, the parameter of the touch operation according to identified touch action that Fig. 3 provides for the embodiment of the present invention is determined the screen schematic diagram of the touch screen terminal that user's touch operation mode is the left-handed person mode, on the touch-screen of touch screen terminal, sliding screen track is the lower left corner, trick motion trace information in the user's that identification obtains operational motion is exactly the hemicycle in the lower left corner, at this moment, the touch habits information that the user just is set is the left-handed person habits information.
If using the user of touch screen terminal is child, touch distance shorter, at this moment, just need the touch distance of this user's of identification touch action, be specially: the touch operation parameter that the touch action that described identification obtains comprises is for touching apart from length; Standard by described touch apart from length and setting touches apart from length relatively, using ratio as obtaining touching habits information, such as, the ratio obtained is 0.8, the touch habits information arranged is 0.8, like this, and just the touch action information of identification is multiplied by 0.8 when follow-up definite user's final touch action information after, as final touch action information, then find corresponding gesture information.
The specific embodiment of step 102 correspondence:
First step, the application program of load identification touch action in the operating system of touch screen terminal, such as loading in Android operating system, when the user is touched on touch-screen, touch screen terminal creates a MotionEvent object, this object comprises the touch operation parameter of these touch action such as touch location and time, namely recognizes user's touch action;
Second step, touch screen terminal in the View interface to application layer, when concrete the transmission, calls this MotionEvent object transfer successively the following parameter of following Android system and is transmitted:
InputReader interface interchange MotionEvent object is to the InputDispatcher interface, by the InputDispatcher interface, the MotionEvent object is distributed in corresponding InputChannel interface and transmits, through after the management of InputManager interface, after arrival InputMontior interface is monitored, after being managed by WindowManagerServier, be carried on operating system, be transferred to the View interface.
The specific embodiment of step 103 correspondence:
The View interface responds this MotionEvent object, adopt OnTouchEvent mode wherein to be responded, get the touch operation parameter in the MotionEvent object, and obtain this touch action mode information, determine final touch action information according to the manner of execution information of the touch operation parameter in the MotionEvent object and this touch, according to final touch action information, determine corresponding gesture information.Such as: if the touch that the touch that touch action mode information comprises finger coefficient is child 0.6(finger) and to touch habits information be the left-handed person habits information, when the MotionEvent object is converted to gesture information, be multiplied by and touch the finger coefficient, 0.6, and call left-handed person and be accustomed to corresponding gesture information.
Fig. 4 for the embodiment of the present invention provide on touch screen terminal identification touch action the apparatus structure schematic diagram, comprising: module is set, for touch action mode information is set;
Identification module, obtain user's touch action for identification; Send to the gesture information acquisition module;
The gesture information acquisition module, for the definite touch action mode information that the correspondence of module is set of the touch action according to described user, call described touch action mode information from module is set, and determines corresponding gesture information.
In this device, the described module that arranges, also arrange touch action mode information for the respective user sign;
Identification module, also carry the request command of user ID for reception, send to the gesture information acquisition module;
The gesture information acquisition module, also call corresponding touch action information for the user ID of carrying according to request command and user's touch action from module is set.
In this device, described identification module, also obtain for identification the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter;
Described gesture information acquisition module, the standard touch operation parameter of the touch operation parameter also comprised for the touch action according to identified user and setting, determine corresponding touch action mode information.
In this device, the described module that arranges also comprises submodule is set, for the process that arranges of the touch action that enters the user and corresponding touch action mode information; Identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter; The touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine touch action mode information.
In this device, the described submodule that arranges, the ratio of the standard touch operation parameter of the touch operation parameter comprised for the touch action using identified user and setting is as touch action mode information.Specifically, be exactly that described touch action mode information is for touching finger information, determine that touch action mode information is: the touch operation parameter that the touch action that described identification obtains comprises, for touching induction region positional information and the touch area positional information of finger, comprises the major and minor axis of induction region position and the major and minor axis of position, touch area; According to the major and minor axis of induction region position and the major and minor axis of position, touch area, adopt the finger area formula, calculate respectively the area of induction region position and the area of position, touch area; The ratio of the area of calculating induction region position and the area of position, touch area, then touch the finger odds ratio with the standard of setting, and the touch calculated is pointed to coefficient as the touch finger information.Described touch action mode information is for touching habits information, and determine that touch action mode information is: the touch operation parameter that the touch action that described identification obtains comprises is for touching apart from length; Standard by described touch apart from length and setting touches apart from length relatively, using ratio as obtaining touching habits information.
In this device, described gesture acquisition module comprises that gesture obtains submodule, for according to identified user's touch action information and corresponding touch action mode information, calculate the final touch action information of user, determine corresponding gesture information according to the final touch action information of user.
The embodiment of the present invention can realize in hardware, software, firmware or this three's combination in any.If realize in software, these functions can store with computer-readable medium on, or be transmitted on computer-readable medium with one or more instructions or code form.Computer readable medium comprises the computer storage medium and is convenient to make allows computer program transfer to other local telecommunication media from a place.Storage medium can be the useable medium that any general or special computer can access.For example, such computer-readable media can include but not limited to RAM, ROM, EEPROM, CD-ROM or other optical disc storage, disk storage or other magnetic storage device, or other anyly can be read by general or special computers or general or special processor the medium of the program code of form with instruction or data structure and other for carrying or storage.In addition, any link can suitably be defined as computer readable medium, described video disc (disk) and disk (disc) comprise Zip disk, radium-shine dish, CD, DVD, floppy disk and Blu-ray Disc, disk is usually with the magnetic duplication data, and video disc carries out the optical reproduction data with laser usually.Above-mentioned combination also can be included in computer readable medium.
The foregoing is only preferred embodiment of the present invention, be not intended to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any modification of doing, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (13)

1. the method for an identification touch action on touch screen terminal, is characterized in that, comprising:
Identification obtains user's touch action;
Determine corresponding touch action mode information according to described user's touch action;
According to described touch action mode information, determine corresponding gesture information.
2. the method for claim 1, is characterized in that, described touch action mode information is that the respective user sign arranges;
When identification user's touch action, also receive the request command that carries user ID,
Determine that according to described user's touch action corresponding touch action mode information is:
The user ID of carrying according to request command and user's touch action are determined corresponding touch action information.
3. the method for claim 1, is characterized in that, described touch action mode information is a plurality of, respectively corresponding different user;
Determine that according to described user's touch action corresponding touch action mode information is:
Identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter;
The touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine corresponding touch action mode information.
4. the method for claim 1, is characterized in that, being set to of described touch action mode information:
Enter user's touch action and the process that arranges of corresponding touch action mode information;
Identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter;
The touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine touch action mode information.
5. method as claimed in claim 4, is characterized in that, the standard touch operation parameter of the described touch operation parameter comprised according to identified user's touch action and setting determines that touch action mode information is:
The ratio of the standard touch operation parameter of the touch operation parameter that identified user's touch action is comprised and setting is as touch action mode information.
6. method as claimed in claim 5, is characterized in that, described touch action mode information, for touching finger information, determines that touch action mode information is:
The touch operation parameter that the touch action that described identification obtains comprises, for touching induction region positional information and the touch area positional information of finger, comprises the major and minor axis of induction region position and the major and minor axis of position, touch area;
According to the major and minor axis of induction region position and the major and minor axis of position, touch area, adopt the finger area formula, calculate respectively the area of induction region position and the area of position, touch area;
The ratio of the area of calculating induction region position and the area of position, touch area, then touch the finger odds ratio with the standard of setting, and the touch calculated is pointed to coefficient as the touch finger information.
7. method as claimed in claim 5, is characterized in that, described touch action mode information, for touching habits information, determines that touch action mode information is:
The touch operation parameter that the touch action that described identification obtains comprises is for touching apart from length;
Standard by described touch apart from length and setting touches apart from length relatively, using ratio as obtaining touching habits information.
8. method as claimed in claim 5, is characterized in that, the gesture information of described definite correspondence is:
According to identified user's touch action information and corresponding touch action mode information, calculate the final touch action information of user, determine corresponding gesture information according to the final touch action information of user.
9. the device of an identification touch action on touch screen terminal, is characterized in that, comprising: module, identification module and gesture information acquisition module are set, wherein,
Module is set, for touch action mode information is set;
Identification module, obtain user's touch action for identification; Send to the gesture information acquisition module;
The gesture information acquisition module, for the definite touch action mode information that the correspondence of module is set of the touch action according to described user, call described touch action mode information from module is set, and determines corresponding gesture information.
10. device as claimed in claim 9, is characterized in that, the described module that arranges also arranges touch action mode information for the respective user sign;
Identification module, also carry the request command of user ID for reception, send to the gesture information acquisition module;
The gesture information acquisition module, also call corresponding touch action information for the user ID of carrying according to request command and user's touch action from module is set.
11. device as claimed in claim 9, is characterized in that, described identification module also obtains for identification the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter;
Described gesture information acquisition module, the standard touch operation parameter of the touch operation parameter also comprised for the touch action according to identified user and setting, determine corresponding touch action mode information.
12. device as claimed in claim 9, is characterized in that, the described module that arranges also comprises submodule is set, for the process that arranges of the touch action that enters the user and corresponding touch action mode information; Identification obtains the touch action that the user touches on the touch-screen of touch screen terminal, and this touch action comprises the touch operation parameter; The touch operation parameter comprised according to identified user's touch action and the standard touch operation parameter of setting, determine touch action mode information.
13. device as claimed in claim 9, it is characterized in that, described gesture acquisition module comprises that gesture obtains submodule, be used for according to identified user's touch action information and corresponding touch action mode information, calculate the final touch action information of user, according to the final touch action information of user, determine corresponding gesture information.
CN201210195912.XA 2012-06-14 2012-06-14 Method and device for recognizing touch action on touch screen terminal Pending CN103488321A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210195912.XA CN103488321A (en) 2012-06-14 2012-06-14 Method and device for recognizing touch action on touch screen terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210195912.XA CN103488321A (en) 2012-06-14 2012-06-14 Method and device for recognizing touch action on touch screen terminal

Publications (1)

Publication Number Publication Date
CN103488321A true CN103488321A (en) 2014-01-01

Family

ID=49828609

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210195912.XA Pending CN103488321A (en) 2012-06-14 2012-06-14 Method and device for recognizing touch action on touch screen terminal

Country Status (1)

Country Link
CN (1) CN103488321A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104360808A (en) * 2014-12-04 2015-02-18 李方 Method and device for editing documents by using symbolic gesture instructions
WO2015180124A1 (en) * 2014-05-30 2015-12-03 华为技术有限公司 Terminal device display method and terminal device
CN106575170A (en) * 2014-07-07 2017-04-19 三星电子株式会社 Method of performing a touch action in a touch sensitive device
CN108037885A (en) * 2017-11-27 2018-05-15 维沃移动通信有限公司 A kind of operation indicating method and mobile terminal
CN109069108A (en) * 2017-02-13 2018-12-21 深圳迈瑞生物医疗电子股份有限公司 Ultrasound medicine detection device, transfer control method and imaging system and terminal
CN110321050A (en) * 2019-07-10 2019-10-11 成都终身成长科技有限公司 Method, apparatus, electronic equipment and the storage medium of interactive operation
CN112347744A (en) * 2020-11-04 2021-02-09 广州朗国电子科技有限公司 Method and device for automatically triggering annotation mode by touch device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1815428A (en) * 2005-01-31 2006-08-09 株式会社东海理化电机制作所 Touch input device
CN102339123A (en) * 2010-07-14 2012-02-01 Tcl集团股份有限公司 Method for controlling vibration according to contact area
WO2012040616A2 (en) * 2010-09-24 2012-03-29 Research In Motion Limited Portable electronic device and method of controlling same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1815428A (en) * 2005-01-31 2006-08-09 株式会社东海理化电机制作所 Touch input device
CN102339123A (en) * 2010-07-14 2012-02-01 Tcl集团股份有限公司 Method for controlling vibration according to contact area
WO2012040616A2 (en) * 2010-09-24 2012-03-29 Research In Motion Limited Portable electronic device and method of controlling same

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105518587B (en) * 2014-05-30 2018-08-21 华为技术有限公司 Terminal device display methods and terminal device
WO2015180124A1 (en) * 2014-05-30 2015-12-03 华为技术有限公司 Terminal device display method and terminal device
CN105518587A (en) * 2014-05-30 2016-04-20 华为技术有限公司 Terminal device display method and terminal device
US10254950B2 (en) 2014-05-30 2019-04-09 Huawei Technologies Co., Ltd. Display method of terminal device and terminal device
CN106575170B (en) * 2014-07-07 2020-11-03 三星电子株式会社 Method for executing touch action in touch sensitive device
CN106575170A (en) * 2014-07-07 2017-04-19 三星电子株式会社 Method of performing a touch action in a touch sensitive device
CN104360808A (en) * 2014-12-04 2015-02-18 李方 Method and device for editing documents by using symbolic gesture instructions
CN109069108A (en) * 2017-02-13 2018-12-21 深圳迈瑞生物医疗电子股份有限公司 Ultrasound medicine detection device, transfer control method and imaging system and terminal
CN109069108B (en) * 2017-02-13 2022-01-28 深圳迈瑞生物医疗电子股份有限公司 Ultrasonic medical detection equipment, transmission control method, imaging system and terminal
CN114287965A (en) * 2017-02-13 2022-04-08 深圳迈瑞生物医疗电子股份有限公司 Ultrasonic medical detection equipment, transmission control method, imaging system and terminal
CN108037885A (en) * 2017-11-27 2018-05-15 维沃移动通信有限公司 A kind of operation indicating method and mobile terminal
CN110321050A (en) * 2019-07-10 2019-10-11 成都终身成长科技有限公司 Method, apparatus, electronic equipment and the storage medium of interactive operation
CN110321050B (en) * 2019-07-10 2021-06-22 成都终身成长科技有限公司 Interactive operation method and device, electronic equipment and storage medium
CN112347744A (en) * 2020-11-04 2021-02-09 广州朗国电子科技有限公司 Method and device for automatically triggering annotation mode by touch device and storage medium

Similar Documents

Publication Publication Date Title
CN103488321A (en) Method and device for recognizing touch action on touch screen terminal
CN104969165B (en) Time input based on gesture
AU2013276998B2 (en) Mouse function provision method and terminal implementing the same
US9298292B2 (en) Method and apparatus for moving object in terminal having touch screen
US20140019905A1 (en) Method and apparatus for controlling application by handwriting image recognition
US10345430B2 (en) Floor determining method and system, and related device
EP2565752A2 (en) Method of providing a user interface in portable terminal and apparatus thereof
EP2770423A2 (en) Method and apparatus for operating object in user device
CN103092502A (en) Method and apparatus for providing user interface in portable device
CN104471522A (en) User interface apparatus and method for user terminal
CN105144037A (en) Device, method, and graphical user interface for entering characters
CN104685470A (en) Device and method for generating user interfaces from a template
CN101984396A (en) Method for automatically identifying rotation gesture and mobile terminal thereof
EP2787429B1 (en) Method and apparatus for inputting text in electronic device having touchscreen
KR102125212B1 (en) Operating Method for Electronic Handwriting and Electronic Device supporting the same
CN104049887A (en) Methods for data transmission and electronic devices using the same
CN104303145A (en) Translation of touch input into local input based on a translation profile for an application
CN103309925A (en) Method and apparatus for tagging contents in a portable electronic device
US20150128073A1 (en) Method for sharing contents and electronic device thereof
KR20200051783A (en) Method and terminal for displaying multiple content cards
CN107015752A (en) Electronic equipment and method for handling the input on view layer
CN104937553A (en) System and method for negotiating control of a shared audio or visual resource
EP2741208A1 (en) Method for providing application information and mobile terminal thereof
WO2015088926A1 (en) Multi-modal content consumption model
CN103218162A (en) Terminal operation method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140101