WO2015103819A1 - Procédé et dispositif d'obtention d'une exploitation en lot rapide sur un écran tactile - Google Patents

Procédé et dispositif d'obtention d'une exploitation en lot rapide sur un écran tactile Download PDF

Info

Publication number
WO2015103819A1
WO2015103819A1 PCT/CN2014/074909 CN2014074909W WO2015103819A1 WO 2015103819 A1 WO2015103819 A1 WO 2015103819A1 CN 2014074909 W CN2014074909 W CN 2014074909W WO 2015103819 A1 WO2015103819 A1 WO 2015103819A1
Authority
WO
WIPO (PCT)
Prior art keywords
gesture
batch operation
selection
operated
touch screen
Prior art date
Application number
PCT/CN2014/074909
Other languages
English (en)
Chinese (zh)
Inventor
谢志华
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2015103819A1 publication Critical patent/WO2015103819A1/fr

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
    • 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
    • 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/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Definitions

  • a touch screen is a standard configuration of many terminal products, which enables a user to manipulate a terminal in a more convenient and natural manner, such as gestures, in addition to using a conventional click and button method to operate the terminal; It is often desirable to be able to copy, delete, and the like for multiple objects at the same time. This requires the user to select multiple objects first and then perform unified operations. Therefore, how to take advantage of the touch screen, improve the speed of the user in the multi-object batch operation, and make the user experience more natural, more convenient becomes a research topic of great application value.
  • the traditional implementation method is to use check boxes or other single continuous selection methods.
  • the user needs to click the screen multiple times, especially when there are many objects to be selected, it is very time-consuming to perform the operation, and it is easy to click due to mistakes during the operation. Causes the operation to fail.
  • SUMMARY OF THE INVENTION The technical problem to be solved by the embodiments of the present invention is to provide a method and a device for implementing a fast batch operation under a touch screen, which is to solve the problem that the batch selection and operation are very time-consuming when the selection object is relatively large in the prior art.
  • an embodiment of the present invention provides a method for implementing a fast batch operation under a touch screen, the method comprising the steps of: receiving a selection gesture of a user, and selecting an object to be operated according to the selection gesture; The batch operation command gesture of the user, and executing a corresponding operation command on the object to be operated according to the batch operation command gesture.
  • the process of selecting an object to be operated according to the selection gesture includes: converting the selection gesture into a screen selection range; The object to be operated is selected according to the selection range.
  • the selection gesture is a closed pattern
  • the screen selection range is a range determined by the trajectory coordinates of the closed pattern.
  • the object that is effectively selected includes all objects covered in the closed pattern and the edge of the closed pattern.
  • the receiving user's selection gesture includes single reception and continuous multiple reception; when the user's selection gesture is received multiple times in succession, the time interval between the two receptions is less than a preset timeout period, and finally selected
  • the object to be operated is the union after multiple selections.
  • the consecutive multiple receptions comprise cross-screen reception, and the switching time between the two screens is less than a preset switching time threshold, and the timeout time of each screen is separately timed.
  • the union of the finally selected object to be operated after multiple selections is specifically: when the same object to be operated is selected an odd number of times, the object to be operated is finally When the same object to be operated is selected an even number of times, the object to be operated is finally unselected.
  • the terminal does not respond; when the batch operation command gesture cannot be recognized, timeout cancels the previously selected object to be operated.
  • the method before the receiving the batch operation command gesture of the user, the method further includes a custom batch operation command gesture and a corresponding function.
  • an embodiment of the present invention further provides an apparatus for implementing a fast batch operation under a touch screen, the apparatus comprising: a gesture receiving unit configured to receive a gesture of a user; a gesture recognition unit, connected to the gesture receiving unit, and configured In order to identify a user's gesture type, the gesture type includes a selection gesture and a batch operation command gesture; The to-be-operated object selection unit is connected to the gesture recognition unit, and is configured to select an object to be operated according to the selection gesture; the operation command execution unit is respectively connected to the gesture recognition unit and the object selection unit to be operated, and is set to be The batch operation command gesture performs a corresponding operation command on the object to be operated.
  • the to-be-operated object selection unit includes: a range conversion sub-unit configured to convert the selection gesture into a screen selection range; and a selection sub-unit configured to select an object to be operated according to the selection range.
  • the selection gesture is a closed pattern
  • the screen selection range is a range determined by the trajectory coordinates of the closed pattern.
  • the device further includes a gesture command management unit, configured to customize a batch operation command gesture and a corresponding function.
  • the apparatus further includes a batch operation switch for turning the fast batch operation function on and off.
  • FIG. 1 is a structural diagram of an apparatus for implementing rapid batch operation under a touch screen according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for implementing fast batch operation under a touch screen according to an embodiment of the present invention
  • FIG. 4 is a flowchart of a specific implementation process of a method for implementing fast batch operation under a touch screen according to an embodiment of the present invention.
  • FIG. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to solve the problem that the batch selection and operation are very time-consuming when the number of objects to be selected is relatively large, the embodiments of the present invention provide a method and a device for implementing fast batch operation under the touch screen. And four embodiments, the embodiments of the present invention are further described in detail. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
  • Embodiment 1 The apparatus for implementing fast batch operation under the touch screen of the embodiment of the present invention is as shown in FIG.
  • the gesture recognition unit 14 is connected to the object selection unit 15 to be operated.
  • the batch operation switch 11 is configured to enable and disable the fast batch operation function, and the initialization and the destruction of the resource function when the system is turned off;
  • the gesture command management unit 12 is configured to customize the batch operation command gesture and the corresponding function, if the user is not set, the method is adopted. a default batch operation gesture;
  • the gesture receiving unit 13 is configured to receive a gesture of the user, perform a gesture operation of the corresponding user during the operation, and present a user-friendly interface visual effect;
  • the gesture recognition unit 14 is configured to recognize the gesture type and content of the user.
  • the gesture type includes a selection gesture and a batch operation command gesture; the to-be-operated object selection unit 15 is configured to select an object to be operated according to the selection gesture; the operation command execution unit 16 is configured to gesture the object to be operated according to the batch operation command gesture Execute the corresponding operation command.
  • the to-be-operated object selection unit 15 includes a range conversion sub-unit 151 and a selection sub-unit 152, wherein the range conversion sub-unit 151 and the selection sub-unit 152 are connected.
  • the range conversion sub-unit 151 is configured to convert the selection gesture into a screen selection range, the selection gesture being a closed pattern, the screen selection range being a range determined by the trajectory coordinates of the closed pattern; the selection sub-unit 152 is set to The object to be operated is selected according to the selection range, that is, the above screen selection range is received, and the item (object) in the selection range is parsed.
  • the method for implementing the fast batch operation under the touch screen of the embodiment of the present invention is as shown in FIG. 2, and includes the following steps: Step s201, enabling fast batching. Operation function, initialize system resources. Step s202, customizing the batch operation command gesture and the corresponding function.
  • Step s203 Receive a selection gesture of the user, and convert the selection gesture into a screen selection range.
  • the selection gesture is a closed pattern
  • the screen selection range is a range determined by the trajectory coordinates of the closed pattern
  • the effectively selected object includes all objects covered in the closed pattern and the closed pattern edge.
  • the track coordinates of the pattern need to be recorded.
  • the specific recording method is: setting a unit length dx in the X direction and setting a unit length dy in the Y direction, that is, in detecting that the user is in the gesture selection process, Record the starting point coordinates ( ⁇ , ⁇ ), then the X coordinate of the sliding track reaches X0+n*dx (or X0-n*dx, where n is a natural number) position, or the Y coordinate reaches Y0+n*dy (or Y0- n*dy, where n is a natural number.
  • How to determine whether an entry (object) is within the closed pattern coverage is determined by the following rules: Assume that the starting coordinates of each entry (object) in the X and Y directions, ie the up, down, left, and right endpoints, have been determined in advance Coordinates (Xt, Yt), (Xb, Yb), (XI, YD, (Xr, Yr); if each endpoint coordinate is within the bounding pattern, the entry (object) is within the selection; If at least one of the endpoints is outside the delineated pattern, but at least one of the endpoints is inside the delimited pattern, it is determined that the entry (object) is also within the selection range.
  • the endpoint is an example: First compare 3 ⁇ 4 with all X coordinates of the previously recorded trajectory coordinate points, and just find that an X coordinate Xa is smaller than Xt, and another X coordinate Xb is greater than Xt, then continue to judge Y0 + (Xa-X0) ) *dy/dx (or Y0 -(X0-Xa)*dy/dx) if less than Yt, and Y0 +(Xb-X0)*dy/dx (or Y0 -(X0-Xb)*dy/dx) is greater than Yt, then the endpoint is within the selection range; otherwise the endpoint is outside the selection range.
  • the receiving user's selection gesture includes a single reception and a continuous multiple reception; when the user's selection gesture is received multiple times in succession, the time interval between the two receptions is less than a preset timeout period. Multiple consecutive receptions can be received on a single screen, and cross-screen reception is also allowed.
  • the cross-screen reception is performed, the switching time between the two screens is less than the preset switching time threshold, and the timeout period of each screen is separately timed, that is, the user is allowed to cross-screen.
  • Steps select multiple items (objects), and after the previous screen is selected, the user needs to cut the screen (or slide screen) to switch to the next screen in a given time, and then re-start to calculate the timeout period, the user needs to specify The first valid selection in the next screen is completed in time, otherwise the timeout is exited.
  • Step s204 the object to be operated is selected according to the selection range. When the selection gesture of the user is received multiple times in succession, the object to be operated finally selected is more The union after the second selection is specifically as follows: when the same object to be operated is selected an odd number of times, the object to be operated is finally selected; When the object to be operated is selected even number of times, the final object to be operated is not selected.
  • Step s205 Receive a batch operation command gesture of the user, and execute a corresponding operation command on the object to be operated according to the batch operation command gesture.
  • the selection gesture is unrecognizable, the terminal does not respond; when the batch operation command gesture cannot be recognized, the previously selected object to be operated is cancelled by timeout. After executing the operation command, you can also disable the fast batch operation function and destroy the resources.
  • Embodiment 3 The specific structure of the apparatus for implementing fast batch operation under the touch screen of the embodiment of the present invention, as shown in FIG. 3, includes a batch operation function switch module 31, a gesture recognition module 32, a gesture analysis module 33, and a position analysis management module 34.
  • the relationship between the parts is as follows:
  • the batch operation function switch module 31 is set to initialize the system resources after the user selects to open the function, and then invokes the gesture recognition module 32 to start the gesture monitoring recognition service after successful;
  • the gesture recognition module 32 setting In order to monitor the user gesture and identify the user effective gesture, and pass it to 33 for gesture resolution matching;
  • the gesture parsing module 33 is configured to parse the gesture type and content to determine the next process; if it is the selection gesture, according to certain rules Converting the irregular gesture into a closed selection area of the rules on the screen, and then continuing to call the location analysis management module 34 to determine the specific selection item (object). If the gesture is a batch operation, the gesture command management module 35 is invoked to match the specific batch operation.
  • the command is executed and executed, and the interface management module 36 is called to prompt the user to succeed or fail, and if it is another invalid gesture, the timeout is exited.
  • the location analysis management module 34 is configured to map a specific selection item (object) according to the gesture selection screen range. When determining a specific selection object, it is required to calculate whether the coordinates of the specific object are within the selection range according to a certain rule to determine whether the object is selected. And invoke interface management module 36 to identify the selected entry (object).
  • the gesture command management module 35 is configured to manage the mapping of the batch operation gesture and the corresponding command.
  • the interface management module 36 is configured to draw corresponding visual effects when each module needs to display the interface.
  • Example 4 A specific implementation process of the method for implementing fast batch operation under the touch screen of the embodiment of the present invention, as shown in FIG. 4, the user can select a multi-entry (multi-object) on the screen by using any closed graphic gesture, and then perform the time within a specified time.
  • Next choice or batch operation Referring to FIG. 4, the embodiment includes the following steps: In the first step, the batch operation function needs to be started first; in the second step, the user can customize and modify the default batch operation gesture according to requirements; the third step is to start the gesture recognition service and listen to the user.
  • Step 5 parse the above gesture operation, identify the selection Gesture, determine the coordinates of the endpoint of the gesture track in the up, down, left and right, and then reselect the largest rectangular area; if the batch operation command gesture is recognized, determine whether an item (object) has been selected before, if yes, execute the batch operation command, Otherwise, the timeout exits; sixth step, if the above selection is a selection gesture, receiving the above rectangular area, finding the boundary element according to the endpoint coordinates of the rectangular area, and determining whether all of the selection area or part of the selection is based on the coordinates of the boundary item In the area, if it is, select the item; otherwise it is not selected; A seventh step, the next step starts the timer, if the next command in the specified time or directly select batch operation gesture, the above steps are repeated until the final batch operation command is completed or
  • the embodiments of the present invention are applicable to all terminal devices with a touch screen, and can complete multi-entry (multi-object) selection, copying, deleting, and the like in a variety of lists, palaces, and the like, thereby enabling the user to quickly manipulate the terminal and improve the user.
  • the speed of manipulation makes the user experience more natural and convenient. While the preferred embodiments of the present invention have been disclosed for purposes of illustration, those skilled in the art will recognize that various modifications, additions and substitutions are possible, and the scope of the invention should not be limited to the embodiments described above.
  • INDUSTRIAL APPLICABILITY The technical solution provided by the embodiments of the present invention can be applied to the technical field of touch screens, and the user can quickly control the terminal, improve the user's control speed, and make the user experience more natural and convenient.

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)

