WO2014169615A1 - Method and system for preventing false triggering on touch screen - Google Patents

Method and system for preventing false triggering on touch screen Download PDF

Info

Publication number
WO2014169615A1
WO2014169615A1 PCT/CN2013/086539 CN2013086539W WO2014169615A1 WO 2014169615 A1 WO2014169615 A1 WO 2014169615A1 CN 2013086539 W CN2013086539 W CN 2013086539W WO 2014169615 A1 WO2014169615 A1 WO 2014169615A1
Authority
WO
WIPO (PCT)
Prior art keywords
trigger
sub
trigger area
area
areas
Prior art date
Application number
PCT/CN2013/086539
Other languages
French (fr)
Chinese (zh)
Inventor
邢蓓蕾
陈琪
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2014169615A1 publication Critical patent/WO2014169615A1/en

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

Definitions

  • the present invention relates to the field of touch screen technologies, and in particular, to a method and system for preventing false triggering of a touch screen.
  • touch screen electronic devices have become the mainstream trend in the world.
  • the touch screen is an absolute coordinate positioning system used in combination with the display.
  • various false triggering problems will surely become more and more, and the false trigger generated when the screen is clicked is one of them.
  • the method and system for preventing false triggering of the touch screen are provided.
  • Embodiments of the present invention provide a method for preventing false triggering of a touch screen, including:
  • the program corresponding to the trigger region is executed.
  • the detecting whether the trigger area has a touch operation includes: Detecting a click event on the touch screen;
  • calculating the number of the sub-trigger regions of the triggered region that is touched includes:
  • the trigger area is divided into four sub-trigger areas.
  • the sub-trigger regions are uniformly distributed in the trigger region.
  • the preset threshold may be set by a user.
  • the trigger area is an icon area of the program.
  • the embodiment of the present invention further provides a system for preventing false triggering of a touch screen, comprising: a segmentation module, configured to: divide a trigger region corresponding to the program into at least two sub-trigger regions;
  • a detecting module configured to: detect whether the triggering area has a touch operation
  • a calculation module configured to: when there is a touch operation, calculate a number of sub-trigger regions of the trigger region touched;
  • the running module is configured to: when the number of the sub-trigger regions is not less than a preset threshold, the program corresponding to the trigger region is executed.
  • the detecting module is configured to detect whether the trigger area has a touch operation in the following manner:
  • the calculating module is configured to calculate the number of sub-trigger regions of the triggered trigger region in the following manner:
  • the trigger area is divided into four sub-trigger areas;
  • the sub-trigger regions are hooked in the trigger region.
  • the preset threshold may be set by a user
  • the trigger area is an icon area of the program.
  • the positive progress of the embodiment of the present invention is that the application is triggered by the division of the trigger area corresponding to the program to prevent the user from accidentally touching the edge of the application trigger area.
  • the application is triggered only if most of the sub-trigger regions are touched. Avoid unintended actions and improve the user experience.
  • FIG. 1 is a flowchart of a method for preventing false triggering of a touch screen according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a first partitioning of a trigger region corresponding to a program according to an embodiment of the present invention
  • FIG. 4 is a structural block diagram of a system for preventing false triggering of a touch screen according to an embodiment of the present invention.
  • This embodiment provides a method for preventing false triggering of a touch screen. As shown in FIG. 1, the method includes the following steps:
  • Step 11 The trigger area corresponding to the program is divided into at least two sub-trigger areas.
  • each sub-trigger area is evenly distributed in the program icon. Medium, and the area of each sub-trigger area is kept substantially equal, so that the probability of triggering each sub-trigger area is the same.
  • the manner of dividing the sub-trigger area is not limited to uniform division, and may be determined according to actual usage, and The number of divisions of the trigger area can be modified by the user according to their own usage environment and habits, and can be set to 2, 3 or 6.
  • the program described here refers to all programs in the terminal, which can be applications in the system or built-in programs of the system.
  • Step 12 Detect whether the trigger area has a touch operation.
  • the terminal detects the click operation of the user on the touch screen, saves the coordinates of the point corresponding to the click operation, and determines whether the coordinate is in the trigger area of the program icon. If yes, the trigger area is considered to have a touch operation.
  • Step 13 When there is a touch operation, calculate the number of sub-trigger regions of the trigger region touched.
  • the terminal determines whether the coordinate point is in the four sub-trigger regions of the trigger region of the program icon, and if yes, the sub-trigger region of the trigger region is considered to have a touch operation, and the sub-trigger regions touched in the trigger region are calculated. number.
  • Step 14 When the number of the sub-trigger regions is not less than a preset threshold, the program corresponding to the trigger region is executed.
  • the program icon When calculating that the number of touched sub-trigger regions in the trigger region is greater than or equal to 60% of the total number, triggering a program corresponding to the trigger region, for example, the program icon is logically divided into four sub-regions, The width value is 2.4, and the width is set to 3 after rounding. When 3 or more sub-areas are touched, the application corresponding to the icon is triggered.
  • this threshold can be set by the user. Depending on the usage environment, the user can set the threshold according to his own usage habits. Set to 40%, 50% or 75%.
  • This embodiment can be applied to all touch screen models, and can effectively prevent false triggering by software control.
  • the embodiment of the invention has a simple structure, is easy to implement, and effectively improves the user experience.
  • the embodiment provides a system for preventing false triggering of the touch screen.
  • the system includes a split module 41, a detection module 42, a calculation module 43, and an operation module 44.
  • the segmentation module 41 is configured to: divide the trigger region corresponding to the program into at least two sub-trigger regions.
  • the trigger region is evenly divided into four sub-trigger regions for optimal implementation of the number and state of the segmentation, which can be set by the user according to different usage environments and usage preferences.
  • the detecting module 42 is configured to: detect whether the trigger area has a touch operation.
  • the terminal detects whether the user has an operation of clicking a program icon on the touch screen.
  • the calculation module 43 is configured to: when there is a touch operation, calculate the number of sub-trigger regions of the trigger region touched.
  • the sub-trigger area eight, the sub-trigger area B, the sub-trigger area C, and the sub-trigger area D (shown in FIG. 2) corresponding to the terminal detection program icon are touched, that is, whether the coordinate point of the click operation on the touch screen is determined whether In the sub-trigger area of the trigger area. If so, the number of sub-trigger areas that are touched is calculated. For example, if the sub-trigger area A, the sub-trigger area B, and the sub-trigger area C are touched, the number of touched sub-trigger areas is three.
  • the running module 44 is configured to: when the number of the sub-trigger regions is not less than a preset threshold, run a program corresponding to the trigger region.
  • the result of the calculation of the calculation module 43 is determined.
  • the threshold value of the embodiment is 3 That is, when the number of touched sub-trigger regions is greater than or equal to three, the application corresponding to the trigger region is executed.
  • an application has a corresponding icon on the desktop.
  • the original icon is logically divided into two. Or two or more sub-areas, and four sub-areas are divided into four sub-areas.
  • the user clicks on the icon of the application the system does not immediately run the application.
  • the system first determines that several sub-areas are clicked, and when the number of sub-regions that are clicked is greater than or equal to the threshold, for example, The threshold is 3, and when the number of sub-regions that the user clicks is 3, the application is run. This can prevent the user from accidentally touching the application icon and causing the application to run. As shown in Fig. 2, due to the user's improper operation, the user may only click on the edge or each small part of the icon, for example. When the user accidentally touches the left half of the icon (the A sub-region and the C sub-region) in FIG. 2, only two sub-regions are clicked (less than the threshold value), which is described in the embodiment of the present invention. This click action will be considered a misoperation, ignoring this click.
  • modules or steps of the above embodiments of the present invention can be implemented by a general computing device, which can be concentrated on a single computing device or distributed among multiple computing devices. On the network, optionally, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from The steps shown or described are performed sequentially, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated into a single integrated circuit module. Thus, embodiments of the invention are not limited to any particular combination of hardware and software.
  • the method and system of the embodiment of the present invention solves the problem that the user unintentionally touches the touch screen of the terminal, causing unintended operation and unnecessary loss due to the false triggering of the application program, and seriously affecting the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A method and a system for preventing false triggering on a touch screen. The method comprises: dividing a triggered area corresponding to a program into at least two sub-triggered areas; detecting whether there is a touch operation on the triggered area; if yes, counting the number of the sub-triggered areas of the touched triggered area; and when the number of the sub-triggered areas is not less than a preset threshold, running the program corresponding to the triggered area.

