CN105808082B - Multi-touch processing system and method - Google Patents

Multi-touch processing system and method Download PDF

Info

Publication number
CN105808082B
CN105808082B CN201410838419.4A CN201410838419A CN105808082B CN 105808082 B CN105808082 B CN 105808082B CN 201410838419 A CN201410838419 A CN 201410838419A CN 105808082 B CN105808082 B CN 105808082B
Authority
CN
China
Prior art keywords
touch
controls
list
control
electronic device
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.)
Active
Application number
CN201410838419.4A
Other languages
Chinese (zh)
Other versions
CN105808082A (en
Inventor
孙杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Futaihong Precision Industry Co Ltd
Chiun Mai Communication Systems Inc
Original Assignee
Shenzhen Futaihong Precision Industry Co Ltd
Chiun Mai Communication Systems Inc
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 Shenzhen Futaihong Precision Industry Co Ltd, Chiun Mai Communication Systems Inc filed Critical Shenzhen Futaihong Precision Industry Co Ltd
Priority to CN201410838419.4A priority Critical patent/CN105808082B/en
Publication of CN105808082A publication Critical patent/CN105808082A/en
Application granted granted Critical
Publication of CN105808082B publication Critical patent/CN105808082B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A multi-touch processing system and method, the system comprising: monitoring a touch event on a touch screen of an electronic device; when the touch event is a multi-point touch operation, recording the information of the touch event in a first list; analyzing the information of the touch events recorded in the first list to obtain a plurality of controls triggered by the touch events and parameters of the controls; judging that two or more controls with the same class name are the same type of controls according to the acquired parameters of the controls; and recording the determined parameters of the controls of the same type in a second list, and sequentially processing the controls in the second list. The invention can conveniently control a plurality of similar controls to execute the same operation.

Description

Multi-touch processing system and method
Technical Field
The present invention relates to data processing systems, and more particularly, to a multi-touch processing system and method.
Background
The man-machine interaction interface of the smart phone is developed from a keyboard to the current touch screen, the touch screen saves the space of the keyboard, has better user experience, and becomes the mainstream configuration of the current mobile phone. At present, the touch screen of most smart phones can support a multi-point touch technology. Multi-touch technology adds complex gestures such as double-tap, pan, scroll, press, rotate, etc. to single-touch technology. By means of the operations, UI special effects such as zooming, rotating, turning (page turning) and the like are realized, and entertainment is increased. However, when the user operates some controls, some operations cannot be realized. For example, in a call list displayed on a smart phone, if a user can press down dialing icons of three different contacts at the same time, the user usually only dials the number of the contact touched first, or does not perform any operation, but cannot dial the numbers of the three contacts one by one, that is, sequentially dial three phones, and automatically dial other numbers after the call is finished until all three numbers are dialed. Therefore, the current smart phone cannot control a plurality of similar controls to execute the same operation after selecting the plurality of similar controls, and is inconvenient to use.
Disclosure of Invention
In view of the above, it is desirable to provide a multi-touch processing system, which can sequentially control a plurality of homogeneous controls to perform the same operation after selecting the plurality of homogeneous controls.
It is also necessary to provide a multi-touch processing method, which can sequentially control a plurality of similar controls to perform the same operation after selecting the plurality of similar controls.
A multi-touch processing system, the system operating in an electronic device and comprising: the monitoring module is used for monitoring a touch event on a touch screen of the electronic device; the recording module is used for recording the information of the touch event in a first list when the touch event is multi-point touch operation; the analysis module is used for analyzing the information of the touch events recorded in the first list to obtain a plurality of controls triggered by the touch events and obtaining parameters of the controls, including control IDs, class names and touch coordinate values of the controls; the judging module is used for judging that two or more than two controls with the same class name are the same type of controls according to the acquired parameters of the plurality of controls; and the processing module is used for recording the determined control IDs and the touch coordinate values of the controls of the same type in a second list and sequentially processing the controls in the second list.
A multi-touch processing method, the method further comprising: a monitoring step: monitoring a touch event on a touch screen of the electronic device; a recording step: when the touch event is a multi-point touch operation, recording the information of the touch event in a first list; and (3) analyzing: analyzing the information of the touch event recorded in the first list to obtain a plurality of controls triggered by the touch event, and acquiring parameters of the controls, including control IDs, class names and touch coordinate values of the controls; a judging step: judging that two or more controls with the same class name are the same type of controls according to the acquired parameters of the controls; the processing steps are as follows: and recording the control IDs and the touch coordinate values of the determined controls of the same type in a second list, and sequentially processing the controls in the second list.
Compared with the prior art, the multi-point touch processing system and the multi-point touch processing method have the advantages that the user can select a plurality of similar controls and then sequentially control the plurality of similar controls to execute the same operation, repeated operation of the user can be reduced through batch operation, and the user can use the mobile phone conveniently.
Drawings
FIG. 1 is a diagram illustrating an operating environment of a multi-touch processing system according to a preferred embodiment of the invention.
FIG. 2 is a functional block diagram of a multi-touch processing system according to a preferred embodiment of the present invention.
FIG. 3 is a flowchart illustrating a multi-touch processing method according to a preferred embodiment of the present invention.
FIG. 4 is a flowchart detailing step S304 of the multi-touch processing method of the present invention.
Description of the main elements
Electronic device 1
Touch screen 10
Multi-touch processing system 11
Processor with a memory having a plurality of memory cells 12
Storage device 13
Monitoring module 110
Recording module 111
Analysis module 112
Judging module 113
Processing module 114
The following detailed description will further illustrate the invention in conjunction with the above-described figures.
Detailed Description
FIG. 1 is a schematic diagram of an operating environment of a multi-touch processing system according to a preferred embodiment of the invention. The multi-touch processing system 11 runs on an electronic device 1. The electronic device 1 further comprises at least a touch screen 10, a processor 12, and a storage device 13. The touch screen 10 supports a multi-touch technology, and can recognize and detect operations such as simultaneous clicking and touching performed by at least two fingers. The processor 12 is configured to execute each functional module in the multi-touch processing system 11. The storage device 13 is used for storing various types of information of the electronic device 1. In this embodiment, the multi-touch processing system 11 is installed in the storage device 13 in the form of a software program or instructions and executed by the processor 12.
FIG. 2 is a functional block diagram of a multi-touch processing system according to a preferred embodiment of the invention. The multi-touch processing system 11 includes a monitoring module 110, a recording module 111, an analyzing module 112, a determining module 113, and a processing module 114. The modules referred to in the present invention are program segments of an electronic device that perform a specific function, and are more suitable than programs for describing the execution process of software in the electronic device, so that the following description of the software in the present invention is described as modules.
The monitoring module 110 is configured to monitor a touch event on the touch screen 10 and identify an operation of the touch event on the touch screen 10, such as a single-touch operation or a multi-touch operation. In the preferred embodiment, the monitoring module 110 creates a container view (ContainerView) for intercepting and listening touch events, the container view is started up when the electronic device 1 is powered on, and other applications are included in the container view after being started up. When the user touches the touch screen 10 with a finger, the container view first monitors for a touch (touch) event. The container view intercepts the touch event and does not distribute (dispatch) the touch event to the controls of the top-level window currently displayed by the electronic apparatus 1.
It should be noted that a single touch of a finger on the touch screen 10 may trigger the ACTION of ACTION _ DOWN first, or immediately after the ACTION _ MOVE, and then trigger the ACTION _ UP after the finger is lifted, and each touch may include the above-mentioned series of ACTIONs. The monitoring module 110 obtains touch coordinates of one or more touches included in the touch event, stores touch coordinate values of a series of ACTIONs of the one or more touches in a group of data structures corresponding to the touches, and identifies whether the touch event is a single-point touch or a multi-point touch by analyzing coordinate values when the ACTION _ DOWN and the ACTION _ UP are triggered in the touch event. If there are multiple different X, Y values when the ACTIONs of ACTION _ DOWN and ACTION _ UP are triggered, the monitoring module 110 identifies the touch event as a multi-touch operation, otherwise, identifies the touch event as a single-touch operation.
The recording module 111 is configured to record information of the touch event in a first list when the touch event is identified as a multi-touch operation. In the preferred embodiment, the recording module 111 sequentially records coordinate values of the touch screen 10 operated by the multiple touches included in the touch event in the first list. It should be noted that, when the touch event is identified as a single-touch operation, the recording module 111 does not perform operations such as recording, and the processor 12 assigns the touch event to a specific control in the currently displayed top-level view of the electronic apparatus 1 in the view container for processing.
The parsing module 112 is configured to parse the information of the touch event recorded in the first list to obtain a plurality of controls triggered by the touch event, and obtain parameters of the plurality of controls. In the preferred embodiment, the parsing module 112 determines the trigger range of each control in the top-level window currently displayed by the electronic device 1 by obtaining the screen coordinates of all the controls in the top-level window currently displayed, and compares the coordinate values of the multi-touch operation recorded in the first list with the determined trigger range of each control to determine the plurality of controls triggered by the touch event. In the preferred embodiment, the parsing module 112 may obtain the screen coordinates of each control by first obtaining the window coordinates of the top-level window currently displayed by the electronic device 1, then obtaining all the controls in the top-level window and obtaining the layout coordinates of each control, and using the window coordinates of the top-level window and the layout coordinates of each control. The parameters of the control may include, but are not limited to, a control ID, a class name, touch coordinate values, and the like of the control.
The judging module 113 is configured to judge whether there is a similar control in the multiple controls according to the obtained parameters of the multiple controls. In this preferred embodiment, the determining module 113 determines that there is a similar control in the plurality of controls by comparing the class names of the plurality of controls, and when two or more of the plurality of controls have the same class name. It should be noted that, when the determining module 113 determines that there is no similar control in the plurality of controls, the processor 12 assigns the touch event to the current display top view of the electronic device 1 in the view container, and the electronic device 1 processes the control according to the original processing method.
The processing module 114 is configured to record the determined control IDs and touch coordinate values of the similar controls in a second list, and sequentially process the controls in the second list. In this preferred embodiment, the processing module 114 sequentially obtains a control ID and a touch coordinate value of a control from the second list, converts the touch coordinate value into a touch event, and sets the control ID of the control to obtain a focus so that the control receives the touch event. When the control accepts the touch event, the control enters a new window to execute the touch event. The processing module 114 waits for the new window to exit (e.g., the touch event is completed or the user manually closes the new window), and returns to the original window (i.e., returns to the window before the new window is displayed). It should be noted that, when the processing module 114 reads the control ID and the touch coordinate value of one control from the second list, that is, the control is processed, the information of the control is deleted from the second list.
After returning to the original window, the processing module 114 determines whether there are any unprocessed controls in the second list. The processing module 114 may determine whether there are any unprocessed controls by determining whether the second list is empty. When the second list is empty, it indicates that all homogeneous controls have been processed. When the control ID and the touch coordinate value of the recorded control still exist in the second list, indicating that there is an unprocessed control, the processing module 114 continues to read the control ID and the touch coordinate value of the next control from the second list, so as to process the next control.
FIG. 3 is a flowchart of the method of the present invention according to a preferred embodiment of the information searching method. It should be understood that the information searching method of the present invention is not limited to the steps and sequence shown in the flowchart of fig. 3. Steps in the flowchart shown in fig. 3 may be added, removed, or changed in order, according to various embodiments.
In step S301, the monitoring module 110 monitors the touch event on the touch screen 10 and identifies an operation of the touch event on the touch screen 10, for example, whether the operation is a multi-touch operation. In the preferred embodiment, the monitoring module 110 creates a container view (ContainerView) for intercepting and listening to touch events, the container view is started up when the electronic device 1 is powered on, and other applications are included in the container view after being started up. When the user touches the touch screen 10 with a finger, the container view first monitors for a touch (touch) event. The container view intercepts the touch event and does not distribute (dispatch) the touch event to the controls of the top-level window currently displayed by the electronic apparatus 1.
It should be noted that a single touch of a finger on the touch screen 10 may trigger the ACTION of ACTION _ DOWN first, or immediately after the ACTION _ MOVE, and then trigger the ACTION _ UP after the finger is lifted, and each touch may include the above-mentioned series of ACTIONs. The monitoring module 110 obtains touch coordinates of one or more touches included in the touch event, stores touch coordinate values of a series of ACTIONs of the one or more touches in a group of data structures corresponding to the touches, and identifies whether the touch event is a single-point touch or a multi-point touch by analyzing coordinate values when the ACTION _ DOWN and the ACTION _ UP are triggered in the touch event. If there are multiple different X, Y values when the ACTIONs of ACTION _ DOWN and ACTION _ UP are triggered, the monitoring module 110 identifies the touch event as a multi-touch operation, otherwise, identifies the touch event as a single-touch operation.
In step S301, when the touch event is identified as a multi-touch operation, the recording module 111 records information of the touch event in a first list. In the preferred embodiment, the recording module 111 sequentially records coordinate values of the touch screen 10 operated by the multiple touches included in the touch event in the first list. It should be noted that, when the touch event is identified as a single-touch operation, the recording module 111 does not perform operations such as recording, and the processor 12 assigns the touch event to a specific control in the currently displayed top-level view of the electronic apparatus 1 in the view container for processing.
In step S302, the parsing module 112 parses the information of the touch event recorded in the first list to obtain a plurality of controls triggered by the touch event, and obtains parameters of the plurality of controls. In the preferred embodiment, the parsing module 112 determines the trigger range of each control in the top-level window currently displayed by the electronic device 1 by obtaining the screen coordinates of all the controls in the top-level window currently displayed, and compares the coordinate values of the multi-touch operation recorded in the first list with the determined trigger range of each control to determine the plurality of controls triggered by the touch event. In the preferred embodiment, the parsing module 112 may obtain the screen coordinates of each control by first obtaining the window coordinates of the top-level window currently displayed by the electronic device 1, then obtaining all the controls in the top-level window and obtaining the layout coordinates of each control, and using the window coordinates of the top-level window and the layout coordinates of each control. The parameters of the control may include, but are not limited to, a control ID, a class name, touch coordinate values, and the like of the control.
In step S303, the determining module 113 determines whether there is a similar control in the plurality of controls according to the acquired parameters of the plurality of controls. In this preferred embodiment, the determining module 113 determines that there is a similar control in the plurality of controls by comparing the class names of the plurality of controls, and when two or more of the plurality of controls have the same class name, the determining module 113 proceeds to step S304. It should be noted that, when the determining module 113 determines that there is no similar control in the plurality of controls, the process is ended, the processor 12 assigns the touch event to the current display top view of the electronic device 1 in the view container, and the electronic device 1 processes the control according to the original processing method.
In step S304, the processing module 114 records the determined control IDs and touch coordinate values of the similar controls in a second list, and sequentially processes the controls in the second list.
Referring to fig. 4, it is a detailed flowchart of the step S304 in the information searching method according to the present invention. It should be understood that the information searching method of the present invention is not limited to the steps and sequence shown in the flowchart of fig. 4.
In step S401, the processing module 114 sequentially obtains a control ID and a touch coordinate value of a control from the second list, and converts the touch coordinate value into a touch event. It should be noted that, when the processing module 114 reads the control ID and the touch coordinate value of one control from the second list, that is, the control is processed, the information of the control is deleted from the second list.
In step S402, the processing module 114 sets the obtained control ID of the control to obtain a focus, so that the control accepts the touch event, and enters a new window to execute the touch event.
In step S403, the processing module 114 determines whether the new window exits and returns to the original window, i.e., returns to the window before displaying the new window. When the new window exits and returns to the original window, the process proceeds to step S404. If the new window is not exited, the processing module 114 continues to wait and determines whether the new window is exited. It should be noted that if the exit module 114 waits for a preset timeout period, the new window is not exited yet, and the process ends directly.
In step S404, the processing module 114 determines whether there are any unprocessed controls in the second list. The processing module 114 may determine whether there are any unprocessed controls by determining whether the second list is empty. And when the second list is empty, all the similar controls are processed, and the process is ended. When the control ID and the touch coordinate value of the recorded control still exist in the second list, it indicates that there is an unprocessed control, and the process returns to step S401 to continue reading the control ID and the touch coordinate value of the next control from the second list, so as to process the next control.
Finally, it should be noted that the above embodiments are only used for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the above preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions can be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A multi-touch processing system, the system operating in an electronic device and comprising:
the monitoring module is used for monitoring a touch event on a touch screen of the electronic device;
the recording module is used for recording the information of the touch event in a first list when the touch event is multi-point touch operation;
the analysis module is used for analyzing the information of the touch events recorded in the first list to obtain a plurality of controls triggered by the touch events and obtaining parameters of the controls, including control IDs, class names and touch coordinate values of the controls;
the judging module is used for judging that two or more than two controls with the same class name are the same type of controls according to the acquired parameters of the plurality of controls; and
and the processing module is used for recording the determined control IDs and the touch coordinate values of the controls of the same type in a second list and sequentially processing the controls in the second list.
2. The multi-touch processing system of claim 1, wherein the monitor module creates a container view for intercepting and listening for touch events, the container view being initiated upon power-up of the electronic device, and when the touch screen of the electronic device is touched, the container view first monitors and intercepts the touch events without distributing the events to controls of a currently displayed top-level window of the electronic device.
3. The multi-touch processing system according to claim 1, wherein the parsing module determines the triggering range of each control in the top-level window currently displayed by the electronic device by obtaining screen coordinates of all controls in the top-level window currently displayed by the electronic device, and compares the coordinate values of the multi-touch operation recorded in the first list with the determined triggering range of each control to determine the controls triggered by the touch event.
4. The multi-touch processing system of claim 1, wherein the processing module sequentially processes the controls in the second list by:
sequentially acquiring a control ID and a touch coordinate value of a control from the second list, and converting the touch coordinate value into a touch event;
setting a control ID of the control to obtain a focus so that the control receives the touch event, and entering a new window to execute the touch event;
after waiting for the new window to quit and return to the original window, judging whether the unprocessed controls exist in the second list;
and when the control which is not processed exists in the second list, continuously reading the control ID and the touch coordinate value of the next control from the second list so as to process the next control.
5. The multi-touch processing system according to claim 4, wherein the processing module determines whether there are any unprocessed controls by determining whether the second list is empty, and when the second list is empty, the processing module indicates that all the similar controls have been processed, and when there are control IDs and touch coordinate values of the recorded controls in the second list, the processing module indicates that there are any unprocessed controls.
6. A multi-touch processing method is applied to an electronic device and comprises the following steps:
a monitoring step: monitoring a touch event on a touch screen of the electronic device;
a recording step: when the touch event is a multi-point touch operation, recording the information of the touch event in a first list;
and (3) analyzing: analyzing the information of the touch event recorded in the first list to obtain a plurality of controls triggered by the touch event, and acquiring parameters of the controls, including control IDs, class names and touch coordinate values of the controls;
a judging step: judging that two or more controls with the same class name are the same type of controls according to the acquired parameters of the controls; and
the processing steps are as follows: and recording the control IDs and the touch coordinate values of the determined controls of the same type in a second list, and sequentially processing the controls in the second list.
7. The multi-touch processing method according to claim 6, wherein the monitoring step creates a container view for intercepting and listening to touch events, the container view is started with the electronic device turned on, when the touch screen of the electronic device is touched, the container view monitors and intercepts the touch events first, and does not distribute the events to the controls of the currently displayed top-level window of the electronic device.
8. The multi-touch processing method according to claim 6, wherein in the parsing step, the screen coordinates of all the controls in the top-level window currently displayed by the electronic device are obtained to determine a trigger range of each control in the top-level window currently displayed, and the coordinate values of the multi-touch operation recorded in the first list are compared with the determined trigger range of each control to determine the controls triggered by the touch event.
9. The multi-touch processing method of claim 6, wherein the processing step comprises the steps of sequentially processing the controls in the second list:
sequentially acquiring a control ID and a touch coordinate value of a control from the second list, and converting the touch coordinate value into a touch event;
setting a control ID of the control to obtain a focus so that the control receives the touch event, and entering a new window to execute the touch event;
after waiting for the new window to quit and return to the original window, judging whether the unprocessed controls exist in the second list;
and when the control which is not processed exists in the second list, continuously reading the control ID and the touch coordinate value of the next control from the second list so as to process the next control.
10. The multi-touch processing method according to claim 9, wherein the processing step determines whether there are any unprocessed controls by determining whether the second list is empty, and when the second list is empty, it indicates that all the similar controls have been processed, and when there are control IDs and touch coordinate values of the recorded controls in the second list, it indicates that there are any unprocessed controls.
CN201410838419.4A 2014-12-30 2014-12-30 Multi-touch processing system and method Active CN105808082B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410838419.4A CN105808082B (en) 2014-12-30 2014-12-30 Multi-touch processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410838419.4A CN105808082B (en) 2014-12-30 2014-12-30 Multi-touch processing system and method

Publications (2)

Publication Number Publication Date
CN105808082A CN105808082A (en) 2016-07-27
CN105808082B true CN105808082B (en) 2020-10-09

Family

ID=56980013

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410838419.4A Active CN105808082B (en) 2014-12-30 2014-12-30 Multi-touch processing system and method

Country Status (1)

Country Link
CN (1) CN105808082B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102200876A (en) * 2010-03-24 2011-09-28 昆盈企业股份有限公司 Method and system for executing multipoint touch control
US8345082B2 (en) * 2008-10-08 2013-01-01 Cisco Technology, Inc. System and associated methodology for multi-layered site video conferencing
CN102929479A (en) * 2012-09-27 2013-02-13 东莞宇龙通信科技有限公司 Display method for application icons and communication terminal
CN103309834A (en) * 2012-03-15 2013-09-18 中兴通讯股份有限公司 Control method, control device and electronic device
CN103473092A (en) * 2013-09-02 2013-12-25 小米科技有限责任公司 Method and device for processing downloaded applications and terminal equipment
CN103513914A (en) * 2013-03-13 2014-01-15 展讯通信(上海)有限公司 Touch control method and device of application object
CN103870196A (en) * 2014-03-06 2014-06-18 美卓软件设计(北京)有限公司 Object switching method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8466879B2 (en) * 2008-10-26 2013-06-18 Microsoft Corporation Multi-touch manipulation of application objects

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8345082B2 (en) * 2008-10-08 2013-01-01 Cisco Technology, Inc. System and associated methodology for multi-layered site video conferencing
CN102200876A (en) * 2010-03-24 2011-09-28 昆盈企业股份有限公司 Method and system for executing multipoint touch control
CN103309834A (en) * 2012-03-15 2013-09-18 中兴通讯股份有限公司 Control method, control device and electronic device
CN102929479A (en) * 2012-09-27 2013-02-13 东莞宇龙通信科技有限公司 Display method for application icons and communication terminal
CN103513914A (en) * 2013-03-13 2014-01-15 展讯通信(上海)有限公司 Touch control method and device of application object
CN103473092A (en) * 2013-09-02 2013-12-25 小米科技有限责任公司 Method and device for processing downloaded applications and terminal equipment
CN103870196A (en) * 2014-03-06 2014-06-18 美卓软件设计(北京)有限公司 Object switching method and device

Also Published As

Publication number Publication date
CN105808082A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
CN106406966B (en) Application program preloading method and mobile terminal
EP2752749B1 (en) Processing method of touch screen device user interface and touch screen device
CN103208283B (en) The method and device of user function is executed using speech recognition
KR101991305B1 (en) Application program control method and related apparatus
WO2013189396A2 (en) Method and system for moving application icon on touchscreen
CN107066188B (en) A kind of method and terminal sending screenshot picture
US9652111B2 (en) Method and system for quickly arranging multiple windows and mobile apparatus thereof
CN103809871A (en) Processing method and mobile terminal for icon of application program
CN109814801A (en) Using login method, device, terminal and storage medium
KR20140040401A (en) Method for providing one hand control mode and an electronic device thereof
WO2015158142A1 (en) Method and apparatus for switching application interface
US20160162182A1 (en) Method and Terminal for Varying Keys of a Touch Keyboard
CN109062438A (en) Realize method and its terminal that input pattern automatically switches
CN112650433A (en) Interface screenshot method and device and electronic equipment
CN109983428B (en) Application operation method and device
CN109634487B (en) Information display method, device and storage medium
CN106919597B (en) Information recommendation method and device
CN106648281B (en) Screenshot method and device
CN103309593A (en) Input method interface display system and method
CN104461258B (en) For operating computer method and system
US8922491B2 (en) Method and apparatus enabling keystroke acceleration
US20140129957A1 (en) Personalized user interface on mobile information device
CN109246468B (en) Video list switching method, device and storage medium based on education system
CN105808082B (en) Multi-touch processing system and method
CN108021313B (en) Picture browsing method and terminal

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
GR01 Patent grant
GR01 Patent grant