CN104731491A - Method for achieving mass operation under terminal and touch screen - Google Patents

Method for achieving mass operation under terminal and touch screen Download PDF

Info

Publication number
CN104731491A
CN104731491A CN201310700524.7A CN201310700524A CN104731491A CN 104731491 A CN104731491 A CN 104731491A CN 201310700524 A CN201310700524 A CN 201310700524A CN 104731491 A CN104731491 A CN 104731491A
Authority
CN
China
Prior art keywords
gesture
batch operation
user
screen
coordinate
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
CN201310700524.7A
Other languages
Chinese (zh)
Inventor
谢志华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201310700524.7A priority Critical patent/CN104731491A/en
Priority to PCT/CN2014/078146 priority patent/WO2015089993A1/en
Publication of CN104731491A publication Critical patent/CN104731491A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04808Several contacts: gestures triggering a specific function, e.g. scrolling, zooming, right-click, when the user establishes several contacts with the surface simultaneously; e.g. using several fingers or a combination of fingers and pen

Abstract

The invention discloses a method for achieving mass operation under a terminal and a touch screen, and relates to the field of terminals with a touch screen. The method comprises the steps of monitoring and recognizing a user gesture through the terminal after starting the mass operation function according to the user operation; if the recognized user gesture indication is a closed pattern, determining that the gesture is a selection gesture; converting the closed range as indicated by the selecting gesture into the touch screen selection range; determining all items displayed in the touch screen selecting range as the mass operation objects; if the user gesture is recognized to be the set mass operation gesture, performing operation corresponding to the mass operation gesture for the determined mass operation objects. The invention further discloses a terminal. According to the technical scheme, the method has the advantages that a user can select, copy, delete and perform other operations as mass in a plurality of any items (objects) interfaces, so that the user experience is natural, and while the use operation speed is increased, and the operation is convenient.

Description

