CN106598461B - Touch response method and device of mobile terminal and mobile terminal - Google Patents

Touch response method and device of mobile terminal and mobile terminal Download PDF

Info

Publication number
CN106598461B
CN106598461B CN201611174528.6A CN201611174528A CN106598461B CN 106598461 B CN106598461 B CN 106598461B CN 201611174528 A CN201611174528 A CN 201611174528A CN 106598461 B CN106598461 B CN 106598461B
Authority
CN
China
Prior art keywords
display interface
touch operation
touch
mobile terminal
area
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
CN201611174528.6A
Other languages
Chinese (zh)
Other versions
CN106598461A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201611174528.6A priority Critical patent/CN106598461B/en
Publication of CN106598461A publication Critical patent/CN106598461A/en
Application granted granted Critical
Publication of CN106598461B publication Critical patent/CN106598461B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

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)
  • Telephone Function (AREA)

Abstract

The embodiment of the invention discloses a touch response method and device of a mobile terminal and the mobile terminal. The method comprises the following steps: detecting a display interface switching state of the mobile terminal; and if the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, judging whether the second touch operation is received, and if the second touch operation is received, controlling the touch screen to respond to the second touch operation. By adopting the technical scheme, the embodiment of the invention optimizes the existing touch response scheme of the mobile terminal, improves the touch operation response efficiency of the mobile terminal and improves the execution efficiency of the touch operation crossing the display interface.

Description

