WO2014086205A1 - 一种触摸屏响应的方法及终端 - Google Patents

一种触摸屏响应的方法及终端 Download PDF

Info

Publication number
WO2014086205A1
WO2014086205A1 PCT/CN2013/085164 CN2013085164W WO2014086205A1 WO 2014086205 A1 WO2014086205 A1 WO 2014086205A1 CN 2013085164 W CN2013085164 W CN 2013085164W WO 2014086205 A1 WO2014086205 A1 WO 2014086205A1
Authority
WO
WIPO (PCT)
Prior art keywords
degrees
touch
center point
terminal
mode
Prior art date
Application number
PCT/CN2013/085164
Other languages
English (en)
French (fr)
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 东莞金卓通信科技有限公司
Priority to US14/372,005 priority Critical patent/US9367171B2/en
Publication of WO2014086205A1 publication Critical patent/WO2014086205A1/zh

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
    • 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/0412Digitisers structurally integrated in a display
    • 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
    • G06F3/04186Touch location disambiguation

Definitions

  • the present invention relates to the field of electronic product technologies, and in particular, to a touch screen response method and terminal. Background technique
  • terminals such as mobile phones and tablet computers have become an indispensable part of people's lives. People can not only use these terminals for communication, but also transfer files, videos, games, etc. .
  • the existing terminal extracts the center point of the touch according to the area touched by the user's finger on the touch screen; when the touch screen of the terminal is in a different position, the touch position of the user's finger on the touch screen may be The center point of the relative touch area is offset. Therefore, the response action made by the existing solution with the center point as the touch response point may deviate from the actual intention of the user, reducing the accuracy of the touch response and reducing the accuracy.
  • the intelligence of the terminal is provided. Summary of the invention
  • Embodiments of the present invention provide a touch screen response method and a terminal, which can improve the accuracy of the touch response and improve the intelligence of the terminal.
  • An embodiment of the present invention provides a method for responding to a touch screen, including:
  • the embodiment of the present invention further provides a touch screen response terminal, including:
  • a coordinate acquiring module configured to acquire a center point coordinate of the touch when the touch screen receives the touch operation
  • an adjustment module configured to adjust the center point of the touch according to the mode of the terminal and the tilt of the touch screen Coordinate
  • a response module configured to respond to the touch operation according to the adjusted center point coordinate.
  • the touch screen by determining the mode of the terminal and the tilt of the touch screen, and correspondingly adjusting the center point coordinates of the touch to respond to the user's touch operation, the touch screen can respond to the user's actual use intention in response to the user's touch operation. Improve the accuracy of the touch response, enhance the user's tactile experience, and make the terminal more intelligent.
  • FIG. 1 is a schematic flow chart of a first embodiment of a method for responding to a touch screen according to the present invention
  • FIG. 2 is a schematic diagram of a vertical screen mode of a terminal according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a landscape mode of a terminal according to an embodiment of the present invention.
  • FIG. 4 is a schematic flow chart of a second embodiment of a method for responding to a touch screen according to the present invention.
  • FIG. 5 is a schematic structural diagram of a terminal responding to a touch screen according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a coordinate acquisition block according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of an adjustment module according to an embodiment of the present invention. detailed description
  • the center point coordinates of the touch are adjusted correspondingly to respond to the user's touch operation.
  • the terminal may include a mobile phone, a tablet computer, etc., the terminal has a built-in sensor, and the sensor may include a gravity accelerator and a direction sensor, etc., by which the mode of the terminal and the inclination of the touch screen may be detected.
  • the mode of the terminal may include a portrait mode and a landscape mode.
  • the touch screen of the terminal has a pixel coordinate axis, and the pixel coordinate axis includes a horizontal axis X axis and a vertical axis Y axis.
  • the terminal is in a portrait mode and refers to a touch screen of the terminal.
  • the X axis is parallel to the horizontal plane; the terminal in the landscape mode means that the Y axis of the touch screen of the terminal is parallel to the horizontal plane.
  • the inclination of the touch screen is an angle between the touch screen and a horizontal plane.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for responding to a touch screen according to an embodiment of the present invention. As shown in FIG. 1, the method of the embodiment of the present invention includes the following steps:
  • the preferred terminal acquires an area area where the user's finger touches the touch screen, and extracts a center point coordinate of the area area, where the center point coordinate may be a coordinate value of the center point or a center point. Pixel values.
  • the mode of the terminal may be a vertical screen mode and a horizontal screen mode
  • the tilt of the touch screen may be a touch screen and a horizontal plane.
  • the terminal adjusts the coordinates of the center point of the acquired user according to the current mode and according to the angle between the touch screen and the horizontal plane.
  • FIG. 2 is a schematic diagram of a vertical screen mode of a terminal according to an embodiment of the present invention.
  • the terminal when the terminal is in the portrait mode, the terminal may default that the lower side of the touch screen is the horizontal axis X axis, and the left side of the touch screen is the vertical axis Y axis,
  • the angle between the touch screen and the horizontal plane may range from -90 degrees to 90 degrees.
  • the center point coordinate is a coordinate value of a center point; when the angle is between 0 degrees and 4 degrees or between -4 degrees and 0 degrees, the center of the touch is The ordinate value of the point is increased by 0; when the angle is between 5 degrees and 30 degrees or between -30 degrees and -5 degrees, the ordinate value of the center point of the touch is increased by 1; When the angle is between 31 degrees and 60 degrees or between -60 degrees and -31 degrees, the ordinate value of the center point of the touch is increased by 2; when the angle is between 61 degrees and 90 degrees or -90 When the degree is between -61 degrees, the ordinate value of the center point of the touch is increased by 3.
  • the center point coordinate is a pixel value of a center point; when the angle is between 0 degrees and 4 degrees or between -4 degrees and 0 degrees, the center of the touch is The vertical pixel value of the dot is added with 0 pixels; when the angle is between 5 degrees and 30 degrees or between -30 degrees and -5 degrees, the vertical pixel value of the center point of the touch is added by 1 pixel. When the angle is between 31 degrees and 60 degrees or between -60 degrees and -31 degrees, the vertical pixel value of the center point of the touch is added by 2 pixels; when the angle is at 61 degrees When it is between 90 degrees or -90 degrees to -61 degrees, the vertical pixel value of the center point of the touch is added by 3 pixels. Referring to FIG.
  • FIG. 3 a schematic diagram of a landscape mode of a terminal is provided according to an embodiment of the present invention.
  • the terminal when the terminal is in the horizontal screen mode, the terminal may default that the right side of the touch screen is the horizontal axis X axis, and the lower side of the touch screen is the vertical axis Y axis,
  • the angle between the touch screen and the horizontal plane may range from -180 degrees to 180 degrees.
  • the center point coordinate is a coordinate value of a center point; when the angle is between 1 degree to 4 degrees or -4 degrees to -1 degree, the touched The abscissa value of the center point coordinate is incremented by 0; when the angle is between 5 degrees and 60 degrees, the abscissa value of the center point coordinate of the touch is added by 1; when the angle is at 61 degrees When it is between 120 degrees, the horizontal coordinate value of the coordinates of the center point of the touch is increased by 2; when the angle is between 121 degrees and 180 degrees, the coordinates of the center point of the touch are The abscissa value is increased by 3; when the angle is between -60 degrees and -5 degrees, the abscissa value of the center point coordinate of the touch is decremented by 1; when the angle is at -120 degrees to Between -61 degrees, the abscissa value of the center point coordinate of the touch is decremented by 2; when the angle is between -180 degrees and -121 degrees
  • the center point coordinate is a pixel value of a center point; when the angle is between 1 degree to 4 degrees or -4 degrees to -1 degree, the touched The horizontal pixel value of the center point coordinate is added with 0 pixels; when the angle is between 5 degrees and 60 degrees, the horizontal pixel value of the center point coordinate of the touch is added by 1 pixel; When the angle is between 61 degrees and 120 degrees, the lateral pixel value of the center point coordinate of the touch is added by 2 pixels; when the angle is between 121 degrees and 180 degrees, the touch is The horizontal pixel value of the touched center point coordinate is increased by 3 pixels; when the angle is between -60 degrees and -5 degrees, the horizontal pixel value of the center point coordinate of the touch is reduced by 1 pixel; When the angle is between -120 degrees and -61 degrees, the center point coordinates of the touch are The horizontal pixel value is reduced by 2 pixels; when the angle is between -180 degrees and -121 degrees, the lateral pixel value of the center point coordinate of the touch is reduced by
  • the touch operation of the user is responded to according to the center point coordinate of the adjusted user touch.
  • the touch screen by determining the mode of the terminal and the tilt of the touch screen, and correspondingly adjusting the center point coordinates of the touch to respond to the user's touch operation, the touch screen can respond to the user's actual use intention in response to the user's touch operation. Improve the accuracy of the touch response, enhance the user's tactile experience, and make the terminal more intelligent.
  • FIG. 4 a flow chart of a second embodiment of a method for responding to a touch screen according to an embodiment of the present invention is provided. As shown in FIG. 4, the method of the embodiment of the present invention includes the following steps:
  • the terminal may acquire area information including a plurality of pixel points that the user's finger contacts with the touch screen according to the touch screen.
  • the coordinates of the central pixel point may be extracted according to the plurality of pixel point coordinates included in the area information.
  • the coordinates of the central pixel point may be a coordinate value of a center point or a pixel value of a center point.
  • Steps S203 and S204 can be respectively referred to steps S102 and S103 of the first embodiment, and no reference is made here.
  • Embodiment 3 Referring to FIG. 5, it is a schematic structural diagram of a terminal that responds to a touch screen according to an embodiment of the present invention. As shown in FIG. 5, the terminal 1 of the embodiment of the present invention includes:
  • the coordinates are obtained from the ear block 11 , and are used to acquire the coordinates of the center point of the touch when the touch screen receives the touch operation;
  • the preferred coordinate acquiring module 11 acquires an area area where the user's finger touches the touch screen, and extracts the center point coordinates of the area area.
  • the center point coordinate may be a coordinate value of a center point or a pixel value of a center point.
  • FIG. 6 is a schematic structural diagram of a coordinate acquiring module according to an embodiment of the present invention.
  • the coordinate acquiring module 11 includes:
  • An area obtaining unit 111 configured to acquire area information of a user touching the touch screen
  • the area acquiring unit 111 may acquire, according to the touch screen, area information of the plurality of pixel points that the user's finger contacts with the touch screen.
  • the touch point extraction unit 112 is configured to extract the center point coordinates of the touch according to the area information.
  • the touch point extraction unit 112 may obtain the area information acquired according to the area obtaining unit 111.
  • the coordinates of multiple pixel points included in the pixel are extracted from the coordinates of the center pixel.
  • the adjusting module 12 is configured to adjust a center point coordinate of the touch according to a mode of the terminal and a tilt of the touch screen;
  • the mode of the terminal may be a vertical screen mode and a horizontal screen mode
  • the tilt of the touch screen may be an angle between the touch screen and the horizontal plane.
  • the adjustment module 12 adjusts the coordinates of the center point of the acquired user according to the current mode and according to the angle between the touch screen and the horizontal plane.
  • FIG. 7 is a schematic structural diagram of an adjustment module according to an embodiment of the present invention.
  • the adjustment module 12 includes:
  • the vertical axis weighting unit 121 is configured to adjust a center point coordinate of the touch when the mode of the terminal is a portrait mode.
  • FIG. 2 is a schematic diagram of a vertical screen mode of a terminal according to an embodiment of the present invention.
  • the terminal when the terminal is in the portrait mode, the terminal may default to the The lower side of the touch screen is the horizontal axis X axis, and the left side of the touch screen is the vertical axis Y axis, and the angle between the touch screen and the horizontal plane may be between -90 degrees and 90 degrees.
  • the center point coordinate is a coordinate value of a center point; when the angle is between 0 degrees and 4 degrees or between -4 degrees and 0 degrees, the center of the touch is The ordinate value of the point coordinate is increased by 0; when the angle is between 5 degrees and 30 degrees or between -30 degrees and -5 degrees, the ordinate value of the coordinates of the center point of the touch is increased by 1; When the angle is between 31 degrees and 60 degrees or between -60 degrees and -31 degrees, the ordinate value of the coordinates of the center point of the touch is increased by 2; when the angle is between 61 degrees and 90 degrees Or when between -90 degrees and -61 degrees, the ordinate value of the coordinates of the center point of the touch is increased by three.
  • the center point coordinate is a pixel value of a center point; when the angle is between 0 degrees and 4 degrees or between -4 degrees and 0 degrees, the center of the touch is The vertical pixel value of the point coordinate is added with 0 pixels; when the angle is between 5 degrees and 30 degrees or between -30 degrees and -5 degrees, the vertical pixel value of the center point coordinate of the touch is added to 1 a pixel; when the angle is between 31 degrees and 60 degrees or between -60 degrees and -31 degrees, the vertical pixel value of the center point coordinate of the touch is added by 2 pixels; when the angle is When it is between 61 degrees and 90 degrees or between -90 degrees and -61 degrees, the vertical pixel value of the center point coordinate of the touch is added by 3 pixels.
  • the horizontal axis weighting unit 122 is configured to adjust a center point coordinate of the touch when the mode of the terminal is a landscape mode.
  • FIG. 3 is a schematic diagram of a landscape mode of a terminal according to an embodiment of the present invention.
  • the terminal when the terminal is in the horizontal screen mode, the terminal may default that the right side of the touch screen is the horizontal axis X axis, and the lower side of the touch screen is the vertical axis Y axis,
  • the angle between the touch screen and the horizontal plane may range from -180 degrees to 180 degrees.
  • the center point coordinate is a coordinate value of a center point; when the angle is between 1 degree to 4 degrees or -4 degrees to -1 degree, the touched The abscissa value of the center point coordinate is incremented by 0; when the angle is between 5 degrees and 60 degrees, the abscissa value of the center point coordinate of the touch is added by 1; when the angle is at 61 degrees When it is between 120 degrees, the horizontal coordinate value of the coordinates of the center point of the touch is increased by 2; when the angle is between 121 degrees and 180 degrees, the coordinates of the center point of the touch are The abscissa value is increased by 3; when the angle is between -60 degrees and -5 degrees, the abscissa value of the center point coordinate of the touch is decremented by 1; when the angle is at -120 degrees to -61 degrees And decreasing the abscissa value of the center point coordinate of the touch by 2; when the angle is between -180 degrees and -121 degrees, the abs
  • the center point coordinate is a pixel value of a center point; when the angle is between 1 degree to 4 degrees or -4 degrees to -1 degree, the touched The horizontal pixel value of the center point coordinate is added with 0 pixels; when the angle is between 5 degrees and 60 degrees, the horizontal pixel value of the center point coordinate of the touch is added by 1 pixel; When the angle is between 61 degrees and 120 degrees, the lateral pixel value of the center point coordinate of the touch is added by 2 pixels; when the angle is between 121 degrees and 180 degrees, the touch is The horizontal pixel value of the touched center point coordinate is increased by 3 pixels; when the angle is between -60 degrees and -5 degrees, the horizontal pixel value of the center point coordinate of the touch is reduced by 1 pixel; When the angle is between -120 degrees and -61 degrees, the lateral pixel value of the center point coordinate of the touch is reduced by 2 pixels; when the angle is between -180 degrees and -121 degrees In the meantime, the horizontal pixel value of the center point coordinate of the touch is
  • the response module 13 is configured to respond to the touch operation according to the adjusted center point coordinate.
  • the center point coordinate adjusted according to the adjustment module 12 is responsive to the user's touch operation.
  • the touch screen receives the touch operation of the user
  • the area acquiring unit 111 of the coordinate acquiring module 11 acquires the area information of the user's finger contacting the touch screen
  • the touch point extracting unit 112 of the coordinate acquiring module 11 The center point coordinates are extracted based on the area information.
  • the vertical axis weighting unit 121 of the adjustment module 12 adjusts the ordinate value or the vertical pixel value of the center point coordinate of the touch according to the angle between the touch screen and the horizontal plane;
  • the horizontal axis weighting unit 122 of the adjustment module 12 adjusts the abscissa value or the horizontal pixel value of the center point coordinate of the touch according to the angle between the touch screen and the horizontal plane.
  • the corresponding module 13 responds to the user's touch operation according to the adjusted center point coordinate of the adjustment module 12.
  • the corresponding adjustment touch by determining the mode of the terminal and the tilt of the touch screen, the corresponding adjustment touch
  • the center point coordinates of the touch respond to the user's touch operation, so that the touch screen can satisfy the user's actual intention of use in response to the user's touch operation, improve the accuracy of the touch response, enhance the user's tactile experience, and make the terminal more intelligent. specialty.
  • the module or unit in the embodiment of the present invention may be implemented by a general-purpose integrated circuit, such as a CPU (Central Processing Unit), or an ASIC (Application Specific Integrated Circuit).
  • a general-purpose integrated circuit such as a CPU (Central Processing Unit), or an ASIC (Application Specific Integrated Circuit).
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

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

