CN112306331A - Touch penetration processing method and device, storage medium and all-in-one machine - Google Patents

Touch penetration processing method and device, storage medium and all-in-one machine Download PDF

Info

Publication number
CN112306331A
CN112306331A CN202011153060.9A CN202011153060A CN112306331A CN 112306331 A CN112306331 A CN 112306331A CN 202011153060 A CN202011153060 A CN 202011153060A CN 112306331 A CN112306331 A CN 112306331A
Authority
CN
China
Prior art keywords
touch
signal source
point
information
touch point
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.)
Granted
Application number
CN202011153060.9A
Other languages
Chinese (zh)
Other versions
CN112306331B (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.)
Guangzhou Lango Electronic Science and Technology Co Ltd
Original Assignee
Guangzhou Lango Electronic Science and Technology 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 Guangzhou Lango Electronic Science and Technology Co Ltd filed Critical Guangzhou Lango Electronic Science and Technology Co Ltd
Priority to CN202011153060.9A priority Critical patent/CN112306331B/en
Publication of CN112306331A publication Critical patent/CN112306331A/en
Application granted granted Critical
Publication of CN112306331B publication Critical patent/CN112306331B/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/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Landscapes

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

Abstract

The invention provides a touch penetration processing method, a device, a storage medium and an all-in-one machine, wherein the device comprises a view management module, wherein the view management module is used for receiving touch information and distributing the touch information to running applications; the touch control management module of the signal source is used for receiving touch control information and judging whether the touch control point is a first touch control point or not and the action type is falling; if so, turning on a touch switch of the signal source, otherwise, not processing; and after all the touch points are released, immediately closing the touch switch of the signal source and waiting for the next touch information. The invention manages the whole screen of the all-in-one machine in a unified way without dividing the whole screen into a plurality of android menu areas. The display state or the hidden state of a plurality of android menu areas does not need to be frequently switched, so that the problem of management effectiveness caused by frequent switching does not occur. The touch screen penetration management method is simplified, and the management efficiency is higher.

Description