Touch response method and device of mobile terminal and mobile terminal
Technical Field
The embodiment of the invention relates to the technical field of mobile terminals, in particular to a touch response method and device of a mobile terminal and the mobile terminal.
background
Currently, a touch screen is a standard configuration of most mobile terminals, and a mobile terminal user can easily and quickly implement various operations on the mobile terminal through the touch screen.
due to the limited display area of the touch screen, in order to effectively manage the display content, the display content is generally distributed to a plurality of display interfaces, and switching of the display interfaces is supported. For example, for a desktop, one display interface cannot accommodate all desktop icons, and when a user wants to browse all desktop icons, the display interface needs to be switched, which is generally implemented by a left-right sliding operation or an up-down sliding operation. The inventor finds that, in the existing touch response scheme of the mobile terminal, when the display interface is in the switching process (the display area simultaneously displays the partial content of the first display interface before switching and the partial content of the second display interface after switching), a user cannot operate the content in the display interface (including the first display interface and the second display interface), that is, when the mobile terminal receives a touch operation under the condition, the user cannot respond to the touch operation, and the touch operation response efficiency of the mobile terminal is affected.
Disclosure of Invention
the embodiment of the invention aims to provide a touch response method and device of a mobile terminal and the mobile terminal, so as to optimize the existing touch response scheme of the mobile terminal.
In a first aspect, an embodiment of the present invention provides a touch response method for a mobile terminal, including:
detecting a display interface switching state of the mobile terminal;
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the second touch operation is received, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
and if the second touch operation is received, controlling the touch screen to respond to the second touch operation.
In a second aspect, an embodiment of the present invention provides a touch response device of a mobile terminal, including:
the switching state detection module is used for detecting the switching state of the display interface of the mobile terminal;
the touch operation judging module is used for judging whether a second touch operation is received or not when the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of the first touch operation, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
And the response control module is used for controlling the touch screen to respond to the second touch operation when the second touch operation is received.
In a third aspect, an embodiment of the present invention provides a mobile terminal, where the mobile terminal includes: the device comprises a shell, a processor, a memory, a circuit board and a power circuit;
The circuit board is arranged in a space enclosed by the shell;
the processor and the memory are disposed on the circuit board;
the power supply circuit is used for supplying power to each circuit or device of the mobile terminal;
the memory for storing executable program code;
The processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing:
detecting a display interface switching state of the mobile terminal;
if the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the second touch operation is received, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
and if the second touch operation is received, controlling the touch screen to respond to the second touch operation.
According to the touch response scheme of the mobile terminal provided by the embodiment of the invention, when the mobile terminal is in the process of switching from the first display interface to the second display interface under the action of the first touch operation, if the second touch operation is received, the touch screen is controlled to respond to the second touch operation. By adopting the technical scheme, the touch response scheme of the conventional mobile terminal is optimized, the touch operation response efficiency of the mobile terminal is improved, and the execution efficiency of the touch operation crossing the display interface is improved.
drawings
Fig. 1 is a schematic flowchart of a touch response method of a mobile terminal according to an embodiment of the present invention;
Fig. 2 is a schematic diagram illustrating a display interface switching of a mobile terminal according to an embodiment of the present invention;
Fig. 3 is a flowchart illustrating another touch response method of a mobile terminal according to an embodiment of the present invention;
Fig. 4 is a schematic view of a touch screen of a mobile terminal according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating another touch response method of a mobile terminal according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating a display interface switching of another mobile terminal according to an embodiment of the present invention;
fig. 7 is a flowchart illustrating another touch response method of a mobile terminal according to an embodiment of the present invention;
fig. 8 is a block diagram illustrating a touch response apparatus of a mobile terminal according to an embodiment of the present invention;
Fig. 9 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention.
Detailed Description
The technical scheme of the invention is further explained by the specific implementation mode in combination with the attached drawings. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
fig. 1 is a flowchart illustrating a touch response method of a mobile terminal according to an embodiment of the present invention, where the method may be performed by a touch response apparatus of the mobile terminal, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in the mobile terminal. As shown in fig. 1, the method includes:
Step 101, detecting a display interface switching state of the mobile terminal.
For example, the mobile terminal in this embodiment may be specifically a device such as a smart phone and a tablet computer, which is integrated with a touch screen.
for example, the user may control the mobile terminal to switch the display interface by performing a left-right sliding operation or a top-down sliding operation on the touch screen. The display interface switching state can comprise the states before switching, during switching, after switching and the like. Specifically, the display interface switching state can be determined through the display content in the display interface; the display interface switching state can also be determined according to the completion degree of the execution of the display interface switching instruction.
and 102, judging whether a second touch operation is received or not if the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation.
And the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of the touch screen.
for example, fig. 2 is a schematic diagram illustrating switching of display interfaces of a mobile terminal according to an embodiment of the present invention, and fig. 2 illustrates a process of switching a desktop of the mobile terminal, where as shown in fig. 2, taking a display interface switching manner based on a left-right sliding operation as an example, when a user touches and holds a touch screen and slides from a first position 201 to a second position 202 from the right, an operation performed by the user's finger may be regarded as a first touch operation, a current first display interface 203 may shift to the right, and a second display interface 204 slides in from the left, and before the user releases the finger, the mobile terminal may be regarded as being in a process of switching from the first display interface 203 to the second display interface 204 under the effect of the first touch operation. At this time, it is determined whether a second touch operation is received, that is, whether the user performs another touch operation on the touch screen, such as clicking, double-clicking, long-pressing, or sliding, in addition to the first touch operation.
And 103, if the second touch operation is received, controlling the touch screen to respond to the second touch operation.
in fig. 2, the first display interface 203 includes a part of desktop icons in the self interface, and the second display interface 204 also includes a part of desktop icons in the self interface, at this time, if a user clicks one of the icons, such as a browser, a second touch operation is received, and at this time, the touch screen is controlled to respond to the second touch operation, that is, the browser is opened and the browser interface is entered. In addition, if the user wants to move the wechat icon in the first display interface 203 to the second display interface 204, the user can directly perform the icon dragging operation in the state shown in fig. 2, and the user does not need to drag the icon to the left edge of the screen in the first display interface and continue dragging after the second display interface appears, so that the execution efficiency of the touch operation crossing the display interfaces is improved.
According to the touch response method of the mobile terminal provided by the embodiment of the invention, when the mobile terminal is in the process of switching from the first display interface to the second display interface under the action of the first touch operation, if the second touch operation is received, the touch screen is controlled to respond to the second touch operation. By adopting the technical scheme, the touch response scheme of the conventional mobile terminal is optimized, the touch operation response efficiency of the mobile terminal is improved, and the execution efficiency of the touch operation crossing the display interface is improved.
Fig. 3 is a schematic flow chart of another touch response method for a mobile terminal according to an embodiment of the present invention, which is optimized based on the above embodiment, and is particularly suitable for an edge anti-false-touch scenario of a mobile terminal adopting a narrow-frame or frameless design, in this embodiment, the step "if it is detected that the mobile terminal is in a process of switching from a first display interface to a second display interface under the effect of a first touch operation," determining whether a second touch operation is received "is optimized as follows: if the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, determining whether the first touch operation acts in a preset false touch prevention area, wherein the preset false touch prevention area comprises an area with a preset shape and/or size located at the edge of the touch screen, and if the first touch operation is determined to act in the preset false touch prevention area, judging whether the second touch operation is received.
Correspondingly, the method of the embodiment comprises the following steps:
Step 301, detecting a display interface switching state of the mobile terminal.
Step 302, detecting that the mobile terminal is in a process of switching from the first display interface to the second display interface under the action of the first touch operation.
step 303, determining whether the first touch operation acts on a preset anti-false touch area, if so, executing step 304; otherwise, return to execute step 301.
The preset false touch prevention area comprises an area with a preset shape and/or size at the edge of the touch screen.
based on the factors of enabling the screen of the mobile terminal to display more contents, improving the viewing experience of the user and the like, the size of the touch screen is larger and larger, and under the trend, in order to take account of the portability and the attractiveness of the mobile terminal, the screen occupation ratio becomes a new index for measuring the performance of the mobile terminal. In order to pursue a higher screen occupation ratio and reduce the influence of the screen frame on the visual effect, narrow-frame or frameless designs have become means for optimizing mobile terminals that various mobile terminal manufacturers strive to adopt, and the narrow-frame and frameless mobile terminals are also favored by consumers more and more. However, the mobile terminal adopting the narrow-bezel or frameless design brings better visual experience to the user and also brings some trouble to the user. Due to the fact that the frame is too narrow or no frame exists, when a user holds the mobile terminal, the user can easily touch the edge of the touch screen by mistake, the contact between the skin of the tiger mouth and the edge of the touch screen can possibly trigger a display interface switching event, and therefore small-amplitude deviation occurs on the current display interface, normal touch operation acting on the display interface cannot be responded, and the touch operation response efficiency of the mobile terminal is seriously affected. In order to solve the problem, an edge false touch prevention setting option can be added in the mobile terminal, and the edge false touch prevention function is automatically started by the system according to the actual situation or is automatically started by the user according to the personal requirement. For example, the system can detect the current posture of the mobile terminal, and automatically start the edge anti-false-touch function when the mobile terminal is in a vertical screen state; when the mobile terminal is in a horizontal screen state, the edge anti-false touch function is not started. For another example, the system can detect the holding mode of the mobile terminal, and automatically start the function of preventing the edge from being touched by mistake when the holding mode is one-hand holding; when the holding mode is holding by two hands, the function of preventing the false touch of the edge is not started. In this embodiment, it is assumed that the edge anti-false-touch function is already in an on state.
In order to successfully identify whether the first touch operation is the error touch operation of the user, an error touch prevention area is preset at the edge of the screen. The screen area which is easy to be touched by mistake can be set as a preset mistake touch prevention area. The determination method of the preset false touch prevention area can be various, for example, the holding method and posture of a user group for mobile terminals of different models or shapes can be researched, a screen area which is easy to be touched by a majority of users by mistake is set as the preset false touch prevention area, and the mobile terminal is set before leaving a factory; for another example, before the user starts using the mobile terminal, the user may enter a holding mode entry function, the mobile terminal collects relevant data of the user holding the mobile terminal, an area which is easy to be touched by mistake by the user is analyzed according to the collected data, and the area is set as a preset mistaken touch prevention area; for another example, the use state of the mobile terminal can be detected, and the preset false touch prevention area is dynamically adjusted according to the use state and a certain rule. The number of the preset false touch prevention areas is not specifically limited in this embodiment. Preferably, the shape and/or size of the preset anti-false touch region can be adjusted by the user.
Fig. 4 is a schematic diagram of a touch screen of a mobile terminal according to an embodiment of the present invention, as shown in fig. 4, left and right sides of a touch screen 401 of the mobile terminal respectively include a first preset anti-false-touch area 402 and a second preset anti-false-touch area 403, when a skin of a tiger's mouth of a user presses a position 404 and slightly slides (which may be regarded as a first touch operation), the mobile terminal may be in a process of switching from a first display interface to a second display interface, and the position 404 is located in the second preset anti-false-touch area 403, so that it is determined that the first touch operation acts in the preset anti-false-touch area.
It will be appreciated that the predetermined anti-false touch region may have other shapes or sizes, and fig. 4 is merely illustrative. In fig. 4, the shape of the preset anti-false touch area is a rectangle, and the length of the preset anti-false touch area is the same as that of the display area of the touch screen. The shape of the preset anti-false-touch area can also be a semi-ellipse or other irregular shapes, and the size can also be set according to the actual situation. In addition, the specific position of the preset anti-false touch area can be adjusted, for example, the specific position can be positioned at the lower left and/or lower right of the edge of the touch screen.
Step 304, judging whether a second touch operation is received, if so, executing step 305; otherwise, step 304 is repeated.
And 305, controlling the touch screen to respond to the second touch operation.
When the second touch operation is received, the second touch operation can be considered as normal touch operation of the user, and in order to eliminate the influence of display interface deviation caused by mistaken touch at the tiger mouth, the second touch operation is normally responded.
the touch response method of the mobile terminal provided by the embodiment of the invention is particularly suitable for the edge anti-false-touch scene of the mobile terminal adopting a narrow-frame or frameless design, can solve the problem that normal touch operation cannot be responded due to display interface deviation caused by false touch at a tiger's mouth, and improves the touch operation response efficiency of the mobile terminal.
On the basis of the foregoing embodiment, when it is determined that the first touch operation does not act in the preset anti-false-touch area, the stop response processing may also be performed on other touch operations detected subsequently, and this embodiment is not particularly limited.
Fig. 5 is a schematic flow chart of another touch response method for a mobile terminal according to an embodiment of the present invention, which is optimized based on the above embodiment, and is particularly suitable for an edge anti-false-touch scenario of a mobile terminal adopting a narrow-frame or frameless design, in this embodiment, the step "if it is detected that the mobile terminal is in a process of switching from a first display interface to a second display interface under the effect of a first touch operation," determining whether a second touch operation is received "is optimized as follows: if the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset proportion threshold value or not; and if the ratio is larger than the preset ratio threshold, judging whether a second touch operation is received.
correspondingly, the method of the embodiment comprises the following steps:
step 501, detecting a display interface switching state of the mobile terminal.
step 502, detecting that the mobile terminal is in a process of switching from the first display interface to the second display interface under the action of the first touch operation.
step 503, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is greater than a preset ratio threshold, if so, executing step 504; otherwise, return to execute step 501.
it can be understood that, if the mobile terminal is in the display interface switching process due to the false touch, the display area mainly displays the content in the first display interface, so the current display area of the first display interface is much larger than that of the second display interface. Fig. 6 is a schematic diagram illustrating switching of display interfaces of a mobile terminal according to an embodiment of the present invention, and as shown in fig. 6, a current display area of a first display interface 601 is significantly larger than a current display area of a second display interface 602. In this embodiment, the area ratio is used to measure the deviation degree of the first display interface, and further determine whether the first touch operation is a false touch operation. The preset proportional threshold value can be freely set, and can be set to a value between 0.9 and 0.99 in general.
in addition, the area ratio may also be replaced with a side length ratio of the display interface in the switching direction, that is, it is determined whether a ratio of the side length of the current display area of the first display interface to the side length of the current display area of the second display interface in the switching direction is greater than a preset side length ratio threshold.
step 504, judging whether a second touch operation is received, if so, executing step 505; otherwise, step 504 is repeated.
And 505, controlling the touch screen to respond to the second touch operation.
When the second touch operation is received, the second touch operation can be considered as normal touch operation of the user, and in order to eliminate the influence of display interface deviation caused by mistaken touch at the tiger mouth, the second touch operation is normally responded.
the touch response method of the mobile terminal provided by the embodiment of the invention is particularly suitable for the edge anti-false-touch scene of the mobile terminal adopting a narrow-frame or frameless design, can solve the problem that normal touch operation cannot be responded due to display interface deviation caused by false touch at a tiger's mouth, and improves the touch operation response efficiency of the mobile terminal.
on the basis of the above embodiment, in order to more accurately identify whether the first operation is the false trigger operation, the above two determination manners may be combined. Specifically, when the mobile terminal is detected to be in a process of switching from a first display interface to a second display interface under the action of a first touch operation, whether the first touch operation acts in a preset anti-false touch area is determined, if yes, whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset proportional threshold is judged, and if yes, whether the second touch operation is received is judged; or, when the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset ratio threshold value or not is judged, if so, whether the first touch operation acts in a preset anti-false touch area or not is determined, and if so, whether the second touch operation is received or not is judged.
Fig. 7 is a schematic flow chart of another touch response method for a mobile terminal according to an embodiment of the present invention, where the embodiment is optimized based on the above embodiment, and in the embodiment, the step "if a second touch operation is received, the touch screen is controlled to respond to the second touch operation" is optimized as follows: if the second touch operation is received, determining the touch position of the second operation; and when the touch position is located in the preset response area, controlling the touch screen to respond to the second touch operation.
correspondingly, the method of the embodiment comprises the following steps:
step 701, detecting a display interface switching state of the mobile terminal.
Step 702, detecting that the mobile terminal is in a process of switching from the first display interface to the second display interface under the action of the first touch operation.
Step 703, judging whether a second touch operation is received, if so, executing step 704; otherwise, step 703 is repeated.
And step 704, determining a touch position of the second operation.
For example, the touch position may be represented in a coordinate form, for example, the vertex at the lower left corner of the touch screen may be a coordinate origin, the width direction may be a horizontal axis, the length direction may be a vertical axis, and the horizontal axis and the vertical axis may represent the touch position. The touch position corresponding to the second touch operation may specifically be a coordinate of a start point, a coordinate of an end point, or a coordinate of a center position of a contact area with the touch screen of the second touch operation. For example, when the track of the second touch operation on the touch screen is long, the coordinates of the starting point or the end point may be used as the touch position corresponding to the second touch operation; for another example, when the contact area of the second touch operation with the touch screen does not change within a certain time, the coordinate of the center position of the contact area with the touch screen may be used as the touch position corresponding to the second touch operation.
705, judging whether the touch position is located in a preset response area, if so, executing 706; otherwise, return to execute step 703.
For example, the preset response area may include at least one of an area outside a preset false touch prevention area, an area where the first display interface is located, and an area where the second display interface is located, where the preset false touch prevention area includes an area of a preset shape and/or size located at an edge of the touch screen.
Through setting the preset response area, the second operation can be selectively responded, and the touch operation response mode of the mobile terminal is enriched. In addition, when the preset response area comprises an area outside the preset false touch prevention area, the second operation acting in the preset false touch prevention area can be prevented from being responded, and the false touch prevention effect is further enhanced.
And step 706, controlling the touch screen to respond to the second touch operation.
According to the touch response method of the mobile terminal provided by the embodiment of the invention, the preset response area is set, so that the second operation can be selectively responded, and the touch operation response mode of the mobile terminal is enriched.
Fig. 8 is a block diagram of a touch response apparatus of a mobile terminal according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in the mobile terminal, and may control a touch screen of the mobile terminal by executing a touch screen control method of the mobile terminal. As shown in fig. 8, the apparatus includes a switching state detection module 801, a touch operation determination module 802, and a response control module 803.
The switching state detection module 801 is configured to detect a switching state of a display interface of the mobile terminal; a touch operation determining module 802, configured to determine whether a second touch operation is received when it is detected that the mobile terminal is in a process of switching from a first display interface to a second display interface under the action of a first touch operation, where the switching process includes displaying a part of content of the first display interface and a part of content of the second display interface in a display area of a touch screen at the same time; a response control module 803, configured to control the touch screen to respond to the second touch operation when the second touch operation is received.
The touch response device of the mobile terminal provided by the embodiment of the invention optimizes the existing touch response scheme of the mobile terminal, improves the touch operation response efficiency of the mobile terminal, and improves the execution efficiency of the touch operation crossing the display interface.
On the basis of the foregoing embodiment, the touch operation determination module is specifically configured to:
If the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, determining whether the first touch operation acts in a preset false touch prevention area, wherein the preset false touch prevention area comprises an area with a preset shape and/or size at the edge of the touch screen;
And if the first touch operation is determined to act in the preset anti-false touch area, judging whether a second touch operation is received.
on the basis of the foregoing embodiment, the touch operation determination module is specifically configured to:
if the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset ratio threshold value or not;
and if the ratio is larger than the preset ratio threshold, judging whether a second touch operation is received.
on the basis of the foregoing embodiment, the response control module is specifically configured to:
if the second touch operation is received, determining a touch position of the second operation;
And when the touch position is located in a preset response area, controlling the touch screen to respond to the second touch operation.
on the basis of the above embodiment, the preset response region includes at least one of a region outside a preset false touch prevention region, a region where the first display interface is located, and a region where the second display interface is located, where the preset false touch prevention region includes a region of a preset shape and/or size located at an edge of the touch screen.
The embodiment of the invention provides a mobile terminal, wherein the touch response device of the mobile terminal provided by the embodiment of the invention can be integrated in the mobile terminal. Fig. 9 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention. As shown in fig. 9, the mobile terminal may include: a casing (not shown), a memory 901, a Central Processing Unit (CPU) 902 (also called a processor, hereinafter referred to as CPU), a circuit board (not shown), and a power circuit (not shown). The circuit board is arranged in a space enclosed by the shell; the CPU902 and the memory 901 are disposed on the circuit board; the power supply circuit is used for supplying power to each circuit or device of the mobile terminal; the memory 901 is used for storing executable program codes; the CPU902 executes a program corresponding to the executable program code by reading the executable program code stored in the memory 901, so as to perform: detecting a display interface switching state of the mobile terminal; if the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the second touch operation is received, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen; and if the second touch operation is received, controlling the touch screen to respond to the second touch operation.
the mobile terminal further includes: peripheral interface 903, RF (Radio Frequency) circuitry 905, audio circuitry 906, speakers 911, power management chip 908, input/output (I/O) subsystems 909, touch screen 912, other input/control devices 910, and external port 904, which communicate via one or more communication buses or signal lines 907.
it should be understood that the illustrated mobile terminal 900 is merely one example of a mobile terminal and that the mobile terminal 900 may have more or fewer components than shown, may combine two or more components, or may have a different configuration of components. The various components shown in the figures may be implemented in hardware, software, or a combination of hardware and software, including one or more signal processing and/or application specific integrated circuits.
The following describes the mobile terminal for controlling a touch screen according to the embodiment in detail, where the mobile terminal is a mobile phone as an example.
Memory 901, the memory 901 being accessible by the CPU902, the peripheral interface 903, etc., the memory 901 may comprise high speed random access memory, and may also comprise non-volatile memory, such as one or more magnetic disk storage devices, flash memory devices, or other volatile solid state storage devices.
A peripheral interface 903, the peripheral interface 903 may connect input and output peripherals of the device to the CPU902 and the memory 901.
an I/O subsystem 909, which I/O subsystem 909 may connect input and output peripherals on the device, such as a touch screen 912 and other input/control devices 910, to the peripheral interface 903. The I/O subsystem 909 may include a display controller 9091 and one or more input controllers 9092 for controlling other input/control devices 910. Where one or more input controllers 9092 receive electrical signals from or send electrical signals to other input/control devices 910, the other input/control devices 910 may include physical buttons (push buttons, rocker buttons, etc.), dials, slide switches, joysticks, click wheels. It is worth noting that the input controller 9092 may be connected with any one of the following: a keyboard, an infrared port, a USB interface, and a pointing device such as a mouse.
a touch screen 912, which is an input interface and an output interface between the user terminal and the user, displays visual output to the user, which may include graphics, text, icons, video, and the like.
The display controller 9091 in the I/O subsystem 909 receives electrical signals from the touch screen 912 or transmits electrical signals to the touch screen 912. The touch screen 912 detects a contact on the touch screen, and the display controller 9091 converts the detected contact into an interaction with a user interface object displayed on the touch screen 912, that is, to implement a human-computer interaction, where the user interface object displayed on the touch screen 912 may be an icon for running a game, an icon networked to a corresponding network, or the like. It is worth mentioning that the device may also comprise a light mouse, which is a touch sensitive surface that does not show visual output, or an extension of the touch sensitive surface formed by the touch screen.
The RF circuit 905 is mainly used to establish communication between the mobile phone and the wireless network (i.e., network side), and implement data reception and transmission between the mobile phone and the wireless network. Such as sending and receiving short messages, e-mails, etc. In particular, RF circuitry 905 receives and transmits RF signals, also referred to as electromagnetic signals, through which RF circuitry 905 converts electrical signals to or from electromagnetic signals and communicates with a communication network and other devices. The RF circuitry 905 may include known circuitry for performing these functions including, but not limited to, an antenna system, an RF transceiver, one or more amplifiers, a tuner, one or more oscillators, a digital signal processor, a CODEC (CODEC) chipset, a Subscriber Identity Module (SIM), and so forth.
The audio circuit 906 is mainly used to receive audio data from the peripheral interface 903, convert the audio data into an electric signal, and transmit the electric signal to the speaker 911.
The speaker 911 is used to convert the voice signal received by the mobile phone from the wireless network through the RF circuit 905 into sound and play the sound to the user.
And the power management chip 908 is used for supplying power and managing power to the hardware connected with the CPU902, the I/O subsystem and the peripheral interfaces.
the touch screen control device of the mobile terminal and the mobile terminal provided in the above embodiments can execute the touch screen control method of the mobile terminal provided in any embodiment of the present invention, and have corresponding functional modules and beneficial effects for executing the method. Technical details that are not described in detail in the above embodiments may be referred to a touch screen control method of a mobile terminal provided in any embodiment of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (9)