Description

防止触摸屏误触发的方法及系统  Method and system for preventing false triggering of touch screen
技术领域 Technical field
本发明涉及触摸屏技术领域, 尤其涉及一种防止触摸屏误触发的方法及 系统。  The present invention relates to the field of touch screen technologies, and in particular, to a method and system for preventing false triggering of a touch screen.
背景技术 Background technique
随着技术的不断发展, 触摸屏电子设备已成为全球主流趋势。 触摸屏是 结合显示器使用的一种绝对坐标定位系统,作为一种简单、便利的输入设备, 已经得到越来越广泛的应用。 随着使用越来越深入, 各种误触发的问题必将 越来越多, 屏幕点击时产生的误触发就是其中一种。  With the continuous development of technology, touch screen electronic devices have become the mainstream trend in the world. The touch screen is an absolute coordinate positioning system used in combination with the display. As a simple and convenient input device, it has been widely used. As the use becomes more and more in-depth, various false triggering problems will surely become more and more, and the false trigger generated when the screen is clicked is one of them.
现在有许多用户会将终端设备放在裤子口袋内, 或随意地拿在手上, 由 于皮肤等导体接触屏幕表面, 只要无意触摸终端触摸屏的某些区域, 就会误 触发某些应用程序, 这就会带来非预期的操作, 造成不必要的损失, 严重影 响用户的体验。  Many users now put the terminal device in the trouser pocket, or hold it on the hand at will. Because the conductors such as the skin touch the surface of the screen, if you accidentally touch some areas of the touch screen of the terminal, some applications will be triggered by mistake. Unexpected operations can result in unnecessary losses, seriously affecting the user's experience.
发明内容 Summary of the invention
为了克服相关技术中用户无意的触摸就会触发终端某些应用程序的缺陷 , 本发明实施例提供一种防止触摸屏误触发的方法及系统。  In order to overcome the deficiencies of some applications of the terminal in the related art, the method and system for preventing false triggering of the touch screen are provided.
本发明实施例提供了一种防止触摸屏误触发的方法, 包括:  Embodiments of the present invention provide a method for preventing false triggering of a touch screen, including:
将程序对应的触发区域分割为至少 2个子触发区域;  Splitting the trigger area corresponding to the program into at least 2 sub-trigger areas;
检测所述触发区域有无触摸操作;  Detecting whether the trigger area has a touch operation;
有触摸操作时, 计算被触摸到的所述触发区域的子触发区域的个数; 以 及  When there is a touch operation, calculating the number of sub-trigger regions of the trigger region touched; and
当所述子触发区域的个数不小于预设阔值时, 运行所述触发区域对应的 程序。  When the number of the sub-trigger regions is not less than a preset threshold, the program corresponding to the trigger region is executed.
可选地, 所述检测所述触发区域有无触摸操作包括: 检测所述触摸屏上的点击事件; Optionally, the detecting whether the trigger area has a touch operation includes: Detecting a click event on the touch screen;
保存所述点击事件对应的坐标点; 以及  Saving coordinate points corresponding to the click event;
判断所述坐标点是否在所述触发区域中, 若在, 则认为所述触发区域有 触摸操作。  It is determined whether the coordinate point is in the trigger area, and if so, the trigger area is considered to have a touch operation.
可选地, 所述有触摸操作时, 计算被触摸到的所述触发区域的子触发区 域的个数包括:  Optionally, when the touch operation is performed, calculating the number of the sub-trigger regions of the triggered region that is touched includes:
判断所述坐标点是否在所述触发区域的子触发区域中, 若在, 则认为所 述触发区域的子触发区域有触摸操作; 以及  Determining whether the coordinate point is in a sub-trigger region of the trigger region, and if so, determining that the sub-trigger region of the trigger region has a touch operation;
计算所述触发区域中被触摸的子触发区域的个数。  Calculating the number of touched sub-trigger regions in the trigger region.
可选地, 将所述触发区域分割为 4个子触发区域。  Optionally, the trigger area is divided into four sub-trigger areas.
可选地, 所述子触发区域均勾分布在所述触发区域中。  Optionally, the sub-trigger regions are uniformly distributed in the trigger region.
可选地, 所述预设阔值可由用户设置。  Optionally, the preset threshold may be set by a user.
可选地, 所述触发区域是程序的图标区域。  Optionally, the trigger area is an icon area of the program.
本发明实施例还提供了一种防止触摸屏误触发的系统, 包括: 分割模块, 其设置成: 将程序对应的触发区域分割为至少 2个子触发区 域; The embodiment of the present invention further provides a system for preventing false triggering of a touch screen, comprising: a segmentation module, configured to: divide a trigger region corresponding to the program into at least two sub-trigger regions;
检测模块, 其设置成: 检测所述触发区域有无触摸操作;  a detecting module, configured to: detect whether the triggering area has a touch operation;
计算模块, 其设置成: 有触摸操作时, 计算被触摸到的所述触发区域的 子触发区域的个数; 以及  a calculation module, configured to: when there is a touch operation, calculate a number of sub-trigger regions of the trigger region touched;
运行模块, 其设置成: 当所述子触发区域的个数不小于预设阔值时, 运 行所述触发区域对应的程序。  The running module is configured to: when the number of the sub-trigger regions is not less than a preset threshold, the program corresponding to the trigger region is executed.
可选地, 所述检测模块是设置成釆用以下方式检测所述触发区域有无触 摸操作:  Optionally, the detecting module is configured to detect whether the trigger area has a touch operation in the following manner:
检测所述触摸屏上的点击事件;  Detecting a click event on the touch screen;
保存所述点击事件对应的坐标点; 以及 判断所述坐标点是否在所述触发区域中, 若在, 则认为所述触发区域有 触摸操作。 Saving coordinate points corresponding to the click event; It is determined whether the coordinate point is in the trigger area, and if so, the trigger area is considered to have a touch operation.
可选地, 所述计算模块是设置成釆用以下方式计算被触摸到的所述触发 区域的子触发区域的个数:  Optionally, the calculating module is configured to calculate the number of sub-trigger regions of the triggered trigger region in the following manner:
判断所述坐标点是否在所述触发区域的子触发区域中, 若在, 则认为所 述触发区域的子触发区域有触摸操作; 以及  Determining whether the coordinate point is in a sub-trigger region of the trigger region, and if so, determining that the sub-trigger region of the trigger region has a touch operation;
计算所述触发区域中被触摸的子触发区域的个数。  Calculating the number of touched sub-trigger regions in the trigger region.
可选地, 所述触发区域分割为 4个子触发区域;  Optionally, the trigger area is divided into four sub-trigger areas;
所述子触发区域在所述触发区域中均勾分布。  The sub-trigger regions are hooked in the trigger region.
可选地, 所述预设阔值可由用户设置;  Optionally, the preset threshold may be set by a user;
所述触发区域是程序的图标区域。  The trigger area is an icon area of the program.
本发明实施例的积极进步效果在于: 通过对程序所对应的触发区域的划 分, 避免用户误触摸到应用程序触发区域的边缘时, 就触发所述应用程序。 只有多数子触发区域均被触摸到, 才触发所述的应用程序。 避免造成非预期 的操作, 并且提高了用户体验。  The positive progress of the embodiment of the present invention is that the application is triggered by the division of the trigger area corresponding to the program to prevent the user from accidentally touching the edge of the application trigger area. The application is triggered only if most of the sub-trigger regions are touched. Avoid unintended actions and improve the user experience.
附图概述 BRIEF abstract
图 1为本发明实施例提供的一种防止触摸屏误触发的方法的流程图; 图 2为本发明实施例中程序所对应的触发区域的第一种划分的示意图; 图 3为本发明实施例中程序所对应的触发区域的第二种划分的示意图; 图 4为本发明实施例提供的一种防止触摸屏误触发的系统的结构框图。  1 is a flowchart of a method for preventing false triggering of a touch screen according to an embodiment of the present invention; FIG. 2 is a schematic diagram of a first partitioning of a trigger region corresponding to a program according to an embodiment of the present invention; A schematic diagram of a second division of a trigger region corresponding to a medium program; FIG. 4 is a structural block diagram of a system for preventing false triggering of a touch screen according to an embodiment of the present invention.
本发明的较佳实施方式 Preferred embodiment of the invention
下面结合附图给出本发明较佳实施例, 以详细说明本发明实施例的技术 方案。 需要说明的是, 在不冲突的情况下, 本申请中的实施例及实施例中的 特征可以相互任意组合。 实施例一 The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that, in the case of no conflict, the features in the embodiments and the embodiments in the present application may be arbitrarily combined with each other. Embodiment 1
本实施例提供了一种防止触摸屏误触发的方法, 如图 1所示, 该方法包 括如下步骤:  This embodiment provides a method for preventing false triggering of a touch screen. As shown in FIG. 1, the method includes the following steps:
步骤 11 , 将程序对应的触发区域分割为至少 2个子触发区域。  Step 11: The trigger area corresponding to the program is divided into at least two sub-trigger areas.
经过多次测试, 最佳的分割子触发区域的方式是将程序图标所对应的触 发区域均勾分割为 4个子触发区域, 如图 2或图 3所示, 各个子触发区域均 匀分布在程序图标中, 并且使各个子触发区域的面积保持基本相等, 使各个 子触发区域被触发的概率相同, 当然, 分割子触发区域的方式不限于均匀分 割, 可根据实际的使用情况而定, 而且, 子触发区域的分割数量可由用户根 据自己的使用环境、 习惯而修改, 可以设置为 2个、 3个或 6个。  After multiple tests, the best way to split the sub-trigger area is to divide the trigger area corresponding to the program icon into four sub-trigger areas. As shown in Figure 2 or Figure 3, each sub-trigger area is evenly distributed in the program icon. Medium, and the area of each sub-trigger area is kept substantially equal, so that the probability of triggering each sub-trigger area is the same. Of course, the manner of dividing the sub-trigger area is not limited to uniform division, and may be determined according to actual usage, and The number of divisions of the trigger area can be modified by the user according to their own usage environment and habits, and can be set to 2, 3 or 6.
此处所述的程序指的是终端中所有程序, 可以是系统中的应用程序, 也 可以是系统的内置程序。  The program described here refers to all programs in the terminal, which can be applications in the system or built-in programs of the system.
步骤 12, 检测所述触发区域有无触摸操作。  Step 12: Detect whether the trigger area has a touch operation.
终端检测用户在触摸屏上的点击操作,保存点击操作所对应的点的坐标, 判断这个坐标是否在程序图标的触发区域中, 若是, 则认为所述触发区域有 触摸操作。  The terminal detects the click operation of the user on the touch screen, saves the coordinates of the point corresponding to the click operation, and determines whether the coordinate is in the trigger area of the program icon. If yes, the trigger area is considered to have a touch operation.
步骤 13 , 有触摸操作时, 计算被触摸到的所述触发区域的子触发区域的 个数。  Step 13: When there is a touch operation, calculate the number of sub-trigger regions of the trigger region touched.
终端判断所述坐标点是否在程序图标的触发区域的 4个子触发区域中, 若是, 则认为所述触发区域的子触发区域有触摸操作, 计算所述触发区域中 被触摸的子触发区域的个数。  The terminal determines whether the coordinate point is in the four sub-trigger regions of the trigger region of the program icon, and if yes, the sub-trigger region of the trigger region is considered to have a touch operation, and the sub-trigger regions touched in the trigger region are calculated. number.
步骤 14, 当所述子触发区域的个数不小于预设阔值时, 运行所述触发区 域对应的程序。  Step 14. When the number of the sub-trigger regions is not less than a preset threshold, the program corresponding to the trigger region is executed.
当计算所述触发区域中被触摸的子触发区域的个数大于或等于总数的 60%时, 触发所述触发区域对应的程序, 比如, 程序图标在逻辑上被分割为 4个子区域, 此时的阔值为 2.4个,取整后阔值被设置为 3个, 当有 3个或以 上的子区域被触摸, 就触发该图标所对应的应用程序。 当然, 这个阔值是可 以由用户设置的, 根据不同使用环境, 用户可以根据自己的使用习惯将阔值 设置为 40%、 50%或 75%。 When calculating that the number of touched sub-trigger regions in the trigger region is greater than or equal to 60% of the total number, triggering a program corresponding to the trigger region, for example, the program icon is logically divided into four sub-regions, The width value is 2.4, and the width is set to 3 after rounding. When 3 or more sub-areas are touched, the application corresponding to the icon is triggered. Of course, this threshold can be set by the user. Depending on the usage environment, the user can set the threshold according to his own usage habits. Set to 40%, 50% or 75%.
本实施例可用于所有触摸屏机型, 通过软件控制能有效防止误触发的发 本发明实施方式结构简单, 易于实现, 有效提高用户体验。  This embodiment can be applied to all touch screen models, and can effectively prevent false triggering by software control. The embodiment of the invention has a simple structure, is easy to implement, and effectively improves the user experience.
实施例二 Embodiment 2
本实施例提供了一种防止触摸屏误触发的系统, 如图 4所示, 该系统包 分割模块 41、 检测模块 42、 计算模块 43和运行模块 44。  The embodiment provides a system for preventing false triggering of the touch screen. As shown in FIG. 4, the system includes a split module 41, a detection module 42, a calculation module 43, and an operation module 44.
分割模块 41用于: 将程序对应的触发区域分割为至少 2个子触发区域。 当然实际使用时, 将触发区域均匀分割为 4个子触发区域为最佳的实施 分割的个数与状态, 可由用户根据不同使用环境和使用喜欢设置。  The segmentation module 41 is configured to: divide the trigger region corresponding to the program into at least two sub-trigger regions. Of course, in actual use, the trigger region is evenly divided into four sub-trigger regions for optimal implementation of the number and state of the segmentation, which can be set by the user according to different usage environments and usage preferences.
检测模块 42用于: 检测所述触发区域有无触摸操作。  The detecting module 42 is configured to: detect whether the trigger area has a touch operation.
终端检测用户在触摸屏上是否有点击程序图标的操作。  The terminal detects whether the user has an operation of clicking a program icon on the touch screen.
计算模块 43用于:有触摸操作时,计算被触摸到的所述触发区域的子触 发区域的个数。  The calculation module 43 is configured to: when there is a touch operation, calculate the number of sub-trigger regions of the trigger region touched.
终端检测程序图标对应的子触发区域八、 子触发区域 B、 子触发区域 C 和子触发区域 D (如图 2所示)是否有被触摸到, 即, 判断点击操作在触摸 屏上的坐标点是否在所述触发区域的子触发区域中。 若有, 则计算被触摸的 子触发区域的个数。 比如, 若子触发区域 A、 子触发区域 B和子触发区域 C 被触摸到, 则被触摸的子触发区域的个数为 3。  Whether the sub-trigger area eight, the sub-trigger area B, the sub-trigger area C, and the sub-trigger area D (shown in FIG. 2) corresponding to the terminal detection program icon are touched, that is, whether the coordinate point of the click operation on the touch screen is determined whether In the sub-trigger area of the trigger area. If so, the number of sub-trigger areas that are touched is calculated. For example, if the sub-trigger area A, the sub-trigger area B, and the sub-trigger area C are touched, the number of touched sub-trigger areas is three.
运行模块 44用于: 当所述子触发区域的个数不小于预设阔值时,运行所 述触发区域对应的程序。  The running module 44 is configured to: when the number of the sub-trigger regions is not less than a preset threshold, run a program corresponding to the trigger region.
对计算模块 43的输出结果做判断,当计算出的所述触发区域中被触摸的 子触发区域的个数大于或等于阔值(总数的 60% ) 时, 本实施例的阔值为 3 个, 即, 当被触摸到的子触发区域的个数大于等于 3个时, 运行该触发区域 对应的应用程序。  The result of the calculation of the calculation module 43 is determined. When the calculated number of sub-trigger regions touched in the trigger region is greater than or equal to a threshold value (60% of the total number), the threshold value of the embodiment is 3 That is, when the number of touched sub-trigger regions is greater than or equal to three, the application corresponding to the trigger region is executed.
当被触摸到的子触发区域的个数小于 3个时, 则忽略这次触摸动作, 并 且继续检测在应用程序图标对应的触发区域中, 有无下一次触摸操作。 以下结合本发明的一个应用场景进行举例说明: 在智能或非智能操作系 统中, 应用程序在桌面上会有一个对应的图标, 本发明实施例中, 将原本一 个图标在逻辑上分割为 2个或 2个以上的子区域, 4叚设分割为 4个子区域。 但用户点击该应用程序的图标时, 系统并不立即运行该应用程序, 系统先判 断 4个子区域有几个被点击到,当被点击到的子区域个数大于或等于阔值时, 比如, 阔值为 3个, 当用户点击到的子区域个数为 3个时, 则运行该应用程 序。 这样就能够避免用户误触摸应用程序图标而导致运行应用程序的问题, 如图 2所示, 由于用户操作不当, 所以很大程度上, 用户可能只点击到图标 的边缘或者每一小部分, 例如, 用户不小心触摸到了图 2中的图标的左半边 ( A子区域和 C子区域)时,此时被点击的子区域只有 2个(小于阔值 3个), 本发明实施例所述的系统就会将本次点击操作视为误操作, 忽视这次点击操 作。 这就能避免用户误操作带来的不必要触发。 而当用户正确操作时, 很大 程度上用户会准确地点击图标中央, 即, 能够点击到 3个或 3个以上的子区 域, 此时操作系统运行对应的程序, 也就是, 在正确执行用户的操作指令。 When the number of touched sub-trigger regions is less than three, the touch action is ignored, and the next touch operation is detected in the trigger region corresponding to the application icon. The following is an example of an application scenario of the present invention: In an intelligent or non-intelligent operating system, an application has a corresponding icon on the desktop. In the embodiment of the present invention, the original icon is logically divided into two. Or two or more sub-areas, and four sub-areas are divided into four sub-areas. However, when the user clicks on the icon of the application, the system does not immediately run the application. The system first determines that several sub-areas are clicked, and when the number of sub-regions that are clicked is greater than or equal to the threshold, for example, The threshold is 3, and when the number of sub-regions that the user clicks is 3, the application is run. This can prevent the user from accidentally touching the application icon and causing the application to run. As shown in Fig. 2, due to the user's improper operation, the user may only click on the edge or each small part of the icon, for example. When the user accidentally touches the left half of the icon (the A sub-region and the C sub-region) in FIG. 2, only two sub-regions are clicked (less than the threshold value), which is described in the embodiment of the present invention. This click action will be considered a misoperation, ignoring this click. This can avoid unnecessary triggering caused by user misoperation. When the user operates correctly, the user will click on the center of the icon accurately, that is, can click on 3 or more sub-areas, and the operating system runs the corresponding program, that is, the user is executed correctly. Operation instructions.
终上所述, 通过使用本发明实施例所述的方法或系统, 能够避免因误触 摸而导致的误触发, 造成不必要的损失, 最终提高用户的体验。  Finally, by using the method or system according to the embodiment of the present invention, it is possible to avoid false triggering caused by accidental touch, causing unnecessary loss, and ultimately improving the user experience.
显然, 本领域的技术人员应该明白, 上述本发明实施例的各模块或各步 骤可以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者 分布在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行 的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行, 并且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或 者将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制 作成单个集成电路模块来实现。 这样, 本发明实施例不限制于任何特定的硬 件和软件结合。 Obviously, those skilled in the art should understand that the modules or steps of the above embodiments of the present invention can be implemented by a general computing device, which can be concentrated on a single computing device or distributed among multiple computing devices. On the network, optionally, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from The steps shown or described are performed sequentially, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated into a single integrated circuit module. Thus, embodiments of the invention are not limited to any particular combination of hardware and software.
虽然以上描述了本发明的实施方式, 但是本领域的技术人员应当理解, 这些仅是举例说明, 本发明的保护范围是由所附权利要求书限定的。 本领域 的技术人员在不背离本发明实施例的原理和实质的前提下, 可以对这些实施 方式做出多种变更或修改, 但这些变更和修改均落入本发明所附权利要求的 保护范围。 工业实用性 While the embodiments of the invention have been described above, it will be understood by those skilled in the art A person skilled in the art can make various changes or modifications to the embodiments without departing from the spirit and scope of the embodiments of the present invention, but such changes and modifications fall within the scope of the appended claims. . Industrial applicability
釆用本发明实施例的方法和系统, 解决了用户无意触摸终端触摸屏时, 由于误触发应用程序, 造成非预期的操作和不必要的损失, 以及严重影响用 户体验的问题。  The method and system of the embodiment of the present invention solves the problem that the user unintentionally touches the touch screen of the terminal, causing unintended operation and unnecessary loss due to the false triggering of the application program, and seriously affecting the user experience.