Touch penetration processing method and device, storage medium and all-in-one machine
Technical Field
The invention relates to the technical field of touch screen processing, in particular to a touch penetration processing method and device, a storage medium and an all-in-one machine.
Background
The touch operation of an android system and the touch operation of an external input signal source, namely double-touch operation, are simultaneously supported on the existing all-in-one machine equipment. By default, when the touch screen is clicked, both android and the touch under the signal source will have a response. When the operation window of the android system is coincident with the display window of the signal source, touch penetration is generated by touching the operation interface of the android system, so that a touch point (also called a touch point) can be received by the area of the signal source. Therefore, some control methods are needed to make the signal source touch not respond in some situations, for example, when a user clicks an android menu, the signal source touch at the clicked position is invalid. It is common practice for an android system to distinguish the location and occupied area of an android menu (View). When the touch operation of the user is in the android menu area, the touch point is touch-invalid under the signal source. The following needs are to be achieved to achieve the above effects:
1. the location area occupied by the android View for display and hiding is managed accurately.
2. The coordinates of android View and the touch coordinates need to be converted, and the conversion ratio relation is determined by the touch resolution and the display resolution.
3. And managing the positions of all touch points and occupied areas of android View according to an algorithm, and determining whether to disable signal source touch of the points.
4. The number of areas of the android View independent area displayed on the screen needs to be managed, and the upper limit value of the specified number cannot be exceeded.
The above-described complicated management method has the following problems: the android system needs to frequently switch the display state and the position state of the View, and when the android View displays, the signal source touch of the android View area is closed. And when the android View is hidden, starting signal source touch of the android View area. Such frequent switching states can be problematic. And the android View has a plurality of areas, so that the management is more complicated. Once an android menu is hidden, but the area is not deleted by an actual program, the signal source touch failure of the area occurs. In addition, if a certain android View is displayed or the position is updated, no area is set in time. It causes a touch penetration to occur when it is clicked (this touch point location touch should not respond). There is a limit to the number of regions, such as up to 10 regions simultaneously. If there are 11 regions present at the same time. There are 1 touch penetration area that cannot be handled.
Disclosure of Invention
The invention aims to provide a touch penetration processing method, a touch penetration processing device, a storage medium and an all-in-one machine, which can solve a series of problems caused by the complexity of managing a plurality of android menu areas in the prior art.
The purpose of the invention is realized by the following technical scheme:
in a first aspect, the present invention provides a touch penetration processing method, including the following steps:
step S1, the view management module receives the touch information reported by the touch data processing module and distributes the touch information to each application at the position of the touch point;
step S2, the signal source player receives the touch information, determines whether the touch point is the first touch point and the action type is falling, if yes, goes to step S3, otherwise goes to step S4;
step S3, the signal source player opens a touch switch of the signal source, the screen area where the signal source is located normally receives touch information, and operation is executed according to the touch information;
step S4, the signal source player does not process and maintains the closing state of the signal source touch switch;
step S5, after the touch data processing module detects that all touch points are released, the touch switch of the signal source is turned off.
Further, the touch information includes a position of the touch point, an ID of the touch point, an action type, and a data packet.
Further, the method for determining whether the touch point is the first touch point includes: the touch information carries the ID of the touch point, if the ID of the touch point is the first serial number, the touch point is judged to be the first touch point, otherwise, the touch point is judged not to be the first touch point.
Further, the releasing of all the touch points means that the motion types of all the touch points are lifted.
In a second aspect, the present invention provides a touch penetration processing apparatus, including:
the view management module is used for receiving the touch information and distributing the touch information to each application at the position of the touch point;
the signal source player receives the touch information distributed to the view module, judges whether the touch point is the first touch point and judges whether the action type is falling; if so, turning on a touch switch of the signal source, otherwise, not processing; after all the touch points are released, immediately closing the touch switch of the signal source and waiting for the next touch information;
the touch data processing module is used for receiving the touch data, analyzing and reporting the touch data to the android system, and simultaneously forwarding the touch data to the signal source equipment; and when all the touch points are lifted, the signal source touch is closed.
Further, the signal source player is further configured to buffer a data packet of the touch operation within a period from the time when the touch switch of the signal source is turned on after the first touch point falls. When receiving the first point falling, the touch control information and the signal source touch control switch opening mark received by the first point falling are sent to the touch control processing module. And until the signal source touch switch of the touch data processing module is inquired to be opened. And the touch data processing program receives the corresponding data packet, opens the signal source touch and sends corresponding touch point data to the signal source equipment. And forwarding the subsequent touch point data to the signal source equipment.
Further, the touch information includes a position of the touch point, an ID of the touch point, an action type, and a data packet.
In a third aspect, the present invention provides a storage medium, where a computer program is stored in the storage medium, and the touch penetration processing method can be implemented after the computer program is run.
In a fourth aspect, the invention provides a all-in-one machine, which comprises the touch penetration processing device.
The touch penetration processing method, the device, the storage medium and the all-in-one machine uniformly manage the whole screen of the all-in-one machine. The whole screen does not need to be divided into a plurality of android menu areas. The display state or the hidden state of a plurality of android menu areas does not need to be frequently switched, so that the problem of management effectiveness caused by frequent switching does not occur. The touch screen penetration management method is simplified, and the management efficiency is higher.
Drawings
FIG. 1 is a schematic flow chart of a touch penetration processing method according to the present invention;
FIG. 2 is a schematic structural diagram of a touch penetration processing apparatus according to the present invention;
FIG. 3 is a schematic diagram of a touch penetration process according to the present invention;
FIG. 4 is a schematic diagram of a view presentation and relationship of a signal source picture and an android.
Detailed Description
The embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
The embodiments of the present disclosure are described below with specific examples, and other advantages and effects of the present disclosure will be readily apparent to those skilled in the art from the disclosure in the specification. It is to be understood that the described embodiments are merely illustrative of some, and not restrictive, of the embodiments of the disclosure. The disclosure may be embodied or carried out in various other specific embodiments, and various modifications and changes may be made in the details within the description without departing from the spirit of the disclosure. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
Example one
The invention provides a touch penetration processing method, which comprises the following steps:
and step S1, the view management module of the android system receives the touch information and distributes the touch information to each application at the position of the touch point.
The touch information includes the position of the touch point, the ID of the touch point, the action type (whether the touch operation is a touch operation of a touch point or a touch operation of a touch point), a data packet, and the like. The position of the touch point is represented as the position information of the touch point on the screen when the touch point falls, and the position information directly determines the application to which the area of the touch point when the touch point falls belongs. And if the touch point is located in the area where the application window of the android belongs, the view management module sends the touch information to the application of the android. And if the touch point is located in the area of the player of the signal source, the view management module sends the touch information to the player. And if the touch points exist, respectively sending the touch points. The IDs of the touch points are numbered according to the serial numbers, the ID of the first touch point is 1, the ID of the second touch point is 2 according to the falling sequence of the touch points, and so on. The action types comprise down (down) and up (up), and a finger of a down point is in contact with a certain point of the screen; lifting means that the finger is separated from contact with the screen. The touch data includes information of positions, states, contact widths, and the like of all points of a certain touch operation. The content of the data packet is not the focus of the present invention and will not be described herein.
The view presentation and relationship of the signal source picture and android are shown in fig. 4. The outer frame represents the input picture of the signal source device on which any other android menu can be displayed.
Step S2, the signal source player receives the touch information, determines whether the touch point is the first touch point and the action type is falling, if yes, goes to step S3, otherwise, goes to step S4.
The signal source player is one of android applications. The signal source generally refers to a device capable of playing video, such as a notebook computer, a mobile phone, a desktop computer, and the like. The signal source is connected with the all-in-one machine through a data line (such as HDMI), and video data are transmitted to the all-in-one machine through the data line and played through a screen of the all-in-one machine. The touch control management module of the signal source on the all-in-one machine is generally embodied as a program of a TV Player (TV Player).
Because the ID of the touch point is carried in the touch information, the ID of the touch point is numbered according to the serial number. The first drop point is marked as 1, and whether the first drop point is the first touch point is judged according to whether the ID is 1. If the serial number is 1, the touch control point is judged to be the first touch control point, otherwise, the touch control point is not judged to be the first touch control point. The touch information also carries an action type, and whether the operation is a point operation or a lifting operation is judged according to the action type. The first drop point can also be recorded as 0, and the starting number of the first drop point should not be taken as a limitation of the present invention.
And step S3, the signal source player opens a touch switch of the signal source, the screen area where the signal source is located normally receives the touch information, and the operation is executed according to the touch information.
When the first touch point is located in the area where the signal source is located, it is determined that the user wants to perform touch operation on the signal source, so that the touch switch of the signal source is turned on, and the user is allowed to perform touch operation on the area where the signal source is located.
And step S4, the signal source player does not process and maintains the closing state of the signal source touch switch.
And when the first touch point does not fall in the area of the signal source, judging that the user does not want to perform touch operation on the signal source, and keeping the touch switch of the signal source closed. The touch operation is ineffective in the area of the signal source, and the touch penetration condition can not occur.
Step S5, after the touch data processing module detects that all touch points are released, the touch switch of the signal source is turned off.
The action type of all touch points is lift-up, which is defined as all touch points are released. And after all the touch points are released, immediately closing the touch switch of the signal source and waiting for the next touch information.
According to the processing steps, the screen of the all-in-one machine does not need to be subjected to regional management. Normally, the touch switch of the signal source is in an off state. Only when the first touch point is located in the area of the signal source, the touch control management module of the signal source turns on the touch control switch, and the touch operation on the signal source is effective. The processing method is simple and reliable.
The invention also provides a touch penetration processing device which comprises a view management module and a touch control management module of a signal source. The view management module is used for receiving the touch information and distributing the touch information to each application at the position of the touch point. The signal source player is used for receiving the touch information and judging whether the 1 st point of the touch point falls on the application of the signal source player. If so, the touch switch of the signal source is turned on, otherwise, the processing is not carried out. And after all the touch points are released, immediately closing the touch switch of the signal source and waiting for the next touch information. The touch data processing module is used for receiving the touch data, analyzing and reporting the touch data to the android system, and simultaneously forwarding the touch data to the signal source equipment; and when all the touch points are lifted, the signal source touch is closed.
The signal source player is also used for caching data packets of touch operation within a period from the first touch point falling to the touch switch of the signal source being turned on.
The invention also provides a storage medium, wherein the storage medium stores a computer program, and the computer program is run to realize the following method:
step S1, the view management module receives the touch information and distributes the touch information to each application at the position of the touch point;
step S2, the signal source player receives the touch information, determines whether the touch point is the first touch point and the action type is falling, if yes, goes to step S3, otherwise goes to step S4;
step S3, the signal source player opens a touch switch of the signal source, the screen area where the signal source is located normally receives touch information, and operation is executed according to the touch information;
step S4, the signal source player does not process and maintains the closing state of the signal source touch switch;
step S5, after the touch data processing module detects that all touch points are released, the touch switch of the signal source is turned off.
The invention also provides an all-in-one machine which at least comprises the touch penetration processing device.
Example two
On the basis of the first embodiment, the method further comprises the step of caching the data packet of the touch operation. Since data of the touch operation is generated from the moment the first touch point is dropped and received by the view management module. The touch switch of the signal source is turned on for a period of time from the first touch point falling, because the signal touch is turned off at this time. The signal source device (typically a PC) does not receive data of the touch operation. The touch operation data during this period of time may be missed. In order to solve the problem, the method further comprises the step of caching the data packet of the touch operation, and specifically comprises the following steps:
and when the signal source player receives the touch control point 1 falling, starting to cache the data packet and sending the data packet and the touch control mark of the open signal source to the touch control data processing module together until the signal source touch control switch of the touch control data processing module is opened through inquiry. And the touch data processing module receives the information, turns on the signal source touch switch and starts to send a touch data packet to the signal source equipment.
In addition, the touch penetration processing method, the touch penetration processing device, the storage medium and the all-in-one machine in the first embodiment are the same as those in the second embodiment, and are not described herein again.
The above description is for the purpose of illustrating embodiments of the invention and is not intended to limit the invention, and it will be apparent to those skilled in the art that any modification, equivalent replacement, or improvement made without departing from the spirit and principle of the invention shall fall within the protection scope of the invention.