1. A touch response method of a mobile terminal, comprising:
Detecting a display interface switching state of the mobile terminal;
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether a second touch operation aiming at an icon in the first display interface or the second display interface is received, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
if the second touch operation is received, controlling the touch screen to respond to the second touch operation so as to open an application program matched with the icon corresponding to the second touch operation;
if it is detected that the mobile terminal is in a process of switching from a first display interface to a second display interface under the action of a first touch operation, determining whether a second touch operation for an icon in the first display interface or the second display interface is received, including:
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset ratio threshold value or not;
and if the ratio is larger than the preset ratio threshold, judging whether a second touch operation is received.
2. the method according to claim 1, wherein if it is detected that the mobile terminal is in a process of switching from the first display interface to the second display interface under the action of the first touch operation, determining whether the second touch operation is received comprises:
If the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, determining whether the first touch operation acts in a preset false touch prevention area, wherein the preset false touch prevention area comprises an area with a preset shape and/or size at the edge of the touch screen;
and if the first touch operation is determined to act in the preset anti-false touch area, judging whether a second touch operation is received.
3. the method of claim 1, wherein controlling the touch screen to respond to the second touch operation if the second touch operation is received comprises:
if the second touch operation is received, determining a touch position of the second operation;
And when the touch position is located in a preset response area, controlling the touch screen to respond to the second touch operation.
4. The method according to claim 3, wherein the preset response area comprises at least one of an area outside a preset false touch prevention area, an area where the first display interface is located, and an area where the second display interface is located, wherein the preset false touch prevention area comprises an area with a preset shape and/or size located at the edge of the touch screen.
5. a touch-responsive device of a mobile terminal, comprising:
the switching state detection module is used for detecting the switching state of the display interface of the mobile terminal;
The mobile terminal comprises a touch operation judging module, a first display interface switching module and a second display interface switching module, wherein the touch operation judging module is used for judging whether a second touch operation aiming at an icon in the first display interface or the second display interface is received or not when the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, and the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
The response control module is used for controlling the touch screen to respond to the second touch operation when the second touch operation is received so as to open an application program matched with the icon corresponding to the second touch operation;
The touch operation judging module is specifically configured to:
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset ratio threshold value or not;
And if the ratio is larger than the preset ratio threshold, judging whether a second touch operation is received.
6. The apparatus according to claim 5, wherein the touch operation determining module is specifically configured to:
If the mobile terminal is detected to be in the process of switching from the first display interface to the second display interface under the action of the first touch operation, determining whether the first touch operation acts in a preset false touch prevention area, wherein the preset false touch prevention area comprises an area with a preset shape and/or size at the edge of the touch screen;
And if the first touch operation is determined to act in the preset anti-false touch area, judging whether a second touch operation is received.
7. The apparatus of claim 5, wherein the response control module is specifically configured to:
if the second touch operation is received, determining a touch position of the second operation;
And when the touch position is located in a preset response area, controlling the touch screen to respond to the second touch operation.
8. The device according to claim 7, wherein the preset response area comprises at least one of an area outside a preset false touch prevention area, an area where the first display interface is located, and an area where the second display interface is located, wherein the preset false touch prevention area comprises an area with a preset shape and/or size located at the edge of the touch screen.
9. a mobile terminal, comprising: the device comprises a shell, a processor, a memory, a circuit board and a power circuit;
The circuit board is arranged in a space enclosed by the shell;
The processor and the memory are disposed on the circuit board;
the power supply circuit is used for supplying power to each circuit or device of the mobile terminal;
The memory for storing executable program code;
The processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing:
Detecting a display interface switching state of the mobile terminal;
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether a second touch operation aiming at an icon in the first display interface or the second display interface is received, wherein the switching process comprises the step of simultaneously displaying partial content of the first display interface and partial content of the second display interface in a display area of a touch screen;
If the second touch operation is received, controlling the touch screen to respond to the second touch operation so as to open an application program matched with the icon corresponding to the second touch operation;
If it is detected that the mobile terminal is in a process of switching from a first display interface to a second display interface under the action of a first touch operation, determining whether a second touch operation for an icon in the first display interface or the second display interface is received, including:
If the mobile terminal is detected to be in the process of switching from a first display interface to a second display interface under the action of a first touch operation, judging whether the ratio of the current display area of the first display interface to the current display area of the second display interface is larger than a preset ratio threshold value or not;
And if the ratio is larger than the preset ratio threshold, judging whether a second touch operation is received.
CN201611174528.6A 2016-12-16 2016-12-16 Touch response method and device of mobile terminal and mobile terminal Active CN106598461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611174528.6A CN106598461B (en) 2016-12-16 2016-12-16 Touch response method and device of mobile terminal and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611174528.6A CN106598461B (en) 2016-12-16 2016-12-16 Touch response method and device of mobile terminal and mobile terminal