Claims

权利要求书 claims
1、 一种防止触摸屏误触发的方法, 包括: 1. A method to prevent false triggering of the touch screen, including:
将程序对应的触发区域分割为至少 2个子触发区域; Divide the trigger area corresponding to the program into at least 2 sub-trigger areas;
检测所述触发区域有无触摸操作; Detect whether there is a touch operation in the trigger area;
有触摸操作时, 计算被触摸到的所述触发区域的子触发区域的个数; 以 及 When there is a touch operation, calculate the number of sub-trigger areas of the touched trigger area; and
当所述子触发区域的个数不小于预设阔值时, 运行所述触发区域对应的 程序。 When the number of the sub-trigger areas is not less than the preset threshold, the program corresponding to the trigger area is run.
2、 如权利要求 1所述的方法, 其中, 2. The method of claim 1, wherein,
所述检测所述触发区域有无触摸操作包括: The detection of whether there is a touch operation in the trigger area includes:
检测所述触摸屏上的点击事件; detecting click events on the touch screen;
保存所述点击事件对应的坐标点; 以及 Save the coordinate point corresponding to the click event; and
判断所述坐标点是否在所述触发区域中, 若在, 则认为所述触发区域有 触摸操作。 Determine whether the coordinate point is in the trigger area. If so, it is considered that there is a touch operation in the trigger area.
3、 如权利要求 2所述的方法, 其中, 3. The method of claim 2, wherein,
所述有触摸操作时, 计算被触摸到的所述触发区域的子触发区域的个数 包括: When there is a touch operation, calculating the number of sub-trigger areas of the touched trigger area includes:
判断所述坐标点是否在所述触发区域的子触发区域中, 若在, 则认为所 述触发区域的子触发区域有触摸操作; 以及 Determine whether the coordinate point is in the sub-trigger area of the trigger area. If so, it is considered that there is a touch operation in the sub-trigger area of the trigger area; and
计算所述触发区域中被触摸的子触发区域的个数。 Calculate the number of touched sub-trigger areas in the trigger area.
4、 如权利要求 3所述的方法, 其中, 4. The method of claim 3, wherein,
将所述触发区域分割为 4个子触发区域。 Divide the trigger area into 4 sub-trigger areas.
5、 如权利要求 4所述的方法, 其中, 5. The method of claim 4, wherein,
所述子触发区域均勾分布在所述触发区域中。 The sub-trigger areas are evenly distributed in the trigger area.
6、 如权利要求 5所述的方法, 其中, 6. The method of claim 5, wherein,
所述预设阔值可由用户设置。 The preset threshold can be set by the user.
7、 如权利要求 3所述的方法, 其中, 7. The method of claim 3, wherein,
所述触发区域是程序的图标区域。 The trigger area is the icon area of the program.
8、 一种防止触摸屏误触发的系统, 包括: 8. A system to prevent false triggering of touch screens, including:
分割模块, 其设置成: 将程序对应的触发区域分割为至少 2个子触发区 域; A split module, which is set to: split the trigger area corresponding to the program into at least 2 sub-trigger areas;
检测模块, 其设置成: 检测所述触发区域有无触摸操作; A detection module, which is configured to: detect whether there is a touch operation in the trigger area;
计算模块, 其设置成: 有触摸操作时, 计算被触摸到的所述触发区域的 子触发区域的个数; 以及 a calculation module, which is configured to: when there is a touch operation, calculate the number of sub-trigger areas of the touched trigger area; and
运行模块, 其设置成: 当所述子触发区域的个数不小于预设阔值时, 运 行所述触发区域对应的程序。 An operation module is configured to: when the number of sub-trigger areas is not less than a preset threshold, run the program corresponding to the trigger area.
9、 如权利要求 8所述的系统, 其中, 9. The system of claim 8, wherein,
所述检测模块是设置成釆用以下方式检测所述触发区域有无触摸操作: 检测所述触摸屏上的点击事件; The detection module is configured to detect whether there is a touch operation in the trigger area in the following manner: detecting a click event on the touch screen;
保存所述点击事件对应的坐标点; 以及 Save the coordinate point corresponding to the click event; and
判断所述坐标点是否在所述触发区域中, 若在, 则认为所述触发区域有 触摸操作。 Determine whether the coordinate point is in the trigger area. If so, it is considered that there is a touch operation in the trigger area.
10、 如权利要求 9所述的系统, 其中, 10. The system of claim 9, wherein,
所述计算模块是设置成釆用以下方式计算被触摸到的所述触发区域的子 触发区域的个数: The calculation module is configured to calculate the number of sub-trigger areas of the touched trigger area in the following manner:
判断所述坐标点是否在所述触发区域的子触发区域中, 若在, 则认为所 述触发区域的子触发区域有触摸操作; 以及 Determine whether the coordinate point is in the sub-trigger area of the trigger area. If so, it is considered that there is a touch operation in the sub-trigger area of the trigger area; and
计算所述触发区域中被触摸的子触发区域的个数。 Calculate the number of touched sub-trigger areas in the trigger area.
11、 如权利要求 10所述的系统, 其中, 11. The system of claim 10, wherein,
所述触发区域分割为 4个子触发区域; The trigger area is divided into 4 sub-trigger areas;
所述子触发区域在所述触发区域中均勾分布。 The sub-trigger areas are evenly distributed in the trigger area.
12、 如权利要求 10所述的系统, 其中, 12. The system of claim 10, wherein,
所述预设阔值可由用户设置; The preset threshold can be set by the user;
所述触发区域是程序的图标区域。 The trigger area is the icon area of the program.
PCT/CN2013/086539 2013-09-10 2013-11-05 Method and system for preventing false triggering on touch screen WO2014169615A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310429605.8A CN104423681A (en) 2013-09-10 2013-09-10 Method and system for preventing touch screen from false triggering
CN201310429605.8 2013-09-10