本发明实施例公开了一种触摸屏响应的方法及终端,其中方法包括当触摸屏接收到触碰操作时,获取触碰的中心点坐标;根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点坐标;根据所述调整后的中心点坐标响应所述触碰操作。可以使触摸屏响应用户的触碰操作满足用户实际的使用意图,提高了触摸响应的精准度,提升了用户的触觉体验,使终端更加具备智能化的特点。

Description

一种触摸屏响应的方法及终端
本申请要求于 201 2 年 1 2 月 3 日提交中国专利局、 申请号为 201210508671.X, 发明名称为 "一种触摸屏响应的方法及终端" 的中国专利申 请 的 优 先 权 , 其全部 内 容通 过 引 用 结 合在 本 申 请 中 。 技术领域
本发明涉及电子产品技术领域, 尤其涉及一种触摸屏响应的方法及终端。 背景技术
随着电子科技的不断的开发和完善,手机和平板电脑等终端已经成为了人 们生活中不可或缺的一个部分,人们不仅可以利用这些终端进行通讯,还可以 进行文件传输、 摄像、 玩游戏等。
随着技术的发展,终端大多采用触摸屏以节省按键的区域,扩大屏幕的使 用面积, 给用户带来感官上的享受。 一般地, 现有的终端根据用户手指触碰触 摸屏的面积,在该面积上提取触碰的中心点来进行响应; 由于终端的触摸屏处 于不同的位置时,用户手指对触摸屏的触碰位置可能会相对触碰面积的中心点 有所偏移, 因此, 现有方案以中心点作为触碰响应点做出的响应动作, 可能偏 离了用户实际的使用意图, 降低了触摸响应的精准度, 降低了终端的智能性。 发明内容
本发明实施例提供一种触摸屏响应的方法及终端,可以提高触摸响应的精 准度, 提升终端的智能性。
本发明实施例提供了一种触摸屏响应的方法, 包括:
当触摸屏接收到触碰操作时, 获取触碰的中心点坐标;
根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点坐标;
根据所述调整后的中心点坐标响应所述触碰操作。
相应地, 本发明实施例还提供了一种触摸屏响应的终端, 包括:
坐标获取模块,用于当触摸屏接收到触碰操作时,获取触碰的中心点坐标; 调整模块,用于根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点 坐标;
响应模块, 用于根据所述调整后的中心点坐标响应所述触碰操作。
本发明实施例中,通过判断终端的模式和触摸屏的倾斜度,相应的调整触 碰的中心点坐标来响应用户的触碰操作,可以使触摸屏响应用户的触碰操作满 足用户实际的使用意图, 提高了触摸响应的精准度, 提升了用户的触觉体验, 使终端更加具备智能化的特点。 附图说明
为了更清楚地说明本发明实施例技术方案,下面将对实施例中所需要使用 的附图作筒单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例, 对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这 些附图获得其他的附图。
图 1是本发明一种触摸屏响应的方法的第一实施例流程示意图;
图 2是本发明实施例的终端的竖屏模式的示意图;
图 3是本发明实施例的终端的横屏模式的示意图;
图 4是本发明一种触摸屏响应的方法的第二实施例流程示意图;
图 5是本发明实施例的一种触摸屏响应的终端的结构示意图;
图 6是本发明实施例的坐标获耳 ^莫块的结构示意图;
图 7是本发明实施例的调整模块的结构示意图。 具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部 的实施例。基于本发明中的实施例, 本领域普通技术人员在没有作出创造性劳 动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
在本发明实施例中,通过判断终端的模式和触摸屏的倾斜度,相应的调整 触碰的中心点坐标来响应用户的触碰操作。所述终端可以包括手机、平板电脑 等,所述终端内置有传感器,所述传感器可以包括重力加速器和方向传感器等, 通过所述传感器可以检测所述终端的模式和所述触摸屏的倾斜度。 所述终端的模式可以包括竖屏模式和横屏模式。所述终端的触摸屏内置一 个像素坐标轴, 该像素坐标轴包含横轴 X轴及纵轴 Y轴, 除特别说明外, 本 发明后续实施例中, 所述终端处于竖屏模式指终端的触摸屏的 X轴与水平面 相平行; 所述终端处于横屏模式指终端的触摸屏的 Y轴与水平面相平行。 所 述触摸屏的倾斜度为所述触摸屏与水平面的夹角。 实施例一:
请参见图 1 , 为本发明实施例提供一种触摸屏响应的方法的第一实施例流 程示意图。 如图 1所示, 本发明实施例的所述方法包括以下步骤:
S101 , 当触摸屏接收到触碰操作时, 获取触碰的中心点坐标;
具体的, 当触摸屏接收到触碰操作的时候,优选的终端获取用户手指接触 触摸屏的面积区域,提取该面积区域的中心点坐标, 所述中心点坐标可以是中 心点的坐标值或中心点的像素值。
S102, 根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点坐标; 具体的, 所述终端的模式可以为竖屏模式和横屏模式, 所述触摸屏的倾斜 度可以为触摸屏与水平面的夹角。优选的, 所述终端根据目前所处的模式和根 据所述触摸屏与水平面的夹角, 相应的调整所获取用户触碰的中心点坐标。
需要说明的是, 下面将结合图 2和图 3 , 对所述竖屏模式和所述横屏模式 分别进行详细的介绍。
请一并参照图 2, 为本发明实施例提供终端的竖屏模式的示意图。 如图 2 所示, 当所述终端处于所述竖屏模式时, 所述终端可以默认所述触摸屏的下侧 边为横轴 X轴, 所述触摸屏的左侧边为纵轴 Y轴, 此时所述触摸屏与水平面 的夹角的范围可以在 -90度到 90度之间。
在第一种实施方式中, 所述中心点坐标为中心点的坐标值; 当所述夹角位 于 0度到 4度或者 -4度到 0度之间时,则将所述触碰的中心点的纵坐标值加 0; 当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将所述触碰的中心 点的纵坐标值加 1 ; 当所述夹角位于 31度到 60度或者 -60度到 -31度之间时, 则将所述触碰的中心点的纵坐标值加 2;当所述夹角位于 61度到 90度或者 -90 度到 -61度之间时, 则将所述触碰的中心点的纵坐标值加 3。 在第二种实施方式中, 所述中心点坐标为中心点的像素值; 当所述夹角位 于 0度到 4度或者 -4度到 0度之间时,则将所述触碰的中心点的纵向像素值加 0个像素; 当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将所述触 碰的中心点的纵向像素值加 1个像素; 当所述夹角位于 31度到 60度或者 -60 度到 -31度之间时, 则将所述触碰的中心点的纵向像素值加 2个像素; 当所述 夹角位于 61度到 90度或者 -90度到 -61度之间时, 则将所述触碰的中心点的 纵向像素值加 3个像素。 请一并参照图 3 , 为本发明实施例提供终端的横屏模式的示意图。 如图 3 所示, 当所述终端处于所述横屏模式时, 所述终端可以默认所述触摸屏的右侧 边为横轴 X轴, 所述触摸屏的下侧边为纵轴 Y轴, 此时所述触摸屏与水平面 的夹角的范围可以在 -180度到 180度之间。
在第一种实施方式中, 所述中心点坐标为中心点的坐标值; 当所述夹角位 于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中心点坐标的横坐标 值加 0; 当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心点坐标的 横坐标值加 1 ; 当所述夹角位于 61度到 120度之间时, 则将所述触碰的中心 点坐标的横坐标值加 2; 当所述夹角位于 121度到 180度之间时, 则将所述触 碰的中心点坐标的横坐标值加 3; 当所述夹角位于 -60度到 -5度之间时, 则将 所述触碰的中心点坐标的横坐标值减 1 ; 当所述夹角位于 -120度到 -61度之间 时,则将所述触碰的中心点坐标的横坐标值减 2;当所述夹角位于 -180度到 -121 度之间时, 则将所述触碰的中心点坐标的横坐标值减 3。
在第二种实施方式中, 所述中心点坐标为中心点的像素值; 当所述夹角位 于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中心点坐标的横向像 素值加 0个像素; 当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心 点坐标的横向像素值加 1个像素; 当所述夹角位于 61度到 120度之间时, 则 将所述触碰的中心点坐标的横向像素值加 2个像素;当所述夹角位于 121度到 180度之间时, 则将所述触碰的中心点坐标的横向像素值加 3个像素; 当所述 夹角位于 -60度到 -5度之间时, 则将所述触碰的中心点坐标的横向像素值减 1 个像素; 当所述夹角位于 -120度到 -61度之间时, 则将所述触碰的中心点坐标 的横向像素值减 2个像素; 当所述夹角位于 -180度到 -121度之间时, 则将所 述触碰的中心点坐标的横向像素值减 3个像素。
S103 , 根据所述调整后的中心点坐标响应所述触碰操作;
具体的, 根据调整后的用户触碰的中心点坐标响应用户的触碰操作。 本发明实施例中,通过判断终端的模式和触摸屏的倾斜度,相应的调整触 碰的中心点坐标来响应用户的触碰操作,可以使触摸屏响应用户的触碰操作满 足用户实际的使用意图, 提高了触摸响应的精准度, 提升了用户的触觉体验, 使终端更加具备智能化的特点。 实施例二:
请参见图 4, 为本发明实施例提供一种触摸屏响应的方法的第二实施例流 程示意图。 如图 4所示, 本发明实施例的所述方法包括以下步骤:
5201 , 获取用户接触触摸屏的面积信息;
具体的, 当触摸屏接收到用户的触碰操作时, 所述终端可以根据所述触摸 屏获取用户的手指与触摸屏接触的包含多个像素点的面积信息。
5202, 根据所述面积信息提取所述触碰的中心点坐标;
具体的, 可以根据所述面积信息中所包含的多个像素点坐标,提取中心像 素点的坐标。所述中心像素点的坐标可以是中心点的坐标值或中心点的像素值。
S203 , 根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点坐标;
S204, 根据所述调整后的中心点坐标响应所述触碰操作;
其中, 步骤 S203和 S204可以分别参见实施例一的步骤 S102和 S103 , 在 此不进行赞述。
本发明实施例中,通过判断终端的模式和触摸屏的倾斜度,相应的调整触 碰的中心点坐标来响应用户的触碰操作,可以使触摸屏响应用户的触碰操作满 足用户实际的使用意图, 提高了触摸响应的精准度, 提升了用户的触觉体验, 使终端更加具备智能化的特点。 实施例三: 请参见图 5, 为本发明实施例提供一种触摸屏响应的终端的结构示意图。 如图 5所示, 本发明实施例的所述终端 1包括:
坐标获耳 ^莫块 11 , 用于当触摸屏接收到触碰操作时, 获取触碰的中心点 坐标;
具体实现中, 当触摸屏接收到触碰操作的时候, 优选的坐标获取模块 11 获取用户手指接触触摸屏的面积区域,提取该面积区域的中心点坐标。所述中 心点坐标可以是中心点的坐标值或中心点的像素值。
具体的, 请一并参照图 6, 图 6为本发明实施例提供坐标获取模块的结构 示意图。 如图 6所示, 所述坐标获取模块 11包括:
面积获取单元 111 , 用于获取用户接触触摸屏的面积信息;
具体实现中, 当触摸屏接收到用户的触碰操作时, 所述面积获取单元 111 可以根据所述触摸屏获取用户的手指与触摸屏接触的包含多个像素点的面积 信息。
触碰点提取单元 112,用于根据所述面积信息提取所述触碰的中心点坐标; 具体实现中,所述触碰点提取单元 112可以根据所述面积获取单元 111获 取的所述面积信息中包含的多个像素点坐标, 提取中心像素点的坐标。 调整模块 12, 用于根据终端的模式和触摸屏的倾斜度调整所述触碰的中 心点坐标;
具体实现中, 所述终端的模式可以为竖屏模式和横屏模式, 所述触摸屏的 倾斜度可以为触摸屏与水平面的夹角。 优选的, 所述调整模块 12根据目前所 处的模式和根据所述触摸屏与水平面的夹角,相应的调整所获取用户触碰的中 心点坐标。
具体的, 请一并参见图 7, 图 7为本发明实施例提供调整模块的结构示意 图。 如图 7所示, 所述调整模块 12包括:
纵轴加权单元 121 , 用于当所述终端的模式为竖屏模式时, 调整所述触碰 的中心点坐标。
具体实现中, 请一并参照图 2, 为本发明实施例提供终端的竖屏模式的示 意图。 如图 2所示, 当所述终端处于所述竖屏模式时, 所述终端可以默认所述 触摸屏的下侧边为横轴 X轴, 所述触摸屏的左侧边为纵轴 Y轴, 此时所述触 摸屏与水平面的夹角的范围可以在 -90度到 90度之间。
在第一种实施方式中, 所述中心点坐标为中心点的坐标值; 当所述夹角位 于 0度到 4度或者 -4度到 0度之间时,则将所述触碰的中心点坐标的纵坐标值 加 0; 当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将所述触碰的 中心点坐标的纵坐标值加 1 ; 当所述夹角位于 31度到 60度或者 -60度到 -31度 之间时, 则将所述触碰的中心点坐标的纵坐标值加 2; 当所述夹角位于 61度 到 90度或者 -90度到 -61度之间时, 则将所述触碰的中心点坐标的纵坐标值加 3。
在第二种实施方式中, 所述中心点坐标为中心点的像素值; 当所述夹角位 于 0度到 4度或者 -4度到 0度之间时,则将所述触碰的中心点坐标的纵向像素 值加 0个像素; 当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将 所述触碰的中心点坐标的纵向像素值加 1个像素; 当所述夹角位于 31度到 60 度或者 -60度到 -31 度之间时, 则将所述触碰的中心点坐标的纵向像素值加 2 个像素; 当所述夹角位于 61度到 90度或者 -90度到 -61度之间时, 则将所述 触碰的中心点坐标的纵向像素值加 3个像素。
横轴加权单元 122, 用于当所述终端的模式为横屏模式时, 调整所述触碰 的中心点坐标。
具体实现中, 请一并参照图 3 , 为本发明实施例提供终端的横屏模式的示 意图。 如图 3所示, 当所述终端处于所述横屏模式时, 所述终端可以默认所述 触摸屏的右侧边为横轴 X轴, 所述触摸屏的下侧边为纵轴 Y轴, 此时所述触 摸屏与水平面的夹角的范围可以在 - 180度到 180度之间。
在第一种实施方式中, 所述中心点坐标为中心点的坐标值; 当所述夹角位 于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中心点坐标的横坐标 值加 0; 当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心点坐标的 横坐标值加 1 ; 当所述夹角位于 61度到 120度之间时, 则将所述触碰的中心 点坐标的横坐标值加 2; 当所述夹角位于 121度到 180度之间时, 则将所述触 碰的中心点坐标的横坐标值加 3; 当所述夹角位于 -60度到 -5度之间时, 则将 所述触碰的中心点坐标的横坐标值减 1 ; 当所述夹角位于 -120度到 -61度之间 时,则将所述触碰的中心点坐标的横坐标值减 2;当所述夹角位于 -180度到 -121 度之间时, 则将所述触碰的中心点坐标的横坐标值减 3。 所述中心点坐标的横 坐标值可以为中心像素点的坐标的横坐标值。
在第二种实施方式中, 所述中心点坐标为中心点的像素值; 当所述夹角位 于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中心点坐标的横向像 素值加 0个像素; 当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心 点坐标的横向像素值加 1个像素; 当所述夹角位于 61度到 120度之间时, 则 将所述触碰的中心点坐标的横向像素值加 2个像素;当所述夹角位于 121度到 180度之间时, 则将所述触碰的中心点坐标的横向像素值加 3个像素; 当所述 夹角位于 -60度到 -5度之间时, 则将所述触碰的中心点坐标的横向像素值减 1 个像素; 当所述夹角位于 -120度到 -61度之间时, 则将所述触碰的中心点坐标 的横向像素值减 2个像素; 当所述夹角位于 -180度到 -121度之间时, 则将所 述触碰的中心点坐标的横向像素值减 3个像素。 响应模块 13, 用于根据所述调整后的中心点坐标响应所述触碰操作。 具体实现中, 根据所述调整模块 12调整后的中心点坐标响应用户的触碰 操作。 当触摸屏接收到用户的触碰操作时, 所述坐标获取模块 11的所述面积获 取单元 111获取用户的手指与触摸屏接触的面积信息, 所述坐标获取模块 11 的所述触碰点提取单元 112根据所述面积信息提取中心点坐标。
如果当前终端为竖屏模式, 所述调整模块 12的所述纵轴加权单元 121根 据所述触摸屏与水平面的夹角调整触碰的中心点坐标的纵坐标值或纵向像素 值; 如果当前终端为横屏模式, 所述调整模块 12的所述横轴加权单元 122根 据所述触摸屏与水平面的夹角调整触碰的中心点坐标的横坐标值或横向像素 值。
所述相应模块 13根据调整模块 12调整后的中心点坐标响应用户的触碰操 作。
本发明实施例中,通过判断终端的模式和触摸屏的倾斜度,相应的调整触 碰的中心点坐标来响应用户的触碰操作,可以使触摸屏响应用户的触碰操作满 足用户实际的使用意图, 提高了触摸响应的精准度, 提升了用户的触觉体验, 使终端更加具备智能化的特点。
本发明实施例中所述模块或单元, 可以通过通用集成电路, 例如 CPU ( Central Processing Unit, 中央处理器), 或通过 ASIC ( Application Specific Integrated Circuit, 专用集成电路)来实现。
本发明实施例方法中的步骤可以根据实际需要进行顺序调整、合并和删减。 本发明实施例装置中的模块或单元可以根据实际需要进行合并、划分和删 减。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程, 是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算 机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。 其中,所述的存储介质可为磁碟、光盘、只读存储记忆体( Read-Only Memory, ROM )或随机存储记忆体(Random Access Memory, RAM )等。
以上所揭露的仅为本发明较佳实施例而已,当然不能以此来限定本发明之 权利范围,因此依本发明权利要求所作的等同变化,仍属本发明所涵盖的范围。