Publications (2)

Publication Number Publication Date
CN106598461A CN106598461A (en) 2017-04-26
CN106598461B true CN106598461B (en) 2019-12-06

Family

ID=58601403

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611174528.6A Active CN106598461B (en) 2016-12-16 2016-12-16 Touch response method and device of mobile terminal and mobile terminal

Country Status (1)

Country Link
CN (1) CN106598461B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678592B (en) * 2017-09-30 2020-05-26 联想(北京)有限公司 Touch control method, device and equipment
CN109743445B (en) * 2018-12-20 2020-07-17 惠州Tcl移动通信有限公司 Application icon adjusting method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571693A (en) * 2014-12-22 2015-04-29 联想(北京)有限公司 Information processing method and electronic equipment
CN104796552A (en) * 2015-04-23 2015-07-22 努比亚技术有限公司 Quick screen luminance adjustment method and quick screen luminance adjustment device
CN105094548A (en) * 2015-07-20 2015-11-25 联想(北京)有限公司 Information processing method and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102339208A (en) * 2010-07-14 2012-02-01 华硕电脑股份有限公司 Interface display adjustment method and touch display apparatus using the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571693A (en) * 2014-12-22 2015-04-29 联想(北京)有限公司 Information processing method and electronic equipment
CN104796552A (en) * 2015-04-23 2015-07-22 努比亚技术有限公司 Quick screen luminance adjustment method and quick screen luminance adjustment device
CN105094548A (en) * 2015-07-20 2015-11-25 联想(北京)有限公司 Information processing method and electronic equipment

Also Published As

Publication number Publication date
CN106598461A (en) 2017-04-26

Similar Documents

Publication Publication Date Title
US10969903B2 (en) Method, device and mobile terminal for preventing false-touch on touch screen
US10831314B2 (en) Method and electronic device for preventing touch button from being false triggered
EP3336679B1 (en) Method and terminal for preventing unintentional triggering of a touch key and storage medium
CN106775087B (en) Touch screen control method and device of mobile terminal and mobile terminal
WO2018107897A1 (en) Touch screen control method and device, mobile terminal, and storage medium
WO2018107898A1 (en) Method and device for preventing false triggering of touch button, terminal and storage medium
CN107340910B (en) Touch key response method and device, storage medium and electronic equipment
WO2018107849A1 (en) Method for controlling touch operation on mobile terminal, and related product
EP3336677B1 (en) Method and apparatus for controlling touch screen of terminal, and terminal
CN106681635B (en) Split screen false touch prevention method and device and mobile terminal
WO2018107901A1 (en) Control method and device for touch screen of mobile terminal, mobile terminal, and storage medium
EP3617861A1 (en) Method of displaying graphic user interface and electronic device
CN107357458B (en) Touch key response method and device, storage medium and mobile terminal
WO2018107902A1 (en) Control method and device for touch screen of mobile terminal, mobile terminal, and storage medium
CN107450801B (en) Screen display control method and device, storage medium and mobile terminal
CN106909250B (en) Touch operation processing method and device and mobile terminal
CN103002148A (en) Music switching method based on mobile terminal in screen extinguishment mode and mobile terminal
EP3584710B1 (en) Method and apparatus for controlling display of mobile terminal, and storage medium
CN108920070B (en) Screen splitting method and device based on special-shaped display screen, storage medium and mobile terminal
CN106502470A (en) Prevent method, device and the terminal of touch key-press false triggering
CN106708409B (en) A kind of response method of popup menu, device and mobile terminal
CN107105090A (en) A kind of control method, device and the mobile terminal of suspension button
CN106598461B (en) Touch response method and device of mobile terminal and mobile terminal
CN109144386B (en) Touch screen control method and device, storage medium, mobile terminal and terminal accessory
CN106708410A (en) Method and device for preventing spurious triggering of touch keys and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant after: OPPO Guangdong Mobile Communications Co., Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant before: Guangdong Opel Mobile Communications Co., Ltd.

GR01 Patent grant
GR01 Patent grant