The method of batch operation is realized under a kind of terminal and touch-screen
Technical field
The present invention relates to the field of terminal with touch-screen, under particularly relating to a kind of terminal and touch-screen, realize the method for batch operation.
Background technology
Current touch-screen has been the standard configuration of a lot of end product, and this makes user except coming except operating terminal with traditional click and key mode, and more convenient, the natural mode such as can also to use gesture carrys out operation control terminal; And user is when operating terminal, often wish the operation that can simultaneously copy multiple object, deletion etc. is same, this just needs user first to select multiple object, then carries out unified operation.Therefore how to utilize the advantage of touch-screen, improving the speed of user when carrying out multiple objects in batches operation, and making Consumer's Experience more natural, more conveniently just become the research topic that has using value very much.
Traditional implementation adopts check box or other wall scroll Continuous Selection modes, user needs to click screen repeatedly, especially, when alternative is many, this operation is carried out very consuming time, and very easily in operation because the overdue reason such as to hit causes operation failure.
Summary of the invention
Realize the method for batch operation under the invention provides a kind of terminal and touch-screen, selection and the batch operation of many entries (multi-object) can be completed at interfaces such as various list, Gong Ge.
In order to solve the problems of the technologies described above, realize the method for batch operation under the invention discloses a kind of touch-screen, comprising:
Terminal is monitored and identifies user's gesture after opening batch operation function according to user operation;
When the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, the close range that this selection gesture indicates is converted to touch-screen range of choice, and all entries shown in described touch-screen range of choice are defined as batch operation object;
When recognizing user's gesture and being the batch operation gesture of setting, operational processes corresponding to this batch operation gesture is carried out to determined batch operation object.
Alternatively, in said method, the close range of described selection gesture instruction is converted to touch-screen range of choice and refers to:
The all entries covered with closed edge within the close range indicate the selection gesture of user are defined as single batch operation object.
Alternatively, in said method, determine that the process of the entry in the close range of the selection gesture instruction of user comprises:
Record the trajectory coordinates of described closed pattern, in X-direction, one fixed length dx is set, one fixed length dy is set in the Y direction, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete;
When entry at the coordinate of X-direction and Y-direction all in the trajectory coordinates of the closed pattern of record, then determine that this entry belongs to single batch operation object.
Alternatively, in said method, determine that the process of the entry that the closed edge of the selection gesture instruction of user covers comprises:
If judge, a certain entry meets at least one extreme coordinates in the trajectory coordinates of delimiting closed pattern, then determine that this entry belongs to single batch operation object.
Alternatively, in said method, judge whether the extreme coordinates of a certain entry refers in the trajectory coordinates of delimiting closed pattern:
First Xt is compared with all X-coordinate of the trajectory coordinates point of record, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this extreme coordinates is in the trajectory coordinates of delimiting closed pattern.
Alternatively, said method also comprises: after the type of the user's gesture recognized is select gesture, in setting-up time interval again identification selection gesture time, merge recognizing the multiple close range selecting gesture to indicate respectively in setting-up time interval, all entries in the close range after merging are defined as batch operation object.
Alternatively, said method also comprises:
After terminal receives the operation of Client-initiated tangent screen, identification selection gesture again on the screen be switched to, by setting-up time interval for this On-Screen Identification to the instruction of selection gesture close range in all entries be also defined as batch operation object.
The invention also discloses a kind of terminal, at least comprise:
Gesture recognition module, after opening batch operation function according to user operation, monitor and identify user's gesture, when the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, when recognizing user's gesture and being the batch operation gesture of setting, determine that the type of this gesture is operating gesture;
Gesture parsing module, the close range of selection gesture gesture recognition module identified instruction is converted to touch-screen range of choice;
The all entries shown in the touch-screen range of choice of described gesture parsing module conversion are defined as batch operation object by position analysis administration module;
Gesture command administration module, carries out corresponding operational processes to described position analysis administration module determined batch operation object according to the batch operation gesture that described gesture recognition module identifies.
Alternatively, in above-mentioned terminal, all entries shown in the touch-screen range of choice that described gesture parsing module is changed by described position analysis administration module are defined as batch operation object and refer to:
The all entries covered with closed edge within the close range indicate the selection gesture of user are defined as single batch operation object.
Alternatively, in above-mentioned terminal, determine that the process of the entry in the close range of the selection gesture instruction of user comprises:
Record the trajectory coordinates of described closed pattern, in X-direction, one fixed length dx is set, one fixed length dy is set in the Y direction, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete;
When entry at the coordinate of X-direction and Y-direction all in the trajectory coordinates of the closed pattern of record, then determine that this entry belongs to single batch operation object.
Alternatively, in above-mentioned terminal, described position analysis administration module, comprises the process that all entries shown in the touch-screen range of choice of described gesture parsing module conversion are defined as batch operation object:
If judge, a certain entry meets at least one extreme coordinates in the trajectory coordinates of delimiting closed pattern, then determine that this entry belongs to single batch operation object.
Alternatively, in above-mentioned terminal, judge whether the extreme coordinates of a certain entry refers in the trajectory coordinates of delimiting closed pattern:
First Xt is compared with all X-coordinate of the trajectory coordinates point of record, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this extreme coordinates is in the trajectory coordinates of delimiting closed pattern.
Alternatively, in above-mentioned terminal, described gesture parsing module, when described gesture recognition module identifies multiple selection gesture in setting-up time interval, sends to described position analysis administration module by recognizing the multiple touch-screen ranges of choice selecting gesture to indicate respectively in setting-up time interval;
The all entries shown in multiple touch-screen ranges of choice of described gesture parsing module conversion are defined as batch operation object by described position analysis administration module.
Alternatively, in above-mentioned terminal, after terminal receives the operation of Client-initiated tangent screen, identification selection gesture again on the screen be switched to, by setting-up time interval for this On-Screen Identification to the instruction of selection gesture close range in all entries be also defined as batch operation object.
Technical scheme allows the batch operations such as user carries out at any many entries (multi-object) interface selecting and copy fast, deletion, improves while user manipulates speed, makes Consumer's Experience more natural, more convenient.In addition, for all terminal devices with touch-screen, this technical scheme is all applicable.
Accompanying drawing explanation
Fig. 1 is the module composition structural representation of the embodiment of the present invention;
Fig. 2 is that the embodiment of the present invention carries out rapid batch operation element schematic flow sheet.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly understand, hereafter will be described in further detail technical solution of the present invention by reference to the accompanying drawings.It should be noted that, when not conflicting, the feature in the embodiment of the application and embodiment can combine arbitrarily mutually.
Embodiment 1
In order to improve the inferior position of traditional approach, the application considers to adopt touch-screen drilling to make comparisons, and gesture is to complete the selection of multi-object easily for nature, and then employing gesture batch performs the unified operation of each select items many.
Based on above-mentioned thought, the present embodiment provides a kind of terminal, at least comprises as lower module:
Gesture recognition module, after opening batch operation function according to user operation, monitor and identify user's gesture, when the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, when recognizing user's gesture and being the batch operation gesture of setting, determine that the type of this gesture is operating gesture;
Gesture parsing module, the close range of selection gesture gesture recognition module identified instruction is converted to touch-screen range of choice;
Position analysis administration module, all entries shown in the touch-screen range of choice changed by gesture parsing module are defined as batch operation object;
Gesture command administration module, carries out corresponding operational processes to the determined batch operation object of position analysis management module according to the batch operation gesture that gesture recognition module identifies.
Separately have some preferred versions, on above-mentioned terminal structure basis, further comprises batch operation functional switch module, this module opens batch operation function according to user operation.
Below for terminal preferred shown in Fig. 1, introduce the detailed process that this terminal realizes batch operation.
Batch operation functional switch module 101, after user selects to open this function, carries out initialization to system resource, calls 102 startup batch operation functions after success;
Gesture recognition module 102, monitoring users gesture and identify user effective gesture, and pass to 103 and carry out gesture and resolve coupling;
Wherein, gesture recognition module is monitored and is identified in the process of user's gesture, and the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, when recognizing user's gesture and being the batch operation gesture of setting, determine that the type of this gesture is operating gesture.
Particularly, operating gesture can be that any one is effective (can to user's range of choice) pattern (as a letter, or a hook etc.), but be not closed pattern.And what select gesture to indicate must be a closed pattern.
Gesture parsing module 103, the gesture-type identified according to gesture recognition module and content, to determine next step flow process; Select gesture if recognize, then according to certain rule, irregular gesture is converted to the closed selected zone of rule on screen, then continue to call 104 to determine concrete select items many (object), if batch operation gesture, then call 105 to mate concrete batch operation order and to perform, and call 106 prompting user operation success or failures, if other invalid gestures, then time-out exits.
It should be noted that, in practical operation, may exist and not recognize selection gesture, just recognize the situation of batch operation gesture, therefore, when gesture recognition module identifies batch operation gesture, whether had before this batch operation gesture under gesture parsing module first judges and select gesture, if had, then carry out next step operation, if no, then think maloperation, call 106 prompting user operation failures.
Position analysis administration module 104, screen ranges is selected to map concrete select items many (object) according to gesture, need when determining concrete alternative the coordinate calculating concrete object according to certain rule whether to determine whether selected in range of choice, and call 106 and identify select items many (object).
Wherein, within position analysis administration module close range that the selection gesture of user is indicated and all entries of covering of closed edge be defined as single batch operation object.
Particularly, determine that the process of the entry in the close range of the selection gesture instruction of user comprises:
The trajectory coordinates of record closed pattern, in X-direction, one fixed length dx is set, one fixed length dy is set in the Y direction, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete;
When entry at the coordinate of X-direction and Y-direction all in the trajectory coordinates of the closed pattern of record, then determine that this entry belongs to single batch operation object.
In addition, above-mentioned position analysis administration module, if judge, a certain entry meets at least one extreme coordinates in the trajectory coordinates of delimiting closed pattern, then determine that this entry belongs to single batch operation object.
In the present embodiment, judge that the process of extreme coordinates whether in the trajectory coordinates of delimiting closed pattern of a certain entry is as follows:
First Xt is compared with all X-coordinate of the trajectory coordinates point of record, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this extreme coordinates is in the trajectory coordinates of delimiting closed pattern.
Gesture command administration module 105, management batch operation gesture and corresponding mapping of ordering.
Interface manager module 106, needs to draw during interface display to look effect effect accordingly for each module.
In some schemes, also consider, when user selects batch operation object, can be determined by multi-pass operations.Now, above-mentioned gesture parsing module, when gesture recognition module identifies multiple selection gesture in setting-up time interval, can send to position analysis administration module by recognizing in setting-up time interval the multiple touch-screen ranges of choice selecting gesture to indicate respectively.And position analysis administration module, all entries shown in the multiple touch-screen ranges of choice changed by gesture parsing module are defined as batch operation object.
Wherein, when user is by multi-pass operations selection batch operation object, selected batch operation object also may on different screens.Namely, after terminal receives the operation of Client-initiated tangent screen, gesture recognition module on the screen be switched to again identification selection gesture time, by setting-up time interval for this On-Screen Identification to selection gesture instruction close range in all entries be also defined as batch operation object.
Certainly, when user initiates repeatedly to select gesture, gesture parsing module can increase by a judgement operation, namely gesture parsing module judges that gesture recognition module recognizes selection gesture continuously within the time interval of setting, just all entries selected in all close range of gesture instruction can be defined as batch operation object.
Embodiment 2
The present embodiment realizes the method for batch operation under providing a kind of touch-screen, the method comprises:
Terminal is monitored and identifies user's gesture after opening batch operation function according to user operation;
When the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, the close range that this selection gesture indicates is converted to touch-screen range of choice, and all entries shown in described touch-screen range of choice are defined as batch operation object;
When recognizing user's gesture and being the batch operation gesture of setting, operational processes corresponding to this batch operation gesture is carried out to determined batch operation object.
The specific implementation process of said method is described below in conjunction with Fig. 2:
Step 200, needs the batch operation function of first opening terminal;
Step 201, user self-definedly as required can revise the batch operation gesture given tacit consent to;
Being operating as of this step can selection operation, when namely user adopts the batch operation gesture of acquiescence, without the need to carrying out the operation of this step.
Step 202, initiation gesture identification is served, monitoring users gesture operation;
Step 203, when listening to user's gesture, identifies the type of this user's gesture, and judges whether this user's gesture is select gesture, if so, enters step 204, otherwise enters step 209
Wherein, user, on many entries (object) interface, draws a closed pattern, and when guaranteeing that one or more entry (object) is comprised in pattern, namely identifies that this user's gesture is for selecting gesture.
Step 204, judges whether that existing entry is selected, if so, enters step 205, otherwise enter step 206;
Step 205, judges that whether timer is overtime, and if so, prompting user operation failure, if not overtime, then enters step 207;
Step 206, starts timer;
Setting-up time interval when timer timing length in above-mentioned steps 205 and 206 is continuous identification selection gesture.When namely ensureing that user repeatedly selects operand, select in setting-up time interval.Exceed the selection user of timing for invalid.
Step 207, resolves and selects gesture path at extreme coordinates up and down, the maximum rectangular area then reselected;
Step 208, receives above rectangular area, and the extreme coordinates according to rectangular area finds out boundary element, and judges whether, all in selected zone or partly in selected zone, if then choose this entry and preserve, to return step 203 according to the coordinate of border entry;
In the present embodiment, entry (object) scope that user's single is effectively selected, comprises all entries (object) arrived with closed pattern edges cover in closed pattern.How edge about closed pattern is determined, need the trajectory coordinates recording this pattern, physical record method is: X-direction arranges a fixed length dx, Y-direction all arranges a fixed length dy, namely user is being detected just in gesture selection course, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete.About how determining entry (object whether in closed pattern coverage), determined by following rule: suppose to have determined in advance the origin coordinates of each entry (object) in X-direction and Y-direction, i.e. coordinate (the Xt of upper and lower, left and right end points, Yt), (Xb, Yb), (Xl, Yl), (Xr, Yr); If it is inner in delimitation closed pattern to meet each extreme coordinates, then this entry (object) is in range of choice; If wherein at least one end points is outside in delimitation closed pattern, but at least one end points is inner in delimitation closed pattern, then judge that this entry (object) is also in range of choice; About judgement end points whether in range of choice, adopt following rule (for upper extreme point): first compared with all X-coordinate of the trajectory coordinates point recorded before by Xt, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this end points is in range of choice; Otherwise this end points is outside range of choice.
Wherein, judge not all in selected zone or partly in selected zone, then not choose this entry.
Step 209, judges whether the user's gesture recognized is batch operation gesture, if so, enters step 210, otherwise prompting user operation failure;
Step 210, judges whether that existing entry is selected, if so, enters step 211, otherwise prompting user operation failure;
Step 211, processes according to the operation that batch operation order gesture is corresponding the entry selected, returns step 203, until time-out exits flow process automatically.
The all or part of step that one of ordinary skill in the art will appreciate that in said method is carried out instruction related hardware by program and is completed, and described program can be stored in computer-readable recording medium, as ROM (read-only memory), disk or CD etc.Alternatively, all or part of step of above-described embodiment also can use one or more integrated circuit to realize.Correspondingly, each module/unit in above-described embodiment can adopt the form of hardware to realize, and the form of software function module also can be adopted to realize.The application is not restricted to the combination of the hardware and software of any particular form.
The above, be only preferred embodiments 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 amendment made, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (14)

1. realize a method for batch operation under touch-screen, it is characterized in that, comprising:
Terminal is monitored and identifies user's gesture after opening batch operation function according to user operation;
When the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, the close range that this selection gesture indicates is converted to touch-screen range of choice, and all entries shown in described touch-screen range of choice are defined as batch operation object;
When recognizing user's gesture and being the batch operation gesture of setting, operational processes corresponding to this batch operation gesture is carried out to determined batch operation object.
2. the method for claim 1, is characterized in that, the close range of described selection gesture instruction is converted to touch-screen range of choice and refers to:
The all entries covered with closed edge within the close range indicate the selection gesture of user are defined as single batch operation object.
3. method as claimed in claim 2, is characterized in that, determines that the process of the entry in the close range of the selection gesture instruction of user comprises:
Record the trajectory coordinates of described closed pattern, in X-direction, one fixed length dx is set, one fixed length dy is set in the Y direction, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete;
When entry at the coordinate of X-direction and Y-direction all in the trajectory coordinates of the closed pattern of record, then determine that this entry belongs to single batch operation object.
4. method as claimed in claim 3, is characterized in that, determines that the process of the entry that the closed edge of the selection gesture instruction of user covers comprises:
If judge, a certain entry meets at least one extreme coordinates in the trajectory coordinates of delimiting closed pattern, then determine that this entry belongs to single batch operation object.
5. method as claimed in claim 4, is characterized in that, judges whether the extreme coordinates of a certain entry refers in the trajectory coordinates of delimiting closed pattern:
First Xt is compared with all X-coordinate of the trajectory coordinates point of record, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this extreme coordinates is in the trajectory coordinates of delimiting closed pattern.
6. the method as described in any one of claim 1 to 5, it is characterized in that, the method also comprises: after the type of the user's gesture recognized is select gesture, in setting-up time interval again identification selection gesture time, merge recognizing the multiple close range selecting gesture to indicate respectively in setting-up time interval, all entries in the close range after merging are defined as batch operation object.
7. method as claimed in claim 6, it is characterized in that, the method also comprises:
After terminal receives the operation of Client-initiated tangent screen, identification selection gesture again on the screen be switched to, by setting-up time interval for this On-Screen Identification to the instruction of selection gesture close range in all entries be also defined as batch operation object.
8. a terminal, is characterized in that, at least comprises:
Gesture recognition module, after opening batch operation function according to user operation, monitor and identify user's gesture, when the user's gesture recognized is designated as a closed pattern, then determine that the type of this gesture is for selecting gesture, when recognizing user's gesture and being the batch operation gesture of setting, determine that the type of this gesture is operating gesture;
Gesture parsing module, the close range of selection gesture gesture recognition module identified instruction is converted to touch-screen range of choice;
The all entries shown in the touch-screen range of choice of described gesture parsing module conversion are defined as batch operation object by position analysis administration module;
Gesture command administration module, carries out corresponding operational processes to described position analysis administration module determined batch operation object according to the batch operation gesture that described gesture recognition module identifies.
9. terminal as claimed in claim 8, it is characterized in that, all entries shown in the touch-screen range of choice that described gesture parsing module is changed by described position analysis administration module are defined as batch operation object and refer to:
The all entries covered with closed edge within the close range indicate the selection gesture of user are defined as single batch operation object.
10. terminal as claimed in claim 9, is characterized in that, determines that the process of the entry in the close range of the selection gesture instruction of user comprises:
Record the trajectory coordinates of described closed pattern, in X-direction, one fixed length dx is set, one fixed length dy is set in the Y direction, first record start point coordinate (X0, Y0), then the X-coordinate of sliding trace arrives X0+n*dx (or X0-n*dx, wherein n is natural number) position, or Y-coordinate arrival Y0+n*dy (or Y0-n*dy, wherein n is natural number) position time, all once record is done to tracing point, until X0+n*dx (or X0-n*dx) gets back to X, and till Y0+n*dy (or Y0-n*dy) gets back to Y, trajectory coordinates record is complete;
When entry at the coordinate of X-direction and Y-direction all in the trajectory coordinates of the closed pattern of record, then determine that this entry belongs to single batch operation object.
11. terminals as claimed in claim 10, is characterized in that, described position analysis administration module, the process that all entries shown are defined as batch operation object are comprised in the touch-screen range of choice of described gesture parsing module conversion:
If judge, a certain entry meets at least one extreme coordinates in the trajectory coordinates of delimiting closed pattern, then determine that this entry belongs to single batch operation object.
12. terminals as claimed in claim 11, is characterized in that, judge whether the extreme coordinates of a certain entry refers in the trajectory coordinates of delimiting closed pattern:
First Xt is compared with all X-coordinate of the trajectory coordinates point of record, as long as find out an X-coordinate Xa to be less than Xt, and there is another X-coordinate Xb to be greater than Xt, then continue to judge that Y0+ (Xa-X0) * dy/dx (or Y0-(X0-Xa) * dy/dx) is if be less than Yt, and Y0+ (Xb-X0) * dy/dx (or Y0-(X0-Xb) * dy/dx) is greater than Yt, then this extreme coordinates is in the trajectory coordinates of delimiting closed pattern.
13. terminals as described in any one of claim 8 to 12, is characterized in that,
Described gesture parsing module, when described gesture recognition module identifies multiple selection gesture in setting-up time interval, sends to described position analysis administration module by recognizing the multiple touch-screen ranges of choice selecting gesture to indicate respectively in setting-up time interval;
The all entries shown in multiple touch-screen ranges of choice of described gesture parsing module conversion are defined as batch operation object by described position analysis administration module.
14. terminals as claimed in claim 13, is characterized in that,
After terminal receives the operation of Client-initiated tangent screen, identification selection gesture again on the screen be switched to, by setting-up time interval for this On-Screen Identification to the instruction of selection gesture close range in all entries be also defined as batch operation object.
CN201310700524.7A 2013-12-18 2013-12-18 Method for achieving mass operation under terminal and touch screen Pending CN104731491A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310700524.7A CN104731491A (en) 2013-12-18 2013-12-18 Method for achieving mass operation under terminal and touch screen
PCT/CN2014/078146 WO2015089993A1 (en) 2013-12-18 2014-05-22 Terminal and method for realizing bulk operation under touchscreen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310700524.7A CN104731491A (en) 2013-12-18 2013-12-18 Method for achieving mass operation under terminal and touch screen

Publications (1)

Publication Number Publication Date
CN104731491A true CN104731491A (en) 2015-06-24

Family

ID=53402037

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310700524.7A Pending CN104731491A (en) 2013-12-18 2013-12-18 Method for achieving mass operation under terminal and touch screen

Country Status (2)

Country Link
CN (1) CN104731491A (en)
WO (1) WO2015089993A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105100458A (en) * 2015-07-08 2015-11-25 努比亚技术有限公司 Rapid object selection device and method
CN105183362A (en) * 2015-09-25 2015-12-23 深圳市金立通信设备有限公司 Input method and terminal
CN105528157A (en) * 2015-12-10 2016-04-27 广东欧珀移动通信有限公司 Multimedia content management method and user terminal
CN105653194A (en) * 2015-12-31 2016-06-08 北京元心科技有限公司 Method and device for deleting pictures or files
CN106572240A (en) * 2016-10-19 2017-04-19 上海携程商务有限公司 Method for selecting multiple continuous list contents in list
CN107885428A (en) * 2017-09-28 2018-04-06 努比亚技术有限公司 Terminal split screen starts method, terminal and computer-readable recording medium
CN105045511B (en) * 2015-08-14 2018-06-26 网易(杭州)网络有限公司 A kind of presentation object batch processing method and equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760006A (en) * 2012-03-26 2012-10-31 联想(北京)有限公司 Method and device for determining operands
CN102821193A (en) * 2012-07-02 2012-12-12 中兴通讯股份有限公司 Method for rapidly operating file of intelligent cell phone and intelligent cell phone
US20130132878A1 (en) * 2011-09-02 2013-05-23 Adobe Systems Incorporated Touch enabled device drop zone
CN103226442A (en) * 2013-03-21 2013-07-31 广东欧珀移动通信有限公司 Method and device for processing files in batches
CN103324437A (en) * 2013-05-24 2013-09-25 东莞宇龙通信科技有限公司 Object bulk operation achievement method and device
CN103324439A (en) * 2013-06-27 2013-09-25 广东欧珀移动通信有限公司 Method and device for batch marking of files in electronic equipment with touch screen

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130132878A1 (en) * 2011-09-02 2013-05-23 Adobe Systems Incorporated Touch enabled device drop zone
CN102760006A (en) * 2012-03-26 2012-10-31 联想(北京)有限公司 Method and device for determining operands
CN102821193A (en) * 2012-07-02 2012-12-12 中兴通讯股份有限公司 Method for rapidly operating file of intelligent cell phone and intelligent cell phone
CN103226442A (en) * 2013-03-21 2013-07-31 广东欧珀移动通信有限公司 Method and device for processing files in batches
CN103324437A (en) * 2013-05-24 2013-09-25 东莞宇龙通信科技有限公司 Object bulk operation achievement method and device
CN103324439A (en) * 2013-06-27 2013-09-25 广东欧珀移动通信有限公司 Method and device for batch marking of files in electronic equipment with touch screen

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105100458A (en) * 2015-07-08 2015-11-25 努比亚技术有限公司 Rapid object selection device and method
CN105100458B (en) * 2015-07-08 2018-09-14 努比亚技术有限公司 A kind of device and method of quick selecting object
CN105045511B (en) * 2015-08-14 2018-06-26 网易(杭州)网络有限公司 A kind of presentation object batch processing method and equipment
CN105183362A (en) * 2015-09-25 2015-12-23 深圳市金立通信设备有限公司 Input method and terminal
CN105528157A (en) * 2015-12-10 2016-04-27 广东欧珀移动通信有限公司 Multimedia content management method and user terminal
CN105528157B (en) * 2015-12-10 2019-10-25 Oppo广东移动通信有限公司 A kind of multimedia content management method and user terminal
CN105653194A (en) * 2015-12-31 2016-06-08 北京元心科技有限公司 Method and device for deleting pictures or files
CN106572240A (en) * 2016-10-19 2017-04-19 上海携程商务有限公司 Method for selecting multiple continuous list contents in list
CN107885428A (en) * 2017-09-28 2018-04-06 努比亚技术有限公司 Terminal split screen starts method, terminal and computer-readable recording medium

Also Published As

Publication number Publication date
WO2015089993A1 (en) 2015-06-25

Similar Documents

Publication Publication Date Title
CN104731491A (en) Method for achieving mass operation under terminal and touch screen
AU2019440651B2 (en) Method for operating intelligent interactive tablet, and storage medium and related device
CN103019596B (en) A kind of method and mobile terminal realizing operation of virtual key based on touch screen
CN104793884B (en) One kind touches screenshot method and device
CN104571693B (en) Information processing method and electronic equipment
CN106371789B (en) The display methods and mobile terminal of prompting message in a kind of application program
CN105511781B (en) Start the method, apparatus and user equipment of application program
CN104777992A (en) Method and device for realizing quick mass operation under touch screen
WO2014029345A1 (en) Method and device for controlling terminal device
CN105426214A (en) Application program starting method and system as well as mobile terminal
CN107526477B (en) Unlocking screen method, apparatus and terminal
CN107545167A (en) Unlocking screen method, apparatus and terminal
CN102929550A (en) Mobile terminal-based photographing deleting method and mobile terminal
CN106775213B (en) A kind of method and terminal switching desktop
WO2023015960A1 (en) Notification message display method and electronic device
CN108845752A (en) touch operation method, device, storage medium and electronic equipment
CN103902101A (en) Gesture recognition method of intelligent terminal, intelligent terminal realizing same
CN107220377B (en) Search method, electronic device, and computer storage medium
CN109144447A (en) Split screen window adjusting method, device, storage medium and electronic equipment
US11455071B2 (en) Layout method, device and equipment for window control bars
JP2015095219A (en) Information processor, information processing method and storage medium
CN104345947A (en) Mistaken touch prevention method and device
CN105511771A (en) Shortcut operation method, device and terminal
CN105260065B (en) The method and device of information processing
WO2016033750A1 (en) Terminal, terminal control device and method

Legal Events

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

Application publication date: 20150624

RJ01 Rejection of invention patent application after publication