WO2020211596A1 - Procédé de commande et dispositif terminal - Google Patents
Procédé de commande et dispositif terminal Download PDFInfo
- Publication number
- WO2020211596A1 WO2020211596A1 PCT/CN2020/080679 CN2020080679W WO2020211596A1 WO 2020211596 A1 WO2020211596 A1 WO 2020211596A1 CN 2020080679 W CN2020080679 W CN 2020080679W WO 2020211596 A1 WO2020211596 A1 WO 2020211596A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- input
- target
- terminal device
- screen
- user
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/03—Arrangements for converting the position or the displacement of a member into a coded form
- G06F3/041—Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
- G06F3/0416—Control or interface arrangements specially adapted for digitisers
Definitions
- the embodiments of the present disclosure relate to the field of communication technologies, and in particular, to a control method and terminal equipment.
- terminal devices With the continuous development of terminal technology, the functions of terminal equipment are becoming more and more powerful. Among them, in order to facilitate user operations, most terminal devices can support multi-finger touch input functions.
- a user uses the multi-touch input function of a terminal device, generally one hand holds the terminal device or places the terminal device on a supporting object (for example, a table), and the other hand performs multi-touch input. That is, the user needs the assistance of both hands or other supports to realize multi-finger touch input.
- a supporting object for example, a table
- the embodiments of the present disclosure provide a control method and a terminal device to solve the problem that when the user holds and operates the terminal device with one hand, the user cannot perform multi-finger touch input well, thereby causing the terminal device to fail to implement multi-finger touch The problem of poor human-computer interaction performance.
- embodiments of the present disclosure provide a control method applied to a terminal device.
- the method includes: detecting a user's input in a target area in a case where a touch event is detected on a first screen, and the first The screen and the target area are on different surfaces of the terminal device, and the corresponding position of the touch event on the first screen and the target area are both located when the terminal device is in a one-handed holding state.
- the user’s input in the target area is the first target input
- the user’s input on the first screen is detected
- the user’s input on the first screen is detected as In the case of the second target input, the target action corresponding to the second target input is executed.
- the embodiments of the present disclosure provide a terminal device, the terminal device includes: a detection module and an execution module; the detection module is used to detect that the user is on the target when a touch event is detected on the first screen Input within the area, the first screen and the target area are on different surfaces of the terminal device, and the corresponding position of the touch event in the first screen and the target area are both located in the terminal device in a single-handed holding state
- the execution module uses When the detection module detects that the user's input on the first screen is the second target input, execute the target action corresponding to the second target input.
- embodiments of the present disclosure provide a terminal device, including a processor, a memory, and a computer program stored on the memory and capable of running on the processor.
- the computer program is executed by the processor to achieve the following The steps of the control method in one aspect.
- embodiments of the present disclosure provide a computer-readable storage medium on which a computer program is stored.
- the computer program is executed by a processor, the steps of the control method in the first aspect are implemented.
- the terminal device can detect the user's input in the target area by detecting the touch event on the first screen, and the first screen and the target area are on different surfaces of the terminal device.
- the corresponding position of the touch event on the first screen and the target area are both located in the operation area of the hand holding the terminal device (hereinafter referred to as the one-hand operation area) when the terminal device is in the one-handed holding state ;
- the user can trigger the terminal device to execute through a combination of input on the terminal device (touch input on the first screen, first target input in the target area, and second target input on the first screen) Target action.
- the terminal device can be triggered to achieve the target function through the combined input, and the human-computer interaction performance is better.
- FIG. 1 is a schematic structural diagram of a possible Android operating system provided by an embodiment of the present disclosure
- FIG. 2 is one of the flowcharts of the control method provided by an embodiment of the disclosure
- FIG. 3 is the second flowchart of the control method provided by an embodiment of the disclosure.
- FIG. 5 is a schematic structural diagram of a terminal device provided by an embodiment of the disclosure.
- FIG. 6 is a schematic diagram of hardware of a terminal device provided by an embodiment of the disclosure.
- first”, “second”, “third”, and “fourth” in the specification and claims of the present disclosure are used to distinguish different objects, rather than describing a specific order of objects.
- first input, the second input, the third input, and the fourth input are used to distinguish different inputs, rather than to describe a specific order of inputs.
- words such as “exemplary” or “for example” are used as examples, illustrations, or illustrations. Any embodiment or design solution described as “exemplary” or “for example” in the embodiments of the present disclosure should not be construed as being more preferable or advantageous than other embodiments or design solutions. To be precise, words such as “exemplary” or “for example” are used to present related concepts in a specific manner.
- multiple refers to two or more than two, for example, multiple processing units refers to two or more processing units; multiple elements Refers to two or more elements, etc.
- a terminal device can detect a user's input in a target area by detecting a touch event on a first screen.
- the first screen and the target area are in the terminal device.
- the corresponding position of the touch event on the first screen and the target area are both located in the operation area of the hand holding the terminal device when the terminal device is in the one-handed holding state;
- the input in the target area is the first target input
- detect the user's input on the first screen in the case where the user's input on the first screen is detected as the second target input, execute the and
- the second target input corresponds to the target action.
- the user can trigger the terminal device to execute through a combination of input on the terminal device (touch input on the first screen, first target input in the target area, and second target input on the first screen) Target action.
- the terminal device can be triggered to achieve the target function through the combined input, and the human-computer interaction performance is better.
- the following uses the Android operating system as an example to introduce the software environment to which the control method provided in the embodiments of the present disclosure is applied.
- FIG. 1 it is a schematic structural diagram of a possible Android operating system provided by an embodiment of the present disclosure.
- the architecture of the Android operating system includes 4 layers, namely: application layer, application framework layer, system runtime library layer, and kernel layer (specifically, it may be the Linux kernel layer).
- the application layer includes various applications (including system applications and third-party applications) in the Android operating system.
- the application framework layer is the framework of the application. Developers can develop some applications based on the application framework layer while complying with the development principles of the application framework.
- the system runtime layer includes a library (also called a system library) and an Android operating system runtime environment.
- the library mainly provides various resources needed by the Android operating system.
- the Android operating system operating environment is used to provide a software environment for the Android operating system.
- the kernel layer is the operating system layer of the Android operating system and belongs to the lowest level of the Android operating system software level.
- the kernel layer is based on the Linux kernel to provide core system services and hardware-related drivers for the Android operating system.
- developers can develop software programs that implement the control method provided by the embodiments of the present disclosure based on the system architecture of the Android operating system as shown in FIG. 1, so that the control method It can run based on the Android operating system as shown in Figure 1. That is, the processor or the terminal device can implement the control method provided by the embodiment of the present disclosure by running the software program in the Android operating system.
- the terminal device in the embodiment of the present disclosure may be a mobile terminal device or a non-mobile terminal device.
- the mobile terminal device can be a mobile phone, tablet computer, notebook computer, handheld computer, car terminal, wearable device, ultra-mobile personal computer (UMPC), netbook or personal digital assistant (personal digital assistant, PDA), etc.
- the non-mobile terminal device may be a personal computer (PC), a television (television, TV), a teller machine, or a self-service machine, etc.; the embodiment of the present disclosure does not specifically limit it.
- the execution subject of the control method provided by the embodiments of the present disclosure may be the aforementioned terminal device (including mobile terminal devices and non-mobile terminal devices), or may be a functional module and/or functional entity in the terminal device that can implement the method. Can be determined according to actual usage requirements, and the embodiment of the present disclosure does not limit it.
- the following takes a terminal device as an example to illustrate the control method provided by the embodiment of the present disclosure.
- an embodiment of the present disclosure provides a control method, which may include the following steps 201 to 203.
- Step 201 When a touch event is detected on the first screen, the terminal device detects the user's input in the target area.
- the first screen and the target area are on different surfaces of the terminal device, and the corresponding position of the touch event in the first screen and the target area are both located when the terminal device is in a one-handed holding state, hold the terminal In the operation area of the device's hand (hereinafter referred to as the one-hand operation area).
- One-handed operation area refers to the comfortable area where the user's hand holding the terminal device operates on each surface of the terminal device when the user holds the terminal device with one hand.
- the user's left hand is operating comfort zone on each surface of the terminal device; or, in the case of the user holding the terminal device with the right hand, the user's right hand is on each surface of the terminal device Comfort zone for upper operation.
- the above-mentioned comfortable area may be that when the user holds the terminal device with one hand, the fingers of the user's hand holding the terminal device are in a natural state (it can also be understood that the grip area of the user's hand holding the terminal device is relatively No squeeze) under the reachable area.
- the aforementioned one-handed operation area includes: when the user holds the terminal device with one hand, the user operates the comfortable area on the user-facing front of the terminal device (usually the screen surface, such as the surface where the first screen is located).
- the comfortable area for operating on the two sides of the terminal device (the side is usually the non-screen surface including the button area, the fingerprint collection area, etc.), and the user’s back facing the user (the screen surface or the fingerprint collection area) Zone on the non-screen surface) of the comfort zone.
- a touch event is detected on the first screen, specifically it can be any number of tap inputs detected at any position within the one-handed operation area of the first screen, or it can be on the first screen.
- a sliding input in any direction is detected at any position in the single-handed operation area, and other feasible touch events may also be detected, which is not limited in the embodiment of the present disclosure.
- the target area can be any area on the terminal device that is located in the one-handed operation area and is not on the same surface as the first screen. It can be a preset area (factory set), or it can be set by the user according to actual needs The embodiments of the present disclosure are not limited.
- the target area is a touch area on the second screen of the terminal device, a button area of the terminal device, or a fingerprint collection area of the terminal device.
- the target area may be a touch area on the second screen.
- the target area may also be a button area located on the side of the terminal device.
- the target area may also be a fingerprint collection area on the side of the terminal device or a rear fingerprint collection area on the back of the terminal device.
- the terminal device detects the user's input in the target area. Specifically, it is detected whether the user has input in the target area, and if the user has input in the target area, it is detected whether the user's input in the target area is the first target input.
- step 202 If it is detected that the user's input in the target area is the first target input within the first preset time period, the following step 202 is executed; otherwise, within the first preset time period, the terminal device continues to detect that the user is in the target area After the input in the target area exceeds the first preset time period, the terminal device stops detecting the user's input in the target area.
- the first preset duration may be preset by the terminal device, or may be set by the user according to actual use requirements, which is not limited in the embodiment of the present disclosure.
- the first preset duration may be, for example, 2s, 5s, or 10s.
- the first target input may be preset by the terminal device, or may be set by the user according to actual use requirements, which is not limited in the embodiment of the present disclosure.
- the first target input may be a user's pressing input in the one-handed operation area on the second screen.
- specific parameters of the pressing input may be set.
- the specific parameters of the pressing input may include the following: At least one of the above: set the touch area of the pressing input to be greater than or equal to the first threshold, set the touch force of the pressing input to be greater than or equal to the second threshold, and set the touch duration of the pressing input to be greater than or equal to the third threshold , And setting the capacitance change of the touch area corresponding to the pressing input to be greater than or equal to the fourth threshold.
- Other parameters of the pressing input can also be set, which is not limited in the embodiment of the present disclosure.
- the first target input may also be a user's key input on a target key on the side of the terminal device.
- the first target input may also be the user's fingerprint input on the fingerprint collection area of the terminal device.
- the terminal device may collect the user's preset fingerprint information (corresponding to the first target input) in advance during the setting phase, and After receiving the user’s input in the target area, the terminal device verifies whether the fingerprint information corresponding to the user’s input in the target area (hereinafter referred to as the first fingerprint information) conforms to the preset fingerprint information. If it matches, the user is in the target area.
- the input in the area is the first target input, otherwise the user's input in the target area is not the first target input.
- the terminal device can collect the user's fingerprint information through fingerprint recognition technology, for example, the user's fingerprint image is read by the fingerprint reading device, and after the fingerprint image is read, the original fingerprint image is preprocessed to make it clearer. Then, the preprocessed fingerprint image is converted into fingerprint characteristic data through fingerprint recognition software.
- fingerprint recognition technology for example, the user's fingerprint image is read by the fingerprint reading device, and after the fingerprint image is read, the original fingerprint image is preprocessed to make it clearer. Then, the preprocessed fingerprint image is converted into fingerprint characteristic data through fingerprint recognition software.
- the first fingerprint information conforms to preset fingerprint information means that the first fingerprint information is the same as the preset fingerprint information.
- that the first fingerprint information conforms to the preset fingerprint information means that the similarity between the first fingerprint information and the preset fingerprint information is greater than or equal to a preset threshold.
- the preset threshold may be 95%, that is, if the similarity between the first fingerprint information and the preset fingerprint information is greater than or equal to 95%, the first fingerprint information conforms to the preset fingerprint information.
- the security of the terminal device can be improved.
- Step 202 When it is detected that the user's input in the target area is the first target input, the terminal device detects the user's input on the first screen.
- the terminal device detects the user's input on the first screen. Specifically, detecting whether the user has input on the first screen, and if the user has input on the first screen, detecting whether the user's input on the first screen is the second target input.
- step 203 is executed; otherwise, within the second preset time period, the terminal device continues to detect the user’s After the input on the first screen exceeds the second preset time period, the terminal device stops detecting the user's input on the first screen.
- the second preset duration may be preset by the terminal device, or may be set by the user according to actual use requirements, which is not limited in the embodiment of the present disclosure.
- the second preset duration may be, for example, 2s, 5s, or 10s.
- the second preset duration and the first preset duration may be the same or different, which is not limited in the embodiment of the present disclosure.
- the second target input can be any number of clicks input by the user on any area within the one-hand operation area of the terminal device, or it can be the user's sliding in any direction on any area within the one-hand operation area of the terminal device
- the input may also be a user's drag input in any direction on any area within the one-handed operation area of the terminal device, or other feasible input, which is not limited in the embodiment of the present disclosure.
- the second target input and the first target input may be the same or different, which is not limited in the embodiment of the present disclosure.
- the second target input and the touch event may be the same or different, which is not limited in the embodiment of the present disclosure.
- the second target input and the touch event can be the same input (for example, from the time the user triggers the terminal device to detect the touch event to the trigger terminal device to detect the second target input, the user’s finger has not left the first screen, and the terminal device has been
- the user’s input on the first screen can be detected, that is, the second target input and the touch event are a continuous input triggered by the user), or two different inputs (for example, the user triggers the terminal device to detect The touch event and the user triggering the terminal device to detect that the second target input is two independent inputs) are not limited in the embodiment of the present disclosure.
- Step 203 When it is detected that the user's input on the first screen is a second target input, the terminal device executes a target action corresponding to the second target input.
- the target action includes any of the following: changing the size of the target object, rotating the direction of the target object, deleting the target object, updating the display target object, taking a screenshot of the target object, encrypting the target object, decrypting the target object, Control the target object to hide, control the target object to unhide, control the first screen to return to the previous interface, control the preset application or preset function to turn on, control the preset application or preset function to turn off, and adjust the screen brightness of the first screen , Switch the wallpaper of the first screen, and control the first screen to display preset content.
- the terminal device changes the size of the target object, rotates the direction of the target object, deletes the target object, updates the display target object, takes a screenshot of the target object, and Encrypt the target object, decrypt the target object, control the hiding of the target object, control the unhide of the target object, control the first screen to return to the previous interface, control the preset application or preset function to open, control the preset application or preset function to close , Adjust the screen brightness of the first screen, switch the wallpaper of the first screen or control the first screen to display preset content.
- the object currently displayed on the first screen is the target object.
- the terminal device when the first screen is currently displayed as an image (hereinafter referred to as a target image), in response to the second target input, the terminal device changes the size of the target image (for example, the second target input is an upward sliding input , The target image is enlarged; the second target input is a downward sliding input to reduce the target image), the direction of rotating the target image (for example, the second target input is a leftward sliding input, and the target image is rotated to the left.
- the target image for example, the second target input is an upward sliding input , The target image is enlarged; the second target input is a downward sliding input to reduce the target image), the direction of rotating the target image (for example, the second target input is a leftward sliding input, and the target image is rotated to the left.
- the second target input is a sliding input to the right, the target image is rotated to the right by a preset angle, the preset angle can be set according to actual usage requirements, and the embodiment of the present disclosure does not limit it), delete the target image, and set the target The image is updated and displayed as another image.
- the terminal device when the first screen is currently displayed as an application interface (hereinafter referred to as the target application interface), in response to the second target input, the terminal device screenshots the target application interface, encrypts the target application interface, and encrypts the target application interface Decrypt and control the target application interface to hide, and control the target application interface to unhide.
- the target application interface an application interface
- the terminal device screenshots the target application interface, encrypts the target application interface, and encrypts the target application interface Decrypt and control the target application interface to hide, and control the target application interface to unhide.
- the second target input is the user's input on the target object.
- the second target input is the user's input on the target icon.
- the terminal device changes the size of the target icon (for example, the second target input Is an upward sliding input to enlarge the target icon; the second target input is a downward sliding input to reduce the target icon), the direction of rotating the target icon (for example, the second target input is a leftward sliding input, the target The icon rotates to the left by a preset angle; the second target input is a sliding input to the right, and the target icon is rotated to the right by a preset angle.
- the preset angle can be set according to actual usage requirements.
- the embodiment of the present disclosure does not limit it), delete The target icon, the target icon is updated and displayed as another icon.
- the second target input is the user's input on the target control.
- the terminal device takes a screenshot of the target control, encrypts the target control, decrypts the target control, and controls The target control is hidden, and the target control is controlled to unhide.
- the relationship between the second target input and the target action is preset.
- the combination of the first target input and the second target input can be used Input, trigger the terminal device to return to the previous interface.
- the terminal device often uses a certain application (such as a camera application) or a certain function (screenshot function), and the combination of the first target input and the second target input can be used to trigger the terminal device to control the preset application or enable the preset function , Control the preset application or preset function to turn off, adjust the screen brightness of the first screen or switch the wallpaper of the first screen or control the first screen to display preset content.
- this step 203 can be specifically implemented by the following steps 203a to 203c.
- Step 203a In a case where it is detected that the user's input on the first screen is the second target input, the terminal device displays prompt information on the first screen.
- the prompt information is used to prompt whether to execute the target action corresponding to the second target input.
- Step 203b The terminal device receives the user's second input of the prompt information.
- the second input is an input of the user selecting "execute this target action".
- the second input may specifically be a user's arbitrary number of click inputs, sliding inputs in any direction, etc., which are not limited in the embodiment of the present disclosure. If the user selects "do not execute the target action", the terminal device does not execute the target action.
- Step 203c In response to the second input, the terminal device executes the target action.
- control method provided in the embodiment of the present disclosure may further include the following steps 204-205.
- Step 204 The terminal device receives the user's first input on the setting interface.
- the first input is an input for a user to set a first corresponding relationship, and the first corresponding relationship is a corresponding relationship between the target area, the first target input, the second target input, and the target action.
- the user selects the option "set combined input function (also called auxiliary touch function)", and the terminal device displays a setting interface corresponding to the "set combined input function” option.
- set combined input function also called auxiliary touch function
- the first correspondence relationship may be factory-set by the terminal device, or may be set by the user according to actual use requirements.
- the user can set at least one of the target area, the first target input, the second target input, and the target action through the first input.
- the others are factory-set for the terminal device, which is determined according to actual usage. The disclosed embodiments are not limited.
- the first input may include at least one of the following: the user selects the target area from multiple preset areas, the user selects the first target input from multiple preset target inputs, and the user The input of the second target input is selected from a plurality of preset inputs, and the input of the user selects the target action from the plurality of preset actions.
- the first input may also include at least one of the following: input of a user-defined target area, input of a user-defined first target, input of a user-defined second target, and user-defined target Action input.
- the user-defined target area may be, for example, the user selects an area as the target area through input on the second screen.
- Step 205 In response to the first input, the terminal device saves the first correspondence.
- a terminal device can detect a user's input in a target area by detecting a touch event on a first screen.
- the first screen and the target area are in the terminal device.
- the corresponding position of the touch event on the first screen and the target area are both located in the operation area of the hand holding the terminal device when the terminal device is in the one-handed holding state;
- the user can trigger the terminal device to execute through a combination of input on the terminal device (touch input on the first screen, first target input in the target area, and second target input on the first screen) Target action.
- the terminal device can be triggered to achieve the target function through the combined input, and the human-computer interaction performance is better.
- an embodiment of the present disclosure provides a terminal device 120.
- the terminal device 120 includes a detection module 121 and an execution module 122; the detection module 121 is used to detect a touch event on the first screen Next, the user’s input in the target area is detected.
- the first screen and the target area are on different surfaces of the terminal device, and the corresponding position of the touch event in the first screen and the target area are both located in the terminal device In the one-handed holding state, within the operating area of the hand holding the terminal device; in the case of detecting that the user's input in the target area is the first target input, detecting the user's input on the first screen
- the execution module 122 is configured to execute the target action corresponding to the second target input when the detection module 121 detects that the user's input on the first screen is the second target input.
- the target area is a touch area on the second screen of the terminal device, a button area of the terminal device, or a fingerprint collection area of the terminal device.
- the terminal device 120 further includes: a receiving module 123 and a saving module 124; the receiving module 123 is used to detect the user's input in the target area when the touch event is detected on the first screen Previously, the first input of the user on the setting interface was received, and the first input was the input for the user to set a first corresponding relationship, and the first corresponding relationship was the target area, the first target input, the second target input, and the target Correspondence between actions; the saving module 124 is configured to save the first correspondence in response to the first input received by the receiving module 123.
- the execution module 122 is specifically configured to display prompt information on the first screen when it is detected that the user's input on the first screen is the second target input, and the prompt information is used to prompt Whether to execute the target action corresponding to the second target input; receive the user's second input of the prompt information; in response to the second input, execute the target action.
- the target action includes any of the following: changing the size of the target object, rotating the direction of the target object, deleting the target object, updating the display target object, taking a screenshot of the target object, encrypting the target object, decrypting the target object, Control the target object to hide, control the target object to unhide, control the first screen to return to the previous interface, control the preset application or preset function to turn on, control the preset application or preset function to turn off, and adjust the screen brightness of the first screen , Switch the wallpaper of the first screen, and control the first screen to display preset content.
- the terminal device provided in the embodiment of the present disclosure can implement each process shown in any one of FIG. 2 to FIG. 4 in the foregoing method embodiment, and to avoid repetition, details are not described herein again.
- the embodiments of the present disclosure provide a terminal device.
- the terminal device can detect a user's input in a target area by detecting a touch event on a first screen.
- the first screen and the target area are in the terminal device.
- the corresponding position of the touch event on the first screen and the target area are both located in the operation area of the hand holding the terminal device when the terminal device is in the one-handed holding state;
- the user’s input in the target area is the first target input
- detect the user’s input on the first screen when it is detected that the user’s input on the first screen is the second target input, execute The target action corresponding to the second target input.
- the user can trigger the terminal device to execute through a combination of input on the terminal device (touch input on the first screen, first target input in the target area, and second target input on the first screen) Target action.
- the terminal device can be triggered to achieve the target function through the combined input, and the human-computer interaction performance is better.
- Fig. 6 is a schematic diagram of the hardware structure of a terminal device that implements various embodiments of the present disclosure.
- the terminal device 100 includes but is not limited to: a radio frequency unit 101, a network module 102, an audio output unit 103, an input unit 104, a sensor 105, a display unit 106, a user input unit 107, an interface unit 108, and a memory 109 , The processor 110, and the power supply 111 and other components.
- the structure of the terminal device shown in FIG. 6 does not constitute a limitation on the terminal device, and the terminal device may include more or fewer components than shown in the figure, or a combination of certain components, or different components Layout.
- terminal devices include, but are not limited to, mobile phones, tablet computers, notebook computers, palmtop computers, vehicle-mounted terminal devices, wearable devices, and pedometers.
- the processor 110 is configured to detect a user’s input in a target area when a touch event is detected on the first screen.
- the first screen and the target area are on different surfaces of the terminal device, and the touch The corresponding position of the control event in the first screen and the target area are both located in the operation area of the hand holding the terminal device when the terminal device is in the one-handed holding state; when it is detected that the user is in the target area
- detect the user’s input on the first screen when it detects that the user’s input on the first screen is the second target input, execute the input corresponding to the second target The target action.
- the terminal device can detect a user's input in a target area by detecting a touch event on the first screen.
- the first screen and the target area are different from each other in the terminal device.
- the corresponding position of the touch event on the first screen and the target area are both located in the operation area of the hand holding the terminal device when the terminal device is in the one-handed holding state;
- the input in the target area is the first target input
- it is detected that the user’s input on the first screen is the second target input
- execute the The second target input corresponds to the target action.
- the user can trigger the terminal device to execute through a combination of input on the terminal device (touch input on the first screen, first target input in the target area, and second target input on the first screen) Target action.
- the terminal device can be triggered to achieve the target function through the combined input, and the human-computer interaction performance is better.
- the radio frequency unit 101 can be used for receiving and sending signals in the process of sending and receiving information or talking. Specifically, the downlink data from the base station is received and processed by the processor 110; Uplink data is sent to the base station.
- the radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
- the radio frequency unit 101 can also communicate with the network and other devices through a wireless communication system.
- the terminal device provides users with wireless broadband Internet access through the network module 102, such as helping users to send and receive emails, browse web pages, and access streaming media.
- the audio output unit 103 can convert the audio data received by the radio frequency unit 101 or the network module 102 or stored in the memory 109 into audio signals and output them as sounds. Moreover, the audio output unit 103 may also provide audio output related to a specific function performed by the terminal device 100 (for example, call signal reception sound, message reception sound, etc.).
- the audio output unit 103 includes a speaker, a buzzer, a receiver, and the like.
- the input unit 104 is used to receive audio or video signals.
- the input unit 104 may include a graphics processing unit (GPU) 1041 and a microphone 1042.
- the graphics processor 1041 is configured to monitor images of still pictures or videos obtained by an image capture device (such as a camera) in a video capture mode or an image capture mode. Data is processed.
- the processed image frame can be displayed on the display unit 106.
- the image frame processed by the graphics processor 1041 may be stored in the memory 109 (or other storage medium) or sent via the radio frequency unit 101 or the network module 102.
- the microphone 1042 can receive sound, and can process such sound into audio data.
- the processed audio data can be converted into a format that can be sent to a mobile communication base station via the radio frequency unit 101 for output in the case of a telephone call mode.
- the terminal device 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors.
- the light sensor includes an ambient light sensor and a proximity sensor.
- the ambient light sensor can adjust the brightness of the display panel 1061 according to the brightness of the ambient light.
- the proximity sensor can close the display panel 1061 and the display panel 1061 when the terminal device 100 is moved to the ear. / Or backlight.
- the accelerometer sensor can detect the magnitude of acceleration in various directions (usually three-axis), and can detect the magnitude and direction of gravity when it is stationary, and can be used to identify the posture of the terminal device (such as horizontal and vertical screen switching, related games , Magnetometer posture calibration), vibration recognition related functions (such as pedometer, tap), etc.; sensor 105 can also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, Infrared sensors, etc., will not be repeated here.
- the display unit 106 is used to display information input by the user or information provided to the user.
- the display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an organic light-emitting diode (Organic Light-Emitting Diode, OLED), etc.
- LCD Liquid Crystal Display
- OLED Organic Light-Emitting Diode
- the user input unit 107 may be used to receive inputted numeric or character information, and generate key signal input related to user settings and function control of the terminal device.
- the user input unit 107 includes a touch panel 1071 and other input devices 1072.
- the touch panel 1071 also called a touch screen, can collect user touch operations on or near it (for example, the user uses any suitable objects or accessories such as fingers, stylus, etc.) on the touch panel 1071 or near the touch panel 1071. operating).
- the touch panel 1071 may include two parts: a touch detection device and a touch controller.
- the touch detection device detects the user's touch position, detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and then sends it To the processor 110, the command sent by the processor 110 is received and executed.
- the touch panel 1071 can be realized by various types such as resistive, capacitive, infrared, and surface acoustic wave.
- the user input unit 107 may also include other input devices 1072.
- other input devices 1072 may include, but are not limited to, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackball, mouse, and joystick, which will not be repeated here.
- the touch panel 1071 can be overlaid on the display panel 1061.
- the touch panel 1071 detects a touch operation on or near it, it is transmitted to the processor 110 to determine the type of the touch event.
- the type of event provides corresponding visual output on the display panel 1061.
- the touch panel 1071 and the display panel 1061 are used as two independent components to realize the input and output functions of the terminal device, in some embodiments, the touch panel 1071 and the display panel 1061 can be integrated
- the implementation of the input and output functions of the terminal device is not specifically limited here.
- the interface unit 108 is an interface for connecting an external device with the terminal device 100.
- the external device may include a wired or wireless headset port, an external power source (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device with an identification module, audio input/output (I/O) port, video I/O port, headphone port, etc.
- the interface unit 108 can be used to receive input (for example, data information, power, etc.) from an external device and transmit the received input to one or more elements in the terminal device 100 or can be used to connect to the terminal device 100 and external Transfer data between devices.
- the memory 109 can be used to store software programs and various data.
- the memory 109 may mainly include a program storage area and a data storage area.
- the program storage area may store an operating system, an application program required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; Data (such as audio data, phone book, etc.) created by the use of mobile phones.
- the memory 109 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other volatile solid-state storage devices.
- the processor 110 is the control center of the terminal device. It uses various interfaces and lines to connect the various parts of the entire terminal device, runs or executes the software programs and/or modules stored in the memory 109, and calls data stored in the memory 109 , Perform various functions of the terminal equipment and process data, so as to monitor the terminal equipment as a whole.
- the processor 110 may include one or more processing units; optionally, the processor 110 may integrate an application processor and a modem processor, where the application processor mainly processes the operating system, user interface, and application programs, etc.
- the adjustment processor mainly deals with wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 110.
- the terminal device 100 may also include a power source 111 (such as a battery) for supplying power to various components.
- a power source 111 such as a battery
- the power source 111 may be logically connected to the processor 110 through a power management system, so as to manage charging, discharging, and power consumption through the power management system. Management and other functions.
- the terminal device 100 includes some functional modules not shown, which will not be repeated here.
- an embodiment of the present disclosure further provides a terminal device, which may include the aforementioned processor 110 shown in FIG. 6, a memory 109, and a computer program stored on the memory 109 and running on the processor 110, When the computer program is executed by the processor 110, each process of the control method shown in any one of FIG. 2 to FIG. 4 in the foregoing method embodiment is realized, and the same technical effect can be achieved. In order to avoid repetition, details are not repeated here.
- the embodiments of the present disclosure also provide a computer-readable storage medium, and a computer program is stored on the computer-readable storage medium.
- a computer program is stored on the computer-readable storage medium.
- the computer program When the computer program is executed by a processor, the computer program shown in any one of FIGS. 2 to 4 in the above method embodiment is implemented.
- Each process of the control method can achieve the same technical effect. To avoid repetition, it will not be repeated here.
- the computer-readable storage medium such as read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk, etc.
- the technical solution of the present disclosure essentially or the part that contributes to the related technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk). ) Includes several instructions to make a terminal device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the method described in each embodiment of the present disclosure.
- a terminal device which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.
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é de commande, un dispositif terminal, ainsi qu'un support de stockage lisible par ordinateur. Le procédé consiste à : dans la mesure où un événement de commande tactile est détecté sur un premier écran, détecter une entrée d'un utilisateur dans une zone cible, le premier écran et la zone cible étant sur différentes surfaces d'un dispositif terminal ; et la position, correspondant à l'événement de commande tactile, dans le premier écran, et la zone cible sont toutes deux situées dans une zone de fonctionnement pour une main tenant le dispositif terminal lorsque le dispositif terminal est dans un état tenu d'une seule main ; dans la mesure où il est détecté que l'entrée de l'utilisateur dans la zone cible est une première entrée cible, détecter l'entrée de l'utilisateur sur le premier écran ; et dans la mesure où il est détecté que l'entrée de l'utilisateur sur le premier écran est une seconde entrée cible, exécuter une action cible correspondant à la seconde entrée cible.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910314770.6A CN110147174A (zh) | 2019-04-18 | 2019-04-18 | 一种控制方法及终端设备 |
| CN201910314770.6 | 2019-04-18 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020211596A1 true WO2020211596A1 (fr) | 2020-10-22 |
Family
ID=67588509
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2020/080679 Ceased WO2020211596A1 (fr) | 2019-04-18 | 2020-03-23 | Procédé de commande et dispositif terminal |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN110147174A (fr) |
| WO (1) | WO2020211596A1 (fr) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110147174A (zh) * | 2019-04-18 | 2019-08-20 | 东莞市步步高通信软件有限公司 | 一种控制方法及终端设备 |
| CN110851810A (zh) * | 2019-10-31 | 2020-02-28 | 维沃移动通信有限公司 | 响应方法及电子设备 |
| CN114139403B (zh) * | 2021-12-13 | 2023-08-25 | 中国核动力研究设计院 | 一种基于概率论的事故规程整定值优化方法、装置和设备 |
| CN114594897B (zh) * | 2022-03-10 | 2026-01-16 | 维沃移动通信有限公司 | 触摸屏的单手控制方法、控制装置、电子设备和存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8786569B1 (en) * | 2013-06-04 | 2014-07-22 | Morton Silverberg | Intermediate cursor touchscreen protocols |
| CN107272946A (zh) * | 2017-06-09 | 2017-10-20 | 宇龙计算机通信科技(深圳)有限公司 | 一种屏幕控制方法和装置 |
| CN108920075A (zh) * | 2018-06-26 | 2018-11-30 | 努比亚技术有限公司 | 双屏移动终端控制方法、移动终端及计算机可读存储介质 |
| CN110147174A (zh) * | 2019-04-18 | 2019-08-20 | 东莞市步步高通信软件有限公司 | 一种控制方法及终端设备 |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102467283A (zh) * | 2010-11-19 | 2012-05-23 | 纬创资通股份有限公司 | 具有多点触控功能的触控装置以及触控操作方法 |
| CN103677600B (zh) * | 2012-09-10 | 2017-05-24 | 联想(北京)有限公司 | 一种输入方法和电子设备 |
| CN103812996B (zh) * | 2012-11-08 | 2018-10-09 | 腾讯科技(深圳)有限公司 | 一种信息提示方法、装置及终端 |
| CN105183236A (zh) * | 2015-10-19 | 2015-12-23 | 上海交通大学 | 一种触屏输入装置与方法 |
| CN105843533A (zh) * | 2016-03-15 | 2016-08-10 | 乐视网信息技术(北京)股份有限公司 | 一种列表的调用方法及装置 |
| CN106254551A (zh) * | 2016-09-30 | 2016-12-21 | 北京珠穆朗玛移动通信有限公司 | 一种双系统的文件传输方法及移动终端 |
| CN106973330B (zh) * | 2017-03-20 | 2021-03-02 | 腾讯科技(深圳)有限公司 | 一种屏幕直播方法、装置和系统 |
| CN107239199A (zh) * | 2017-06-29 | 2017-10-10 | 珠海市魅族科技有限公司 | 一种操作响应的方法及相关装置 |
| CN108958615B (zh) * | 2018-07-25 | 2021-03-02 | 维沃移动通信有限公司 | 一种显示控制方法、终端及计算机可读存储介质 |
| CN109343788B (zh) * | 2018-09-30 | 2021-08-17 | 维沃移动通信有限公司 | 一种移动终端的操作控制方法及移动终端 |
-
2019
- 2019-04-18 CN CN201910314770.6A patent/CN110147174A/zh active Pending
-
2020
- 2020-03-23 WO PCT/CN2020/080679 patent/WO2020211596A1/fr not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8786569B1 (en) * | 2013-06-04 | 2014-07-22 | Morton Silverberg | Intermediate cursor touchscreen protocols |
| CN107272946A (zh) * | 2017-06-09 | 2017-10-20 | 宇龙计算机通信科技(深圳)有限公司 | 一种屏幕控制方法和装置 |
| CN108920075A (zh) * | 2018-06-26 | 2018-11-30 | 努比亚技术有限公司 | 双屏移动终端控制方法、移动终端及计算机可读存储介质 |
| CN110147174A (zh) * | 2019-04-18 | 2019-08-20 | 东莞市步步高通信软件有限公司 | 一种控制方法及终端设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN110147174A (zh) | 2019-08-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019154181A1 (fr) | Procédé de commande d'affichage et terminal mobile | |
| CN108491133B (zh) | 一种应用程序控制方法及终端 | |
| CN108536411A (zh) | 一种移动终端控制方法及移动终端 | |
| CN110837327B (zh) | 一种消息查看方法及终端 | |
| WO2021057337A1 (fr) | Procédé de fonctionnement et dispositif électronique | |
| WO2020258929A1 (fr) | Procédé de commutation d'interface de dossier et dispositif terminal | |
| WO2021017776A1 (fr) | Procédé de traitement d'informations et terminal | |
| WO2020238497A1 (fr) | Procédé de déplacement d'icône et dispositif terminal | |
| WO2019179332A1 (fr) | Procédé de fermeture d'application et terminal mobile | |
| WO2021169959A1 (fr) | Procédé de démarrage d'applications et dispositif électronique | |
| WO2021109961A1 (fr) | Procédé de génération d'icône de raccourci, appareil électronique et support | |
| US11354017B2 (en) | Display method and mobile terminal | |
| WO2019174541A1 (fr) | Procédé de fonctionnement pour terminal mobile et terminal mobile | |
| CN111338530A (zh) | 应用程序图标的控制方法和电子设备 | |
| WO2020215950A1 (fr) | Procédé d'affichage d'interface et dispositif terminal | |
| WO2021068885A1 (fr) | Procédé de commande et dispositif électronique | |
| WO2020181955A1 (fr) | Procédé de commande d'interface et dispositif terminal | |
| WO2020078234A1 (fr) | Procédé de commande d'affichage et terminal | |
| CN108052251A (zh) | 一种截屏信息显示方法和移动终端 | |
| WO2020211596A1 (fr) | Procédé de commande et dispositif terminal | |
| CN110109604A (zh) | 一种应用界面显示方法及移动终端 | |
| WO2020134743A1 (fr) | Procédé de déplacement d'icône et terminal | |
| WO2021004426A1 (fr) | Procédé de sélection de contenu et terminal | |
| WO2020192297A1 (fr) | Procédé de commutation d'interface d'écran et dispositif terminal | |
| CN108446156B (zh) | 一种应用程序控制方法及终端 |
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: 20791848 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: 20791848 Country of ref document: EP Kind code of ref document: A1 |