Publications (1)

Publication Number Publication Date
WO2014169615A1 true WO2014169615A1 (en) 2014-10-23

Family

ID=51730747

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/086539 WO2014169615A1 (en) 2013-09-10 2013-11-05 Method and system for preventing false triggering on touch screen

Country Status (2)

Country Link
CN (1) CN104423681A (en)
WO (1) WO2014169615A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155393B (en) * 2015-04-16 2019-03-19 上海箩箕技术有限公司 Identification device
CN110231911A (en) * 2019-05-29 2019-09-13 无锡小天鹅电器有限公司 False-touch prevention method, apparatus and household appliance

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101498979A (en) * 2009-02-26 2009-08-05 苏州瀚瑞微电子有限公司 Method for implementing virtual keyboard by utilizing condenser type touch screen
CN102455811A (en) * 2010-10-30 2012-05-16 比亚迪股份有限公司 Method and device for detecting touch device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930309B (en) * 2009-06-25 2014-09-10 中兴通讯股份有限公司 Method and device for preventing false triggering caused by touching key
CN101794197B (en) * 2010-04-06 2012-11-07 华为终端有限公司 Triggering method of touch screen, touch device and handheld device
CN102411441A (en) * 2010-09-21 2012-04-11 义隆电子股份有限公司 Touch-control plate for preventing wrong touch, preventing method and application method thereof
KR20120075839A (en) * 2010-12-29 2012-07-09 삼성전자주식회사 Method and apparatus for providing mouse right click function in touch screen terminal
CN102722297B (en) * 2011-03-30 2016-01-13 中兴通讯股份有限公司 A kind of touch panel device and the method realized close to induction thereof
CN103139390A (en) * 2013-02-27 2013-06-05 Tcl通讯(宁波)有限公司 Method, system of unlocking screen of mobile phone and mobile phone

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101498979A (en) * 2009-02-26 2009-08-05 苏州瀚瑞微电子有限公司 Method for implementing virtual keyboard by utilizing condenser type touch screen
CN102455811A (en) * 2010-10-30 2012-05-16 比亚迪股份有限公司 Method and device for detecting touch device

Also Published As

Publication number Publication date
CN104423681A (en) 2015-03-18

Similar Documents

Publication Publication Date Title
US10402005B2 (en) Touch method and device, touch display apparatus
CN103995668B (en) Information processing method and electronic equipment
EP3035175B1 (en) Screen edge touch control optimization method, device and terminal
CN105117132B (en) A kind of method of toch control and device
CN105487809A (en) Terminal control method and device
WO2014085043A1 (en) Gesture input to group and control items
US20140210742A1 (en) Emulating pressure sensitivity on multi-touch devices
US20100039449A1 (en) Menu controlling method
JP2016528657A (en) Data reporting method and apparatus, and terminal device
EP3264249B1 (en) Touch event processing method, apparatus and terminal device
CN103616994A (en) Method and device for controlling electronic device
WO2011026389A1 (en) Touch control method, processing apparatus and processing system
TWI615747B (en) System and method for displaying virtual keyboard
TW201241730A (en) Method and system for arranging a user interface of the electronic device
WO2018218392A1 (en) Touch operation processing method and touch keyboard
CN107577404B (en) Information processing method and device and electronic equipment
WO2012151952A1 (en) Method, device, and communication terminal of responding to screen touch event
CN102693064B (en) Method and system for quitting protection screen by terminal
WO2014169615A1 (en) Method and system for preventing false triggering on touch screen
WO2022199540A1 (en) Unread message identifier clearing method and apparatus, and electronic device
WO2016070465A1 (en) Method and terminal for multi-event input
US20150153871A1 (en) Touch-sensitive device and method
CN107211056B (en) Terminal wallpaper control method and terminal
TW201516851A (en) Electronic device and control method thereof
CN108196727A (en) The method that similar mouse action is realized on touch-screen equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13882312

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13882312

Country of ref document: EP

Kind code of ref document: A1