CN107329604B - Mobile terminal control method and device - Google Patents

Mobile terminal control method and device Download PDF

Info

Publication number
CN107329604B
CN107329604B CN201610285507.5A CN201610285507A CN107329604B CN 107329604 B CN107329604 B CN 107329604B CN 201610285507 A CN201610285507 A CN 201610285507A CN 107329604 B CN107329604 B CN 107329604B
Authority
CN
China
Prior art keywords
acceleration
touch operation
edge touch
detected
mobile terminal
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
CN201610285507.5A
Other languages
Chinese (zh)
Other versions
CN107329604A (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.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co 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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201610285507.5A priority Critical patent/CN107329604B/en
Publication of CN107329604A publication Critical patent/CN107329604A/en
Application granted granted Critical
Publication of CN107329604B publication Critical patent/CN107329604B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • G06F3/0418Control or interface arrangements specially adapted for digitisers for error correction or compensation, e.g. based on parallax, calibration or alignment
    • 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

Abstract

The disclosure relates to a mobile terminal control method and a device, belonging to the technical field of terminals, wherein the method comprises the following steps: acquiring a touch signal through a touch sensor in the mobile terminal; when the signal intensity of the acquired touch signal is greater than a signal intensity threshold, judging whether edge touch operation is detected or not through an acceleration sensor in the mobile terminal; and when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation. In the disclosure, the mobile terminal may collect the touch signal through the touch sensor, and when the signal intensity of the touch signal is greater than the signal intensity threshold, judge whether the edge touch operation is detected through the acceleration sensor, and when the edge touch operation is detected, control the mobile terminal, thereby reducing the occurrence of the false touch operation, and simultaneously improving the response sensitivity of the edge touch operation, thereby improving the operation efficiency of the mobile terminal.

Description

Mobile terminal control method and device
Technical Field
The present disclosure relates to the field of terminal technologies, and in particular, to a mobile terminal control method and apparatus.
Background
With the development of terminal technology, the screen size of the mobile terminal is larger and larger. Although the large screen can provide a wider operation space and a wider screen view for a user, the single-handed operability of the user on the mobile terminal is lower and lower, and therefore, the edge touch gradually appears in the view of people, that is, the user can control the mobile terminal in the edge touch manner.
Currently, a touch screen of a mobile terminal may be divided into a visible area and a non-visible area, as shown in fig. 1. The non-visual area can be divided into an edge touch area and a non-touch area, the edge touch area is located on the left side and the right side of the visual area, and the non-touch area is located on the upper side and the lower side of the visual area. In order to implement edge touch, a plurality of touch sensors are usually disposed in an edge touch area of a mobile terminal, when the mobile terminal detects a touch operation, a touch signal generated by the touch operation is collected by the touch sensor at a position of a touch point of the touch operation, and the mobile terminal is controlled by the collected touch signal.
Disclosure of Invention
In order to overcome the problems in the related art, the present disclosure provides a mobile terminal control method and apparatus.
According to a first aspect of the embodiments of the present disclosure, there is provided a mobile terminal control method, the method including:
acquiring a touch signal through a touch sensor in the mobile terminal;
when the signal intensity of the acquired touch signal is greater than a signal intensity threshold, judging whether edge touch operation is detected or not through an acceleration sensor in the mobile terminal;
and when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the determining, by an acceleration sensor in the mobile terminal, whether an edge touch operation is detected includes:
determining acceleration information through the acceleration sensor, wherein the acceleration information comprises at least one of the sensed acceleration direction, the sensed acceleration magnitude and the sensed acceleration duration;
and judging whether the edge touch operation is detected or not based on the acceleration information.
With reference to the first possible implementation manner of the first aspect, in a second possible implementation manner of the first aspect, the determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration direction, comparing the acceleration direction with a specified direction, wherein the specified direction is the acceleration direction generated by edge touch operation acting on the mobile terminal;
when the acceleration direction is consistent with the designated direction, determining that edge touch operation is detected;
when the acceleration direction is inconsistent with the designated direction, determining that no edge touch operation is detected.
With reference to the first possible implementation manner of the first aspect, in a third possible implementation manner of the first aspect, the determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration magnitude, comparing the maximum acceleration in the acceleration magnitude with an acceleration threshold;
determining that an edge touch operation is detected when the maximum acceleration is greater than or equal to the acceleration threshold;
when the maximum acceleration is less than the acceleration threshold, determining that no edge touch operation is detected.
With reference to the first possible implementation manner of the first aspect, in a fourth possible implementation manner of the first aspect, the determining whether an edge touch operation is detected based on the acceleration information includes:
comparing the acceleration duration to the time threshold when the acceleration information includes the acceleration duration;
when the acceleration duration is greater than or equal to the time threshold, determining that edge touch operation is detected;
and when the acceleration duration is smaller than the time threshold, determining that no edge touch operation is detected.
With reference to the first possible implementation manner of the first aspect, in a fifth possible implementation manner of the first aspect, the determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration magnitude and the acceleration duration, comparing the maximum acceleration in the acceleration magnitude with the maximum standard acceleration, comparing the minimum acceleration in the acceleration magnitude with the minimum standard acceleration, and comparing the acceleration duration with a time threshold;
when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, determining that the edge touch operation is detected, otherwise, determining that the edge touch operation is not detected.
According to a second aspect of the embodiments of the present disclosure, there is provided a mobile terminal control apparatus, the apparatus including:
the acquisition module is used for acquiring a touch signal through a touch sensor in the mobile terminal;
the judging module is used for judging whether edge touch operation is detected or not through an acceleration sensor in the mobile terminal when the signal intensity of the acquired touch signal is greater than a signal intensity threshold value;
and the control module is used for controlling the mobile terminal based on the edge touch operation when the edge touch operation is determined to be detected.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the determining module includes:
the determining unit is used for determining acceleration information through the acceleration sensor, wherein the acceleration information comprises at least one of the sensed acceleration direction, the sensed acceleration magnitude and the sensed acceleration duration;
and the judging unit is used for judging whether the edge touch operation is detected or not based on the acceleration information.
With reference to the first possible implementation manner of the second aspect, in a second possible implementation manner of the second aspect, the determining unit includes:
the first comparison subunit is configured to, when the acceleration information includes the acceleration direction, compare the acceleration direction with a specified direction, where the specified direction is an acceleration direction generated by an edge touch operation acting on the mobile terminal;
the first determining subunit is used for determining that the edge touch operation is detected when the acceleration direction is consistent with the specified direction;
and the second determining subunit is used for determining that no edge touch operation is detected when the acceleration direction is inconsistent with the specified direction.
With reference to the first possible implementation manner of the second aspect, in a third possible implementation manner of the second aspect, the determining unit includes:
the second comparison subunit is used for comparing the maximum acceleration in the acceleration magnitudes with an acceleration threshold when the acceleration information comprises the acceleration magnitudes;
a third determining subunit, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the acceleration threshold;
a fourth determining subunit, configured to determine that no edge touch operation is detected when the maximum acceleration is smaller than the acceleration threshold.
With reference to the first possible implementation manner of the second aspect, in a fourth possible implementation manner of the second aspect, the determining unit includes:
a third comparing unit configured to compare the acceleration duration with the time threshold when the acceleration information includes the acceleration duration;
a fifth determining subunit, configured to determine that an edge touch operation is detected when the acceleration duration is greater than or equal to the time threshold;
a sixth determining subunit, configured to determine that no edge touch operation is detected when the acceleration duration is smaller than the time threshold.
With reference to the first possible implementation manner of the second aspect, in a fifth possible implementation manner of the second aspect, the determining unit includes:
the fourth comparison subunit is configured to, when the acceleration information includes the acceleration magnitude and the acceleration duration, compare a maximum acceleration in the acceleration magnitudes with a maximum standard acceleration, compare a minimum acceleration in the acceleration magnitudes with a minimum standard acceleration, and compare the acceleration duration with a time threshold;
a seventh determining subunit, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, otherwise, determine that an edge touch operation is not detected.
According to a third aspect of the embodiments of the present disclosure, there is provided a mobile terminal control apparatus, the apparatus including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring a touch signal through a touch sensor in the mobile terminal;
when the signal intensity of the acquired touch signal is greater than a signal intensity threshold, judging whether edge touch operation is detected or not through an acceleration sensor in the mobile terminal;
and when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: in the embodiment of the disclosure, the mobile terminal may acquire the touch signal through the touch sensor, and when the signal intensity of the touch signal is greater than the signal intensity threshold, judge whether the edge touch operation is detected through the acceleration sensor, and control the mobile terminal when the edge touch operation is detected, thereby reducing the occurrence of the false touch operation, and simultaneously improving the response sensitivity of the edge touch operation, thereby improving the operation efficiency of the mobile terminal.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a schematic diagram illustrating a touch screen of a first mobile terminal according to an exemplary embodiment.
Fig. 2 is a flowchart illustrating a mobile terminal control method according to an exemplary embodiment.
Fig. 3 is a flowchart illustrating another mobile terminal control method according to an exemplary embodiment.
Fig. 4 is a block diagram illustrating a structure of a mobile terminal control apparatus according to an exemplary embodiment.
Fig. 5 is a block diagram illustrating a structure of a determination module according to an exemplary embodiment.
Fig. 6 is a block diagram illustrating a structure of another mobile terminal control apparatus according to an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
Before explaining the embodiments of the present disclosure in detail, an application scenario of the embodiments of the present disclosure will be described. At present, the size of a screen of a mobile terminal is getting larger, and when the large screen of the mobile terminal brings a wider operation space and a wider screen view to a user, the single-handed operability of the user on the mobile terminal is also reduced. In order to solve the problem, an edge touch function is gradually added to the mobile terminal. The touch control signal for edge touch control is acquired through a touch control sensor arranged in an edge touch control area of the mobile terminal, so that the mobile terminal can be controlled through the acquired touch control signal. However, when the user holds the mobile terminal, the touch sensor disposed in the edge touch area may also collect the touch signal, and the mobile terminal cannot distinguish whether the collected touch signal is triggered by a touch operation performed in the edge touch area or by a false touch operation caused when the user holds the mobile terminal and touches the edge touch area.
Fig. 2 is a flowchart illustrating a mobile terminal control method according to an exemplary embodiment, which is used in a terminal, as shown in fig. 2, and includes the following steps.
In step 201: and acquiring a touch signal through a touch sensor in the mobile terminal.
In step 202, when the signal intensity of the collected touch signal is greater than the signal intensity threshold, it is determined whether an edge touch operation is detected by an acceleration sensor in the mobile terminal.
In step 203, when it is determined that the edge touch operation is detected, the mobile terminal is controlled based on the edge touch operation.
In the embodiment of the disclosure, the mobile terminal may acquire the touch signal through the touch sensor, and when the signal intensity of the touch signal is greater than the signal intensity threshold, judge whether the edge touch operation is detected through the acceleration sensor, and control the mobile terminal when the edge touch operation is detected, thereby reducing the occurrence of the false touch operation, and simultaneously improving the response sensitivity of the edge touch operation, thereby improving the operation efficiency of the mobile terminal.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected by an acceleration sensor in the mobile terminal includes:
determining acceleration information through the acceleration sensor, wherein the acceleration information comprises at least one of the sensed acceleration direction, the sensed acceleration magnitude and the sensed acceleration duration;
and judging whether the edge touch operation is detected or not based on the acceleration information.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration direction, comparing the acceleration direction with a specified direction, wherein the specified direction is the acceleration direction generated by edge touch operation acting on the mobile terminal;
when the acceleration direction is consistent with the designated direction, determining that edge touch operation is detected;
and when the acceleration direction is inconsistent with the specified direction, determining that the edge touch operation is not detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration magnitude, comparing the maximum acceleration in the acceleration magnitude with an acceleration threshold;
when the maximum acceleration is greater than or equal to the acceleration threshold, determining that edge touch operation is detected;
when the maximum acceleration is less than the acceleration threshold, it is determined that no edge touch operation is detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
comparing the acceleration duration to the time threshold when the acceleration information includes the acceleration duration;
when the acceleration duration is greater than or equal to the time threshold, determining that edge touch operation is detected;
and when the acceleration duration is smaller than the time threshold, determining that the edge touch operation is not detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration size and the acceleration duration, comparing the maximum acceleration with the maximum standard acceleration, comparing the minimum acceleration with the minimum standard acceleration, and comparing the acceleration duration with a time threshold;
and when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration and the acceleration duration is greater than or equal to the time threshold, determining that the edge touch operation is detected, otherwise, determining that the touch operation is false touch operation.
All the above optional technical solutions can be combined arbitrarily to form optional embodiments of the present disclosure, and the embodiments of the present disclosure are not described in detail again.
Fig. 3 is a flowchart illustrating a mobile terminal control method according to an exemplary embodiment, which includes the following steps, as shown in fig. 3.
In step 301, the mobile terminal acquires a touch signal through a touch sensor in the mobile terminal.
In the embodiment of the present disclosure, the mobile terminal may acquire the touch signal through the touch sensor in the mobile terminal when the edge operation is detected, and certainly, in practical applications, the mobile terminal may also acquire the touch signal through the touch sensor in the mobile terminal periodically or in real time.
It should be noted that, reference may be made to related technologies for the operation of the mobile terminal acquiring the touch signal through the touch sensor, and this is not specifically limited in the embodiments of the present disclosure.
In step 302, when the signal strength of the touch signal acquired by the mobile terminal is greater than a signal strength threshold, determining acceleration information by the acceleration sensor, where the acceleration information includes at least one of an induced acceleration direction, an acceleration magnitude, and an acceleration duration.
When the mobile terminal detects the acceleration information signal through the acceleration sensor, it can be determined that an external force acts on the mobile terminal, that is, the acceleration information is generated by the acting force acting on the mobile terminal.
It should be noted that the signal strength threshold is used to determine whether the signal strength of the touch signal acquired by the mobile terminal meets the requirement of triggering edge touch, and the signal strength threshold may be set in advance, for example, the signal strength threshold may be 4db, 5db, and the like, which is not limited in this embodiment of the disclosure.
It should be further noted that the edge touch operation is used to trigger an edge touch function, and the edge touch operation may be a single-click operation, a double-click operation, a sliding operation, and the like, which is not specifically limited in this disclosure.
In addition, in the embodiment of the present disclosure, not only at least one of the acceleration direction, the acceleration magnitude, and the acceleration duration sensed by the acceleration sensor may be used, but also sensing may be performed by other elements, which is not specifically limited in the embodiment of the present disclosure.
For example, when the mobile terminal determines the acceleration duration, if the mobile terminal senses that the acceleration changes, the mobile terminal may start timing through a timer until the acceleration stops changing, so as to obtain the acceleration duration.
When the acceleration sensor detects the magnitude of the acceleration, a coordinate system can be established by taking any point in the acceleration sensor as an origin, and when the mobile terminal does not receive any operation and is static, the acceleration sensor detects that the acceleration of each coordinate axis is 0; when the mobile terminal is acted by an external force in a certain direction, the acceleration sensor can detect the acceleration generated when the external force acts on the mobile terminal from the coordinate axis.
When the edge touch operation is performed on the mobile terminal, the edge touch operation on the side frame may generate an acceleration in a horizontal axis direction of the mobile terminal, and the edge touch operation on the touch screen may generate an acceleration in a thickness direction of the mobile terminal.
In addition, the established coordinate system may be any type of coordinate system, such as a spatial rectangular coordinate system, a planar rectangular coordinate system, and the like, which is not particularly limited in the embodiments of the present disclosure.
It should be further noted that, reference may be made to related technologies for the operation of the mobile terminal to detect the acceleration on the coordinate axis through the acceleration sensor, and details of this are not repeated in the embodiments of the present disclosure.
In addition, when the direction of the touch screen of the mobile terminal changes, the positive direction of the coordinate system may or may not change with the change of the direction of the touch screen, which is not specifically limited in the embodiments of the present disclosure.
In order to enable the positive direction of the coordinate system to change with the change of the direction of the touch screen, the positive direction of the coordinate system may be corrected by a gyroscope in the mobile terminal, and may of course be corrected by other manners, which is not specifically limited in the embodiment of the present disclosure.
It should be noted that, the operation of the mobile terminal correcting the positive direction of the coordinate system through the gyroscope may refer to a related operation, which is not specifically limited in this embodiment of the disclosure.
In step 303, the mobile terminal determines whether an edge touch operation is detected based on the acceleration information.
Since the acceleration sensor in the mobile terminal detects acceleration information both by normally holding the mobile terminal and by normally performing the edge touch operation, but the acceleration information generated by normally holding the mobile terminal is different from the acceleration information generated by normally performing the edge touch operation, when the acceleration sensor detects the acceleration information, it can be determined whether the edge touch operation is detected based on the acceleration information.
The mobile terminal determines whether the operation of the edge touch operation is detected based on the acceleration information, and the method may include the following four modes.
The first mode is that when the acceleration information comprises the acceleration direction, the acceleration direction is compared with a specified direction, and the specified direction is the acceleration direction generated by the edge touch operation acting on the mobile terminal; when the acceleration direction is consistent with the designated direction, determining that edge touch operation is detected; and when the acceleration direction is inconsistent with the specified direction, determining that the edge touch operation is not detected.
The designated direction is a preset direction, and the designated direction is a direction in which an acting force of the edge touch operation is generated when the edge touch operation is generally performed. For example, the direction of the force generated by the edge touch operation is generally parallel to the width of the mobile terminal when the edge touch operation is performed.
When the included angle between the acceleration direction and the designated direction is smaller than the angle threshold, the mobile terminal may default that the acceleration direction is consistent with the designated direction, and the included angle between the acceleration direction and the designated direction is an acute angle.
It should be noted that the included angle threshold may be set in advance, for example, the included angle threshold may be 1 degree, 2 degrees, and the like, which is not specifically limited in this disclosure.
In another embodiment of the present disclosure, when the acceleration information includes the acceleration direction, the number of the acceleration directions may be determined, and when the number of the acceleration directions is equal to a specified value, it is determined that the edge touch operation is detected; and when the acceleration direction is not equal to the specified value, determining that the edge touch operation is not detected.
The designated value is preset, and the designated value is the number of the directions of the acting force for generating the edge touch operation when the edge touch operation is generally performed. For example, the number of directions of the force generating the edge touch operation when the edge touch operation is performed is generally 1.
It should be noted that, in the embodiment of the present disclosure, when determining whether the edge touch operation is detected by the first method, the mobile terminal only needs to detect the acceleration direction, and only needs to perform one determination to determine whether the edge touch operation is detected, so that not only is the possibility of the occurrence of the false touch operation reduced, but also the operation load of the mobile terminal is reduced, and the operation efficiency of the mobile terminal is improved.
In a second mode, when the acceleration information includes an acceleration magnitude, the mobile terminal compares a maximum acceleration in the acceleration magnitude with an acceleration threshold; when the maximum acceleration is greater than or equal to the acceleration threshold, determining that edge touch operation is detected; when the maximum acceleration is less than the acceleration threshold, it is determined that no edge touch operation is detected.
It should be noted that the acceleration threshold is used to determine whether the maximum acceleration of the acceleration reaches the requirement of triggering the edge touch, and the acceleration threshold may be set in advance, for example, the acceleration threshold may be 5m/s2、6m/s2And the embodiments of the present disclosure are not particularly limited thereto.
For example, when the maximum acceleration is 8m/s2Acceleration threshold of 5m/s2The maximum acceleration is set to 8m/s2With the acceleration threshold value of 5m/s2The maximum acceleration is 8m/s for comparison2Greater than the acceleration threshold by 5m/s2Accordingly, it is determined that the edge touch operation is detected. When the maximum acceleration of the acceleration is 4m/s2Acceleration threshold of 5m/s2The maximum acceleration is set to be 4m/s2With the acceleration threshold value of 5m/s2The maximum acceleration is 4m/s for comparison2Less than the acceleration threshold by 5m/s2Accordingly, it is determined that the edge touch operation is not detected.
Further, before the mobile terminal compares the maximum acceleration of the acceleration magnitudes with an acceleration threshold, the mobile terminal may also compare each of the accelerations of the acceleration magnitudes with each other to determine the maximum acceleration.
It should be noted that the mobile terminal may determine the maximum acceleration in the acceleration magnitudes in the above manner, or may determine the maximum acceleration in other manners, which is not specifically limited in this embodiment of the disclosure.
It should be further noted that, when determining whether the edge touch operation is detected by the second method, the mobile terminal only needs to detect the acceleration and only needs to perform one determination to determine whether the edge touch operation is detected, so that the possibility of occurrence of a false touch operation is reduced, the operation load of the mobile terminal is reduced, and the operation efficiency of the mobile terminal is improved.
In a third mode, when the acceleration information includes the acceleration duration, the mobile terminal compares the acceleration duration with the time threshold; when the acceleration duration is greater than or equal to the time threshold, determining that edge touch operation is detected; and when the acceleration duration is smaller than the time threshold, determining that the edge touch operation is not detected.
It should be noted that the time threshold is used to determine whether the acceleration duration meets the requirement of triggering the edge touch, and the time threshold may be set in advance, for example, the time threshold may be 3s, 4s, and the like, which is not specifically limited in this embodiment of the disclosure.
For example, when the acceleration duration is 5s and the time threshold is 4s, the acceleration duration 5s is compared with the time threshold 4s, and the acceleration duration 5s is greater than the time threshold 4s, so that it is determined that the edge touch operation is detected. When the acceleration duration 3s is 4s, comparing the acceleration duration 3s with the time threshold 4s, and determining that no edge touch operation is detected because the acceleration duration 3s is less than the time threshold 4 s.
It should be noted that, in the embodiment of the present disclosure, when determining whether the edge touch operation is detected through the third manner, the mobile terminal only needs to detect the duration of the acceleration, and only needs to perform one determination to determine whether the edge touch operation is detected, so that not only is the possibility of the occurrence of the false touch operation reduced, but also the operation load of the mobile terminal is reduced, and the operation efficiency of the mobile terminal is improved.
A fourth mode, when the acceleration information includes the acceleration magnitude and the acceleration duration, comparing the maximum acceleration of the acceleration magnitudes with a maximum standard acceleration, comparing the minimum acceleration of the acceleration magnitudes with a minimum standard acceleration, and comparing the acceleration duration with a time threshold; when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, determining that the edge touch operation is detected, otherwise, determining that the edge touch operation is not detected.
When any condition that the maximum acceleration is smaller than the maximum standard acceleration, or the minimum acceleration is larger than the minimum standard acceleration, or the acceleration duration is smaller than the time threshold is met, it is determined that edge touch is not detected.
It should be noted that the maximum standard acceleration is used to determine whether the maximum acceleration of the acceleration reaches the requirement of triggering the edge touch, and the maximum standard acceleration may be set in advance, for example, the maximum standard acceleration may be 5m/s2、6m/s2And the embodiments of the present disclosure are not particularly limited thereto. Similarly, the minimum standard acceleration is used to determine whether the minimum acceleration of the acceleration meets the requirement of triggering edge touch, and the minimum standard acceleration may also be set in advance, for example, the minimum standard acceleration may be 1m/s2、2m/s2And the like, which are not specifically limited by the embodiments of the present disclosure.
For example, when the maximum acceleration is 8m/s2Minimum acceleration of 3m/s2The acceleration duration is 5s, and the maximum standard acceleration is 5m/s2The minimum standard acceleration is 2m/s2And when the time threshold value is 4s, the maximum acceleration is 8m/s2With the maximum standard acceleration of 5m/s2The minimum acceleration is 3m/s2With the minimum standard acceleration of 2m/s2Comparing the acceleration duration 5s with the time 4s, the maximum acceleration 8m/s2Greater than the maximum standard acceleration by 5m/s2The minimum acceleration is 3m/s2Greater than the minimum standard acceleration by 2m/s2The acceleration duration 5s is greater than the time threshold 4s, and therefore it is determined that the edge touch operation is detected. When the maximum acceleration of the acceleration is 4m/s2Minimum acceleration of 3m/s2Acceleration duration of 5s, maximum standardAcceleration of 5m/s2The minimum standard acceleration is 2m/s2And when the time threshold is 4s, the maximum acceleration is 4m/s2With the maximum standard acceleration of 5m/s2The minimum acceleration is 3m/s2With the minimum standard acceleration of 2m/s2Comparing the acceleration duration 5s with the time 4s, the maximum acceleration 4m/s2Less than 5m/s of the maximum standard acceleration2The minimum acceleration is 3m/s2Greater than the minimum standard acceleration by 2m/s2The acceleration duration 5s is greater than the time threshold 4s, and therefore it is determined that no edge touch operation is detected.
In this disclosure, the mobile terminal may draw a curve based on the acceleration and the acceleration duration, compare the curve with a standard curve, determine whether a range covered by the curve includes a range covered by the standard curve, determine that the edge touch operation is detected when the range covered by the curve includes the range covered by the standard curve, and otherwise determine that the edge touch operation is not detected.
The standard curve is a curve set in advance, the maximum acceleration in the standard curve is the maximum standard acceleration, the minimum acceleration in the standard curve is the minimum standard acceleration, and the acceleration duration of the standard curve is the time threshold.
It should be noted that, in the embodiment of the present disclosure, when determining whether the edge touch operation is detected in the fourth manner, the mobile terminal performs comprehensive determination through 2 aspects of the acceleration magnitude and the acceleration duration, so as to increase the determination accuracy, and the mobile terminal can accurately determine whether the edge touch operation is detected, thereby reducing the occurrence of a false touch operation, and simultaneously improving the response sensitivity of the edge touch operation, thereby improving the operation efficiency of the mobile terminal.
It should be further noted that, in the embodiment of the present disclosure, the mobile terminal may determine whether the edge touch operation is detected through the four manners, and may also determine through other manners, which is not specifically limited in this embodiment of the present disclosure.
In step 304, when the edge touch operation is detected, the mobile terminal controls the mobile terminal based on the edge touch operation.
When the edge touch operation is detected, the mobile terminal can determine the position of a touch point of the edge touch operation, and control the mobile terminal based on a function corresponding to the position of the touch point.
It should be noted that, for the operation of determining the position of the touch point of the edge touch operation by the mobile terminal, reference may be made to related technologies, which is not described in detail in this disclosure.
In the embodiment of the disclosure, the mobile terminal may determine acceleration information generated by an acting force acting on the touch screen, determine whether an edge touch operation is detected according to any one of an acceleration direction, an acceleration magnitude and an acceleration duration included in the acceleration information, and control the mobile terminal when the edge touch operation is detected. When the mobile terminal judges whether the edge touch operation is detected according to any one of the acceleration direction, the acceleration magnitude or the acceleration duration, the mobile terminal can determine whether the edge touch operation is detected only by once judgment, so that the operation burden of the mobile terminal is reduced. When the mobile terminal judges whether the edge touch operation is detected or not through the acceleration and the acceleration duration, the judgment accuracy is improved, so that whether the edge touch operation is detected or not can be accurately judged, the occurrence of false touch operation is reduced, meanwhile, the response sensitivity of the edge touch is improved, and the operation efficiency of the mobile terminal is improved.
Fig. 4 is a block diagram illustrating a structure of a mobile terminal control apparatus according to an exemplary embodiment. Referring to fig. 4, the apparatus includes: an acquisition module 401, a judgment module 402 and a control module 403.
The acquisition module 401 is configured to acquire a touch signal through a touch sensor in the mobile terminal;
a determining module 402, configured to determine whether an edge touch operation is detected by using an acceleration sensor in the mobile terminal when the signal intensity of the acquired touch signal is greater than a signal intensity threshold;
the control module 403 is configured to, when an edge touch operation is detected, control the mobile terminal based on the edge touch operation.
In another embodiment of the present disclosure, referring to fig. 5, the determining module 402 includes:
a determining unit 4201, configured to determine, by the acceleration sensor, acceleration information, where the acceleration information includes at least one of a sensed acceleration direction, an acceleration magnitude, and an acceleration duration;
the determining unit 4022 is configured to determine whether an edge touch operation is detected based on the acceleration information.
In another embodiment of the present disclosure, the determining unit 4022 includes:
a first comparing subunit 40221, configured to compare the acceleration direction with a specified direction when the acceleration information includes the acceleration direction, where the specified direction is an acceleration direction generated by an edge touch operation applied to the mobile terminal;
a first determining subunit 40222, configured to determine that an edge touch operation is detected when the acceleration direction is consistent with the specified direction;
the second determining subunit 40223 is configured to determine that an edge touch operation is not detected when the acceleration direction is inconsistent with the specified direction.
In another embodiment of the present disclosure, the determining unit 4022 includes:
a second comparing subunit 40224, configured to compare a maximum acceleration of the acceleration magnitudes with an acceleration threshold when the acceleration information includes the acceleration magnitude;
a third determining subunit 40225, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the acceleration threshold;
a fourth determining subunit 40226, configured to determine that an edge touch operation is not detected when the maximum acceleration is smaller than the acceleration threshold.
In another embodiment of the present disclosure, the determining unit 4022 includes:
a third comparing subunit 40227, configured to compare the acceleration duration with the time threshold when the acceleration information includes the acceleration duration;
a fifth determining subunit 40228, configured to determine that an edge touch operation is detected when the acceleration duration is greater than or equal to the time threshold;
a sixth determining subunit 40229, configured to determine that an edge touch operation is not detected when the acceleration duration is less than the time threshold.
In another embodiment of the present disclosure, the determining unit 4022 includes:
a fourth comparing subunit 402210, configured to, when the acceleration information includes the acceleration magnitude and the acceleration duration, compare a maximum acceleration of the acceleration magnitudes with a maximum standard acceleration, compare a minimum acceleration of the acceleration magnitudes with a minimum standard acceleration, and compare the acceleration duration with a time threshold;
a seventh determining unit 402211, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, otherwise, determine that an edge touch operation is not detected.
In the embodiment of the disclosure, the mobile terminal may determine acceleration information generated by an acting force acting on the touch screen, determine whether an edge touch operation is detected according to at least one of an acceleration direction, an acceleration magnitude and an acceleration duration included in the acceleration information, and control the mobile terminal when the edge touch operation is detected. When the mobile terminal judges whether the edge touch operation is detected according to any one of the acceleration or the acceleration duration, the mobile terminal can determine whether the edge touch operation is detected only by once judgment, so that the operation burden of the mobile terminal is reduced. When the mobile terminal judges whether the edge touch operation is detected or not through the acceleration and the acceleration duration, the judgment accuracy is improved, so that whether the edge touch operation is detected or not can be accurately judged, the occurrence of false touch operation is reduced, meanwhile, the response sensitivity of the edge touch is improved, and the operation efficiency of the mobile terminal is improved.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 6 is a block diagram illustrating a mobile terminal control apparatus 600 according to an example embodiment. For example, the apparatus 600 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 6, apparatus 600 may include one or more of the following components: processing component 602, memory 604, power component 606, multimedia component 608, audio component 610, input/output (I/O) interface 612, sensor component 614, and communication component 616.
The processing component 602 generally controls overall operation of the device 600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 602 may include one or more processors 620 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 602 can include one or more modules that facilitate interaction between the processing component 602 and other components. For example, the processing component 602 can include a multimedia module to facilitate interaction between the multimedia component 608 and the processing component 602.
The memory 604 is configured to store various types of data to support operations at the apparatus 600. Examples of such data include instructions for any application or method operating on device 600, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 604 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Power supply component 606 provides power to the various components of device 600. The power components 606 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power supplies for the apparatus 600.
The multimedia component 608 includes a screen that provides an output interface between the device 600 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 608 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 600 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 610 is configured to output and/or input audio signals. For example, audio component 610 includes a Microphone (MIC) configured to receive external audio signals when apparatus 600 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 604 or transmitted via the communication component 616. In some embodiments, audio component 610 further includes a speaker for outputting audio signals.
The I/O interface 612 provides an interface between the processing component 602 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 614 includes one or more sensors for providing status assessment of various aspects of the apparatus 600. For example, the sensor component 614 may detect an open/closed state of the device 600, the relative positioning of components, such as a display and keypad of the device 600, the sensor component 614 may also detect a change in position of the device 600 or a component of the device 600, the presence or absence of user contact with the device 600, orientation or acceleration/deceleration of the device 600, and a change in temperature of the device 600. The sensor assembly 614 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 614 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 614 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 616 is configured to facilitate communications between the apparatus 600 and other devices in a wired or wireless manner. The apparatus 600 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 616 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 616 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 600 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 604 comprising instructions, executable by the processor 620 of the apparatus 600 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer readable storage medium having instructions therein, which when executed by a processor of a mobile terminal, enable the mobile terminal to perform a mobile terminal control method, the method comprising:
and acquiring a touch signal through a touch sensor in the mobile terminal.
And when the signal intensity of the acquired touch signal is greater than a signal intensity threshold value, judging whether the edge touch operation is detected or not through an acceleration sensor in the mobile terminal.
And when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected by an acceleration sensor in the mobile terminal includes:
determining acceleration information through the acceleration sensor, wherein the acceleration information comprises at least one of the sensed acceleration direction, the sensed acceleration magnitude and the sensed acceleration duration;
and judging whether the edge touch operation is detected or not based on the acceleration information.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration direction, comparing the acceleration direction with a specified direction, wherein the specified direction is the acceleration direction generated by edge touch operation acting on the mobile terminal;
when the acceleration direction is consistent with the designated direction, determining that edge touch operation is detected;
when the acceleration direction is inconsistent with the designated direction, determining that no edge touch operation is detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration magnitude, comparing the maximum acceleration in the acceleration magnitude with an acceleration threshold;
when the maximum acceleration is greater than or equal to the acceleration threshold, determining that edge touch operation is detected;
when the maximum acceleration is less than the acceleration threshold, it is determined that no edge touch operation is detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
comparing the acceleration duration to the time threshold when the acceleration information includes the acceleration duration;
when the acceleration duration is greater than or equal to the time threshold, determining that edge touch operation is detected;
and when the acceleration duration is smaller than the time threshold, determining that the edge touch operation is not detected.
In another embodiment of the present disclosure, determining whether an edge touch operation is detected based on the acceleration information includes:
when the acceleration information comprises the acceleration size and the acceleration duration, comparing the maximum acceleration with the maximum standard acceleration, comparing the minimum acceleration with the minimum standard acceleration, and comparing the acceleration duration with a time threshold;
when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is less than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, determining that the edge touch operation is detected, otherwise, determining that the edge touch operation is not detected.
In the embodiment of the disclosure, the mobile terminal may acquire the touch signal through the touch sensor, and when the signal intensity of the touch signal is greater than the signal intensity threshold, judge whether the edge touch operation is detected through the acceleration sensor, and control the mobile terminal when the edge touch operation is detected, thereby reducing the occurrence of the false touch operation, and simultaneously improving the response sensitivity of the edge touch operation, thereby improving the operation efficiency of the mobile terminal.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (11)

1. A mobile terminal control method, characterized in that the method comprises:
acquiring a touch signal through a touch sensor in the mobile terminal;
when the signal intensity of the acquired touch signal is greater than a signal intensity threshold, determining acceleration information through an acceleration sensor in the mobile terminal, wherein the acceleration information comprises at least one of an induced acceleration direction, an induced acceleration magnitude and an induced acceleration duration, and the signal intensity threshold is used for judging whether the signal intensity meets the requirement of triggering edge touch;
judging whether edge touch operation is detected or not based on the acceleration information;
and when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation.
2. The method of claim 1, wherein the determining whether an edge touch operation is detected based on the acceleration information comprises:
when the acceleration information comprises the acceleration direction, comparing the acceleration direction with a specified direction, wherein the specified direction is the acceleration direction generated by edge touch operation acting on the mobile terminal;
when the acceleration direction is consistent with the designated direction, determining that edge touch operation is detected;
when the acceleration direction is inconsistent with the designated direction, determining that no edge touch operation is detected.
3. The method of claim 1, wherein the determining whether an edge touch operation is detected based on the acceleration information comprises:
when the acceleration information comprises the acceleration magnitude, comparing the maximum acceleration in the acceleration magnitude with an acceleration threshold;
determining that an edge touch operation is detected when the maximum acceleration is greater than or equal to the acceleration threshold;
when the maximum acceleration is less than the acceleration threshold, determining that no edge touch operation is detected.
4. The method of claim 1, wherein the determining whether an edge touch operation is detected based on the acceleration information comprises:
when the acceleration information comprises the acceleration duration, comparing the acceleration duration with a time threshold;
when the acceleration duration is greater than or equal to the time threshold, determining that edge touch operation is detected;
and when the acceleration duration is smaller than the time threshold, determining that no edge touch operation is detected.
5. The method of claim 1, wherein the determining whether an edge touch operation is detected based on the acceleration information comprises:
when the acceleration information comprises the acceleration magnitude and the acceleration duration, comparing the maximum acceleration in the acceleration magnitude with the maximum standard acceleration, comparing the minimum acceleration in the acceleration magnitude with the minimum standard acceleration, and comparing the acceleration duration with a time threshold;
when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, determining that the edge touch operation is detected, otherwise, determining that the edge touch operation is not detected.
6. A mobile terminal control apparatus, characterized in that the apparatus comprises:
the acquisition module is used for acquiring a touch signal through a touch sensor in the mobile terminal;
the judging module is used for judging whether edge touch operation is detected or not through an acceleration sensor in the mobile terminal when the signal intensity of the acquired touch signal is greater than a signal intensity threshold value, and the signal intensity threshold value is used for judging whether the signal intensity meets the requirement of triggering edge touch;
the control module is used for controlling the mobile terminal based on the edge touch operation when the edge touch operation is determined to be detected;
the judging module comprises:
the determining unit is used for determining acceleration information through the acceleration sensor, wherein the acceleration information comprises at least one of the sensed acceleration direction, the sensed acceleration magnitude and the sensed acceleration duration;
and the judging unit is used for judging whether the edge touch operation is detected or not based on the acceleration information.
7. The apparatus of claim 6, wherein the determining unit comprises:
the first comparison subunit is configured to, when the acceleration information includes the acceleration direction, compare the acceleration direction with a specified direction, where the specified direction is an acceleration direction generated by an edge touch operation acting on the mobile terminal;
the first determining subunit is used for determining that the edge touch operation is detected when the acceleration direction is consistent with the specified direction;
and the second determining subunit is used for determining that no edge touch operation is detected when the acceleration direction is inconsistent with the specified direction.
8. The apparatus of claim 6, wherein the determining unit comprises:
the second comparison subunit is used for comparing the maximum acceleration in the acceleration magnitudes with an acceleration threshold when the acceleration information comprises the acceleration magnitudes;
a third determining subunit, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the acceleration threshold;
a fourth determining subunit, configured to determine that no edge touch operation is detected when the maximum acceleration is smaller than the acceleration threshold.
9. The apparatus of claim 6, wherein the determining unit comprises:
a third comparing subunit, configured to compare, when the acceleration information includes the acceleration duration, the acceleration duration with a time threshold;
a fifth determining subunit, configured to determine that an edge touch operation is detected when the acceleration duration is greater than or equal to the time threshold;
a sixth determining subunit, configured to determine that no edge touch operation is detected when the acceleration duration is smaller than the time threshold.
10. The apparatus of claim 6, wherein the determining unit comprises:
the fourth comparison subunit is configured to, when the acceleration information includes the acceleration magnitude and the acceleration duration, compare a maximum acceleration in the acceleration magnitudes with a maximum standard acceleration, compare a minimum acceleration in the acceleration magnitudes with a minimum standard acceleration, and compare the acceleration duration with a time threshold;
a seventh determining subunit, configured to determine that an edge touch operation is detected when the maximum acceleration is greater than or equal to the maximum standard acceleration, the minimum acceleration is greater than or equal to the minimum standard acceleration, and the acceleration duration is greater than or equal to the time threshold, otherwise, determine that an edge touch operation is not detected.
11. A mobile terminal control apparatus, characterized in that the apparatus comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring a touch signal through a touch sensor in the mobile terminal;
when the signal intensity of the acquired touch signal is greater than a signal intensity threshold, determining acceleration information through an acceleration sensor in the mobile terminal, wherein the acceleration information comprises at least one of an induced acceleration direction, an induced acceleration magnitude and an induced acceleration duration, and the signal intensity threshold is used for judging whether the signal intensity meets the requirement of triggering edge touch;
judging whether edge touch operation is detected or not based on the acceleration information;
and when the edge touch operation is determined to be detected, controlling the mobile terminal based on the edge touch operation.
CN201610285507.5A 2016-04-29 2016-04-29 Mobile terminal control method and device Active CN107329604B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610285507.5A CN107329604B (en) 2016-04-29 2016-04-29 Mobile terminal control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610285507.5A CN107329604B (en) 2016-04-29 2016-04-29 Mobile terminal control method and device

Publications (2)

Publication Number Publication Date
CN107329604A CN107329604A (en) 2017-11-07
CN107329604B true CN107329604B (en) 2020-10-30

Family

ID=60193248

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610285507.5A Active CN107329604B (en) 2016-04-29 2016-04-29 Mobile terminal control method and device

Country Status (1)

Country Link
CN (1) CN107329604B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115033167A (en) * 2021-02-24 2022-09-09 北京小米移动软件有限公司 Touch operation reporting method, touch operation reporting device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140300557A1 (en) * 2013-04-03 2014-10-09 Lg Electronics Inc. Display device and method of controlling therefor
US20140375599A1 (en) * 2013-06-19 2014-12-25 Waltop International Corp. Touch input system and method
CN105159496A (en) * 2015-08-31 2015-12-16 小米科技有限责任公司 Touch event response method and mobile terminal
CN105404463A (en) * 2015-10-30 2016-03-16 上海创功通讯技术有限公司 Mobile terminal of touch screen and mistaken touch resistance method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140300557A1 (en) * 2013-04-03 2014-10-09 Lg Electronics Inc. Display device and method of controlling therefor
US20140375599A1 (en) * 2013-06-19 2014-12-25 Waltop International Corp. Touch input system and method
CN105159496A (en) * 2015-08-31 2015-12-16 小米科技有限责任公司 Touch event response method and mobile terminal
CN105404463A (en) * 2015-10-30 2016-03-16 上海创功通讯技术有限公司 Mobile terminal of touch screen and mistaken touch resistance method thereof

Also Published As

Publication number Publication date
CN107329604A (en) 2017-11-07

Similar Documents

Publication Publication Date Title
US10750007B2 (en) Method and device for preventing terminal from being inadvertently touched
EP3232299B1 (en) Physical key component, terminal, and touch response method and device
CN106951884B (en) Fingerprint acquisition method and device and electronic equipment
US10282031B2 (en) Method and device for restraining edge touches
EP3163404B1 (en) Method and device for preventing accidental touch of terminal with touch screen
CN106570442B (en) Fingerprint identification method and device
EP3173974A1 (en) Method and device for fingerprint recognition
US20170031557A1 (en) Method and apparatus for adjusting shooting function
US10610152B2 (en) Sleep state detection method, apparatus and system
EP3099063A1 (en) Video communication method and apparatus
EP3252638A1 (en) Method and device for implementing fingerprint unlocking and electronic equipment
CN107102772B (en) Touch control method and device
EP3151117A1 (en) Method and device for delaying information broadcasting
CN107390932B (en) Edge false touch prevention method and device and computer readable storage medium
EP3249505B1 (en) Method and electronic device for controlling a state of a touch screen
EP3136206B1 (en) Method and apparatus for setting threshold
EP3232301B1 (en) Mobile terminal and virtual key processing method
EP3444752A2 (en) Fingerprint recognition process
CN108073328B (en) Touch response method and device
US20190034685A1 (en) Method and device for optical fingerprint recognition, and computer-readable storage medium
EP3337104A1 (en) Method, device and storage medium for outputting communication message
CN112799582A (en) Terminal, holding posture recognition method and device of terminal, and storage medium
CN111104001B (en) Method and device for preventing screen from being touched mistakenly, mobile terminal and storage medium
CN107273173B (en) Fingerprint sensor control method and device and storage medium
CN107329604B (en) Mobile terminal control method and device

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