Claims

权 利 要 求
1、 一种触摸屏响应的方法, 其特征在于, 包括:
当触摸屏接收到触碰操作时, 获取触碰的中心点坐标;
根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点坐标; 根据所述调整后的中心点坐标响应所述触碰操作。
2、 根据权利要求 1所述的方法, 其特征在于, 所述获取触碰的中心点坐 标, 包括:
获取用户接触触摸屏的面积信息;
根据所述面积信息提取所述触碰的中心点坐标。
3、 根据权利要求 1所述的方法, 其特征在于, 所述终端的模式包括竖屏 模式和横屏模式;
所述触摸屏的倾斜度为触摸屏与水平面的夹角。
4、 根据权利要求 3所述的方法, 其特征在于, 所述根据终端的模式和触 摸屏的倾斜度调整所述触碰的中心点坐标, 包括:
当所述夹角位于 0度到 4度或者 -4度到 0度之间时,则将所述触碰的中心 点的从坐标加 0;
当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将所述触碰的 中心点的纵坐标加 1 ;
当所述夹角位于 31度到 60度或者 -60度到 -31度之间时, 则将所述触碰 的中心点的纵坐标加 2;
当所述夹角位于 61度到 90度或者 -90度到 -61度之间时, 则将所述触碰 的中心点的纵坐标加 3;
其中, 所述终端的模式为竖屏模式,所述触摸屏与水平面的夹角的范围在 -90度到 90度之间。
5、 根据权利要求 3所述的方法, 其特征在于, 所述根据终端的模式和触 摸屏的倾斜度调整所述触碰的中心点坐标, 包括:
当所述夹角位于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中 心点的横坐标加 0;
当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心点的横坐标加
1 ;
当所述夹角位于 61度到 120度之间时, 则将所述触碰的中心点的横坐标 加 2;
当所述夹角位于 121度到 180度之间时,则将所述触碰的中心点的横坐标 加 3;
当所述夹角位于 -60度到 -5度之间时, 则将所述触碰的中心点的横坐标减
1 ;
当所述夹角位于 -120度到 -61度之间时, 则将所述触碰的中心点的横坐标 减 2;
当所述夹角位于 -180度到 -121 度之间时, 则将所述触碰的中心点的横坐 标减 3;
其中, 所述终端的模式为横屏模式,所述触摸屏与水平面的夹角的范围在 -180度到 180度之间。
6、 一种触摸屏响应的终端, 其特征在于, 包括:
坐标获取模块,用于当触摸屏接收到触碰操作时,获取触碰的中心点坐标; 调整模块,用于根据终端的模式和触摸屏的倾斜度调整所述触碰的中心点 坐标;
响应模块, 用于根据所述调整后的中心点坐标响应所述触碰操作。
7、 根据权利要求 6所述的终端, 其特征在于, 所述坐标获取模块包括: 面积获取单元, 用于获取用户接触触摸屏的面积信息;
触碰点提取单元, 用于根据所述面积信息提取所述触碰的中心点坐标。
8、 根据权利要求 6所述的终端, 其特征在于, 所述终端的模式为根据终 端的重力加速计算得出, 包括竖屏模式和横屏模式;
所述触摸屏的倾斜度为触摸屏与水平面的夹角。
9、 根据权利要求 8所述的终端, 其特征在于, 所述调整模块包括: 纵轴加权单元, 用于当所述终端的模式为竖屏模式, 所述夹角位于 0度到 4度或者 -4度到 0度之间时, 则将所述触碰的中心点的纵坐标加 0;
当所述夹角位于 5度到 30度或者 -30度到 -5度之间时, 则将所述触碰的 中心点的纵坐标加 1 ;
当所述夹角位于 31度到 60度或者 -60度到 -31度之间时, 则将所述触碰 的中心点的纵坐标加 2;
当所述夹角位于 61度到 90度或者 -90度到 -61度之间时, 则将所述触碰 的中心点的纵坐标加 3;
其中, 所述终端的模式为竖屏模式时, 所述触摸屏与水平面的夹角的范围 在 -90度到 90度之间。
10、 根据权利要求 8所述的终端, 其特征在于, 所述调整模块包括: 横轴加权单元, 用于当所述终端的模式为横屏模式, 所述夹角位于 1度到 4度或者 -4度到 -1度之间时, 则将所述触碰的中心点的横坐标加 0;
当所述夹角位于 5度到 60度之间时, 则将所述触碰的中心点的横坐标加
1 ;
当所述夹角位于 61度到 120度之间时, 则将所述触碰的中心点的横坐标 加 2;
当所述夹角位于 121度到 180度之间时,则将所述触碰的中心点的横坐标 加 3;
当所述夹角位于 -60度到 -5度之间时, 则将所述触碰的中心点的横坐标减
1 ;
当所述夹角位于 -120度到 -61度之间时, 则将所述触碰的中心点的横坐标 当所述夹角位于- 180度到 -121 度之间时, 则将所述触碰的中心点的横坐 标减 3;
其中, 所述终端的模式为横屏模式时, 所述触摸屏与水平面的夹角的范围 在 -180度到 180度之间。
PCT/CN2013/085164 2012-12-03 2013-10-14 一种触摸屏响应的方法及终端 WO2014086205A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/372,005 US9367171B2 (en) 2012-12-03 2013-10-14 Touchscreen response method and terminal

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210508671.XA CN103019442B (zh) 2012-12-03 2012-12-03 一种触摸屏响应的方法及终端
CN201210508671.X 2012-12-03