Claims (9)

1. The touch penetration processing method is characterized by comprising the following steps:
step S1, the view management module receives the touch information and distributes the touch information to each application at the position of the touch point;
step S2, the signal source player receives the touch information, determines whether the touch point is the first touch point and the action type is falling, if yes, goes to step S3, otherwise goes to step S4;
step S3, the signal source player opens a touch switch of the signal source, the screen area where the signal source is located normally receives touch information, and operation is executed according to the touch information;
step S4, the signal source player does not process and maintains the closing state of the signal source touch switch;
step S5, after the touch data processing module detects that all touch points are released, the touch switch of the signal source is turned off.
2. The touch penetration processing method according to claim 1, wherein the touch information includes a position of the touch point, an ID of the touch point, an action type and a data packet.
3. The touch penetration processing method according to claim 2, wherein the method for determining whether the touch point is the first touch point comprises: the touch information carries the ID of the touch point, if the ID of the touch point is the first serial number, the touch point is judged to be the first touch point, otherwise, the touch point is judged not to be the first touch point.
4. The touch penetration processing method according to claim 1, wherein the release of all touch points means that the action type of all touch points is lift-up.
5. A touch penetration processing apparatus, comprising:
the view management module is used for receiving the touch information reported by the touch data processing module and distributing the touch information to each application at the position of the touch point;
the signal source player receives the touch information distributed to the view module; judging whether the received points have the 1 st point or not, and judging that the action type is falling; if so, turning on a touch switch of the signal source, otherwise, not processing;
the touch data processing module is used for receiving the touch data, analyzing and reporting the touch data to the android system, and simultaneously forwarding the touch data to the signal source equipment; and when all the touch points are lifted, the signal source touch is closed.
6. The touch penetration processing device of claim 5, wherein the TV player is further configured to buffer data packets of touch operations during a period from the first touch point falling to the touch switch of the signal source being turned on, and send the buffered data packets to the touch data processing module.
7. The touch penetration processing device of claim 5, wherein the touch information comprises a location of a touch point, an ID of the touch point, an action type and a data packet.
8. A storage medium having a computer program stored therein, wherein the computer program is executed to implement the touch penetration processing method according to any one of claims 1 to 4.
9. A kiosk, characterized in that it comprises a touch penetration processing device according to any of claims 5 to 7.
CN202011153060.9A 2020-10-26 2020-10-26 Touch penetration processing method and device, storage medium and all-in-one machine Active CN112306331B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011153060.9A CN112306331B (en) 2020-10-26 2020-10-26 Touch penetration processing method and device, storage medium and all-in-one machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011153060.9A CN112306331B (en) 2020-10-26 2020-10-26 Touch penetration processing method and device, storage medium and all-in-one machine