Abstract

La présente invention concerne un procédé permettant d'obtenir une exploitation en lot rapide sur un écran tactile. Le procédé comprend les étapes consistant à : recevoir un geste de sélection en provenance d'un utilisateur, sélectionner des objets devant être commandés en fonction du geste de sélection ; et recevoir un geste d'instruction d'exploitation en lot en provenance de l'utilisateur, et exécuter une instruction d'exploitation correspondante sur les objets devant être commandés en fonction du geste d'instruction d'exploitation en lot. La présente invention est applicable pour l'ensemble des dispositifs terminaux comportant un écran tactile, et permet d'effectuer des exploitations en lot telles qu'une sélection, une copie et une suppression d'éléments multiples (objets multiples) dans une interface de diverses listes, grilles, etc., de sorte à permettre d'obtenir une exploitation et une commande rapides d'un terminal pour un utilisateur, d'augmenter la vitesse d'exploitation et de commande pour l'utilisateur, et est par conséquent plus conviviale et pratique pour l'utilisateur.
PCT/CN2014/074909 2014-01-09 2014-04-08 Procédé et dispositif d'obtention d'une exploitation en lot rapide sur un écran tactile WO2015103819A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410009969.5 2014-01-09
CN201410009969.5A CN104777992A (zh) 2014-01-09 2014-01-09 一种触摸屏下实现快速批量操作的方法及装置

Publications (1)

Publication Number Publication Date
WO2015103819A1 true WO2015103819A1 (fr) 2015-07-16

Family

ID=53523488

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/074909 WO2015103819A1 (fr) 2014-01-09 2014-04-08 Procédé et dispositif d'obtention d'une exploitation en lot rapide sur un écran tactile

Country Status (2)

Country Link
CN (1) CN104777992A (fr)
WO (1) WO2015103819A1 (fr)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105045511B (zh) * 2015-08-14 2018-06-26 网易(杭州)网络有限公司 一种呈现对象批量处理方法和设备
CN105183362A (zh) * 2015-09-25 2015-12-23 深圳市金立通信设备有限公司 一种输入方法及终端
CN105426057B (zh) * 2015-10-29 2019-10-15 网易(杭州)网络有限公司 一种列表对象选择的方法及系统
CN106873882B (zh) * 2015-12-10 2020-12-04 北京安云世纪科技有限公司 文件选择方法、文件选择装置和终端
CN105653194A (zh) * 2015-12-31 2016-06-08 北京元心科技有限公司 一种图片或文件删除方法和装置
CN105843490A (zh) * 2016-04-13 2016-08-10 北京小米移动软件有限公司 无效条目的删除方法、装置和设备
CN106020691B (zh) * 2016-05-20 2019-05-07 青岛海信移动通信技术股份有限公司 一种条目选择方法及移动终端
CN111176519A (zh) * 2018-11-13 2020-05-19 商派软件有限公司 一种复选框滑动多选的方法
CN113835584B (zh) * 2021-09-28 2024-04-26 深圳须弥云图空间科技有限公司 页面操作方法、装置、电子设备及存储介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262507A (zh) * 2011-06-28 2011-11-30 中兴通讯股份有限公司 一种利用多点触控实现对象批量选择的方法和装置
CN102821193A (zh) * 2012-07-02 2012-12-12 中兴通讯股份有限公司 一种智能手机的快捷操作文件的方法和智能手机

Family Cites Families (2)

* 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
CN103226442B (zh) * 2013-03-21 2016-06-01 广东欧珀移动通信有限公司 一种批量处理文件的方法和装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262507A (zh) * 2011-06-28 2011-11-30 中兴通讯股份有限公司 一种利用多点触控实现对象批量选择的方法和装置
CN102821193A (zh) * 2012-07-02 2012-12-12 中兴通讯股份有限公司 一种智能手机的快捷操作文件的方法和智能手机

Also Published As

Publication number Publication date
CN104777992A (zh) 2015-07-15

Similar Documents

Publication Publication Date Title
WO2015103819A1 (fr) Procédé et dispositif d'obtention d'une exploitation en lot rapide sur un écran tactile
WO2016015438A1 (fr) Procédé de fonctionnement et appareil de fonctionnement destinés à un terminal mobile intelligent, terminal mobile intelligent et support d'informations non volatile pour ordinateur
CN105988860B (zh) 执行应用程序的方法及移动装置
CN107636595B (zh) 用于在电子设备中使用第一应用图标启动第二应用的方法
CN108132744B (zh) 一种遥控智能设备的方法与设备
WO2015089993A1 (fr) Terminal et procédé pour réaliser une opération d'ensemble sous un écran tactile
CN103793176A (zh) 一种应用程序间快速切换的方法及装置
JP2014519109A (ja) エッジ・ジェスチャー
JP2014515519A (ja) エッジ・ジェスチャー
CN103870156A (zh) 一种处理对象的方法及装置
WO2013167028A2 (fr) Procédé et système pour la mise en œuvre d'un bouton global suspendu sur une interface de terminal à écran tactile
WO2015175590A1 (fr) Sélecteur pour coordonner des expériences entre différentes applications
JP2017516333A (ja) ビデオチャットピクチャインピクチャ
AU2019440748B2 (en) Method, device and apparatus for controlling touch operation mode, and storage medium
US11366577B2 (en) Method for presentation by terminal device, and terminal device
CN103596028A (zh) 智能电视的控制方法和装置
WO2017185459A1 (fr) Procédé et appareil pour déplacer des icônes
CN104461287A (zh) 一种悬浮物体的处理方法、装置和终端
WO2013182141A1 (fr) Procédé d'interaction homme-machine, dispositif et appareil électronique correspondant
US11048409B2 (en) Method and apparatus for executing function of fixed virtual keys of mobile terminal with a single hand, and mobile terminal
JP5882279B2 (ja) 情報処理装置、方法及びプログラム
WO2018112856A1 (fr) Procédé et dispositif de positionnement d'emplacement en fonction d'une commande vocale, équipement d'utilisateur et produit-programme informatique
US20180210597A1 (en) Information processing device, information processing method, and program
GB2519124A (en) Controlling application launch
JP6421198B2 (ja) 操作インタフェースを表示するための方法および装置ならびにタッチスクリーン端末

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: 14877866

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: 14877866

Country of ref document: EP

Kind code of ref document: A1