Publications (1)

Publication Number Publication Date
WO2014086205A1 true WO2014086205A1 (zh) 2014-06-12

Family

ID=47968111

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/085164 WO2014086205A1 (zh) 2012-12-03 2013-10-14 一种触摸屏响应的方法及终端

Country Status (3)

Country Link
US (1) US9367171B2 (zh)
CN (1) CN103019442B (zh)
WO (1) WO2014086205A1 (zh)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019442B (zh) * 2012-12-03 2016-03-30 深圳市金立通信设备有限公司 一种触摸屏响应的方法及终端
CN103389877B (zh) * 2013-07-24 2017-03-22 Tcl通讯(宁波)有限公司 一种基于触摸屏的手指倾斜识别方法、系统及移动终端
CN105094514A (zh) * 2014-05-23 2015-11-25 中兴通讯股份有限公司 一种终端便捷操作的方法及装置
CN107122639B (zh) * 2016-02-25 2020-10-30 创新先进技术有限公司 终端控制方法及装置
CN105843447A (zh) * 2016-03-21 2016-08-10 深圳市金立通信设备有限公司 一种触控方法及终端
CN106201091B (zh) * 2016-07-13 2019-01-08 北京集创北方科技股份有限公司 触摸屏的坐标处理方法及装置
CN108089765B (zh) * 2018-01-19 2021-08-17 昆山国显光电有限公司 触摸屏灵敏度调节方法、装置及触摸屏
US10592051B1 (en) * 2018-10-31 2020-03-17 Dell Products, L.P. Touch input correction for multi-form factor information handling system (IHS)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101634914A (zh) * 2008-07-22 2010-01-27 福州星网视易信息系统有限公司 基于非均匀触摸屏三点校准方法
CN102760030A (zh) * 2011-11-28 2012-10-31 联想(北京)有限公司 一种显示方法、装置及电子终端
CN103019442A (zh) * 2012-12-03 2013-04-03 深圳市金立通信设备有限公司 一种触摸屏响应的方法及终端

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000267813A (ja) * 1999-03-17 2000-09-29 Sharp Corp タッチパネル入力式電子機器
CN101763005B (zh) * 2007-04-18 2013-03-27 京瓷办公信息系统株式会社 操作装置以及图像形成装置
KR101190276B1 (ko) * 2009-10-28 2012-10-12 주식회사 애트랩 입력 장치 및 이 장치의 접촉 위치 검출 방법
CN102117156B (zh) * 2009-12-30 2013-06-19 比亚迪股份有限公司 一种电容式触控板、触控方法及其装置
JP5133363B2 (ja) * 2010-03-02 2013-01-30 東芝テック株式会社 表示入力装置および表示入力方法
JP5557316B2 (ja) * 2010-05-07 2014-07-23 Necカシオモバイルコミュニケーションズ株式会社 情報処理装置、情報生成方法及びプログラム
JP2012221310A (ja) * 2011-04-11 2012-11-12 Fujitsu Ten Ltd 操作装置
EP2749996B1 (en) * 2012-12-28 2018-05-30 Sony Mobile Communications Inc. Electronic device and method for improving accuracy of location determination of a user input on a touch panel
US9047002B2 (en) * 2013-03-15 2015-06-02 Elwha Llc Systems and methods for parallax compensation
US9389728B2 (en) * 2013-03-15 2016-07-12 Elwha Llc Systems and methods for parallax compensation
US9395902B2 (en) * 2013-03-15 2016-07-19 Elwha Llc Systems and methods for parallax compensation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101634914A (zh) * 2008-07-22 2010-01-27 福州星网视易信息系统有限公司 基于非均匀触摸屏三点校准方法
CN102760030A (zh) * 2011-11-28 2012-10-31 联想(北京)有限公司 一种显示方法、装置及电子终端
CN103019442A (zh) * 2012-12-03 2013-04-03 深圳市金立通信设备有限公司 一种触摸屏响应的方法及终端

Also Published As

Publication number Publication date
CN103019442A (zh) 2013-04-03
US9367171B2 (en) 2016-06-14
CN103019442B (zh) 2016-03-30
US20140354573A1 (en) 2014-12-04

Similar Documents

Publication Publication Date Title
WO2014086205A1 (zh) 一种触摸屏响应的方法及终端
WO2018103525A1 (zh) 人脸关键点跟踪方法和装置、存储介质
US10701273B1 (en) User terminal apparatus and control method thereof
EP2769289B1 (en) Method and apparatus for determining the presence of a device for executing operations
US20150310637A1 (en) Interface adjustment method, apparatus, and terminal
US20180203568A1 (en) Method for Enabling Function Module of Terminal, and Terminal Device
WO2014047922A1 (zh) 一种电子设备及控制显示对象缩放的方法
CN106203254B (zh) 一种调整拍照方向的方法及装置
EP2868065A1 (en) Apparatus and method for selection of a device for content sharing operations
WO2015109816A1 (zh) 一种终端截屏的方法以及终端
WO2020020134A1 (zh) 拍摄方法及移动终端
US10275056B2 (en) Method and apparatus for processing input using display
WO2020207379A1 (zh) 分屏方法及终端设备
WO2019120059A1 (zh) 图像显示方法和移动终端
WO2019011108A1 (zh) 虹膜识别方法及相关产品
WO2020042835A1 (zh) 图像显示方法及移动终端
JP2023518548A (ja) 検出結果出力方法、電子機器及び媒体
WO2017088694A1 (zh) 手势校准方法、装置及手势输入处理方法、计算机存储介质
WO2015014135A1 (zh) 鼠标指针的控制方法、装置及终端设备
WO2018058673A1 (zh) 一种3d显示方法及用户终端
CN107885987B (zh) 一种解锁方法、终端及计算机可读存储介质
WO2021204101A1 (zh) 显示方法及电子设备
US11284003B2 (en) User terminal apparatus and control method thereof
US10656904B2 (en) Method for adjusting sound volume of terminal, terminal, and non-transitory tangible computer-readable storage medium
US9756673B2 (en) Data sharing method and apparatus

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14372005

Country of ref document: US

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

Ref document number: 13860753

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: 13860753

Country of ref document: EP

Kind code of ref document: A1