Publications (2)

Publication Number Publication Date
CN112306331A true CN112306331A (en) 2021-02-02
CN112306331B CN112306331B (en) 2021-10-22

Family

ID=74331170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011153060.9A Active CN112306331B (en) 2020-10-26 2020-10-26 Touch penetration processing method and device, storage medium and all-in-one machine

Country Status (1)

Country Link
CN (1) CN112306331B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005295323A (en) * 2004-04-01 2005-10-20 Takeaki Ogoshi Application providing system, portable terminal, application providing server, display control program and display control method
CN102799344A (en) * 2011-05-27 2012-11-28 株式会社理光 Virtual touch screen system and method
CN104932744A (en) * 2015-06-12 2015-09-23 惠州Tcl移动通信有限公司 Touch screen terminal and operation method used by the same
US20160062639A1 (en) * 2014-08-28 2016-03-03 Samsung Electronics Co., Ltd. Electronic device including touch sensitive display and method for operating the same
CN106250005A (en) * 2016-07-28 2016-12-21 北京小米移动软件有限公司 The control method of application switch and device
CN106954088A (en) * 2017-03-07 2017-07-14 青岛海信电器股份有限公司 A kind of touch-control control method and touch-control all-in-one machine
CN108646959A (en) * 2018-04-10 2018-10-12 Oppo广东移动通信有限公司 Screen control method, device and mobile terminal
CN109582182A (en) * 2017-10-20 2019-04-05 北京仁光科技有限公司 Multi signal window touch control method, equipment, system and computer readable storage medium
CN109871142A (en) * 2019-01-25 2019-06-11 广州华欣电子科技有限公司 A kind of touch shielding method, apparatus, equipment and storage medium
CN109885244A (en) * 2019-02-19 2019-06-14 广州视源电子科技股份有限公司 A kind of touch operation response method, device, storage medium and terminal
US20190235712A1 (en) * 2018-01-31 2019-08-01 Salesforce.Com, Inc. Application Navigation
CN110119234A (en) * 2019-04-08 2019-08-13 广州视源电子科技股份有限公司 A kind of operating method, storage medium and the relevant device of intelligent interaction plate
CN110347325A (en) * 2019-06-05 2019-10-18 广州朗国电子科技有限公司 The touch-proof data penetration transmission method of meeting all-in-one machine, system and meeting integrated machine equipment
CN110794990A (en) * 2019-10-29 2020-02-14 深圳市汇顶科技股份有限公司 Touch control method, MCU, touch control equipment and storage medium
CN111190674A (en) * 2019-12-23 2020-05-22 广州朗国电子科技有限公司 Unified touch penetration processing method and device, storage medium and all-in-one machine equipment
CN111273804A (en) * 2019-02-28 2020-06-12 深圳市鸿合创新信息技术有限责任公司 Touch forwarding device, touch display equipment and control method

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005295323A (en) * 2004-04-01 2005-10-20 Takeaki Ogoshi Application providing system, portable terminal, application providing server, display control program and display control method
CN102799344A (en) * 2011-05-27 2012-11-28 株式会社理光 Virtual touch screen system and method
US20160062639A1 (en) * 2014-08-28 2016-03-03 Samsung Electronics Co., Ltd. Electronic device including touch sensitive display and method for operating the same
CN104932744A (en) * 2015-06-12 2015-09-23 惠州Tcl移动通信有限公司 Touch screen terminal and operation method used by the same
CN106250005A (en) * 2016-07-28 2016-12-21 北京小米移动软件有限公司 The control method of application switch and device
CN106954088A (en) * 2017-03-07 2017-07-14 青岛海信电器股份有限公司 A kind of touch-control control method and touch-control all-in-one machine
CN109582182A (en) * 2017-10-20 2019-04-05 北京仁光科技有限公司 Multi signal window touch control method, equipment, system and computer readable storage medium
US20190235712A1 (en) * 2018-01-31 2019-08-01 Salesforce.Com, Inc. Application Navigation
CN108646959A (en) * 2018-04-10 2018-10-12 Oppo广东移动通信有限公司 Screen control method, device and mobile terminal
CN109871142A (en) * 2019-01-25 2019-06-11 广州华欣电子科技有限公司 A kind of touch shielding method, apparatus, equipment and storage medium
CN109885244A (en) * 2019-02-19 2019-06-14 广州视源电子科技股份有限公司 A kind of touch operation response method, device, storage medium and terminal
CN111273804A (en) * 2019-02-28 2020-06-12 深圳市鸿合创新信息技术有限责任公司 Touch forwarding device, touch display equipment and control method
CN110119234A (en) * 2019-04-08 2019-08-13 广州视源电子科技股份有限公司 A kind of operating method, storage medium and the relevant device of intelligent interaction plate
CN110347325A (en) * 2019-06-05 2019-10-18 广州朗国电子科技有限公司 The touch-proof data penetration transmission method of meeting all-in-one machine, system and meeting integrated machine equipment
CN110794990A (en) * 2019-10-29 2020-02-14 深圳市汇顶科技股份有限公司 Touch control method, MCU, touch control equipment and storage medium
CN111190674A (en) * 2019-12-23 2020-05-22 广州朗国电子科技有限公司 Unified touch penetration processing method and device, storage medium and all-in-one machine equipment

Also Published As

Publication number Publication date
CN112306331B (en) 2021-10-22

Similar Documents

Publication Publication Date Title
US11843838B2 (en) User interfaces for accessing episodes of a content series
AU2018204028B2 (en) Systems and methods for displaying notifications received from multiple applications
US10365787B2 (en) Apparatus and method for grouping and displaying icons on a screen
JP4806445B2 (en) CONTROL DEVICE, CONTROL PROGRAM, AND CONTROL METHOD FOR CONTROLLING DISPLAY OF DISPLAY DEVICE DISPLAYING OVERLAYED WINDOW
EP2788885B1 (en) System and method of page sharing by a device
WO2011149231A2 (en) Mobile device having a touch-lock state and method for operating the mobile device
US20140157162A1 (en) Method and apparatus for displaying a window for a user interface
WO2019080929A1 (en) Message prompting method and mobile terminal
US20070232362A1 (en) Method of displaying object and terminal capable of implementing the same
TW201617837A (en) A processing method of screen-displayed window and mobile terminal
AU2011259141A1 (en) Mobile device having a touch-lock state and method for operating the mobile device
US20150009098A1 (en) Apparatus, systems and methods for presenting displayed image information of a mobile media device on a large display and control of the mobile media device therefrom
US8719727B2 (en) Managing an immersive environment
WO2010095255A1 (en) Information processing device, display control method and display control program
CN104951271A (en) Split screen display method and electronic equipment
CN112764891B (en) Electronic terminal and method for controlling application
CN114327105A (en) Split screen display control method and device, electronic equipment and storage medium
CN112306331B (en) Touch penetration processing method and device, storage medium and all-in-one machine
CN106604091B (en) Homepage interface display method and device and smart television
CN110737385B (en) Video mouse interaction method, intelligent terminal and storage medium
CN109992192A (en) A kind of interface display method and terminal device
CN111402933B (en) Audio recording method, device, storage medium and related equipment
CN107329657A (en) A kind of method that content shows completion
CN109947367B (en) File processing method and terminal
WO2023109404A1 (en) Terminal display method and terminal display apparatus

Legal Events

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

Address after: Room 238, room 406, No.1, Yichuang street, Huangpu District, Guangzhou, Guangdong 510000

Applicant after: Guangzhou langguo Electronic Technology Co.,Ltd.

Address before: 510000 unit a and B, zone 02, 4th floor, No. 136, Gaopu Road, high tech Development Zone, Tianhe District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU LANGO ELECTRONIC SCIENCE & TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant