CN111324273A - Media display implementation method and device - Google Patents

Media display implementation method and device Download PDF

Info

Publication number
CN111324273A
CN111324273A CN201811525649.XA CN201811525649A CN111324273A CN 111324273 A CN111324273 A CN 111324273A CN 201811525649 A CN201811525649 A CN 201811525649A CN 111324273 A CN111324273 A CN 111324273A
Authority
CN
China
Prior art keywords
gesture operation
media object
operation mode
mode
media
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.)
Pending
Application number
CN201811525649.XA
Other languages
Chinese (zh)
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.)
Hitevision Co Ltd
Original Assignee
Hitevision 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 Hitevision Co Ltd filed Critical Hitevision Co Ltd
Priority to CN201811525649.XA priority Critical patent/CN111324273A/en
Publication of CN111324273A publication Critical patent/CN111324273A/en
Pending legal-status Critical Current

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/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
    • G06F3/04883Interaction 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 for inputting data by handwriting, e.g. gesture or text

Abstract

The invention discloses a method and a device for realizing media display, which comprises the steps of selecting a media object; adding the media object to an editing area of a media editing control; executing gesture operation on the media object in the editing area, detecting a gesture operation mode, and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode; and performing corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameters. According to the media display implementation device provided by the invention, the media object is subjected to gesture operation setting, so that the functions of moving, zooming and rotating the media object in a touch mode are realized, the traditional process of operating by using a mouse or a keyboard is simplified, the use requirements of multi-scene users are met, and the user experience effect is improved.

Description

Media display implementation method and device
Technical Field
The present invention relates to the field of electronic information technologies, and in particular, to a method and an apparatus for implementing media display.
Background
With the development of internet technology, commercial large-screen products are more and more widely applied. At present, the information input by a user is displayed in a commercial screen product, only the character input is supported by using special software, and the requirements that the user wants to display media materials, including pictures, audio, video and the like, cannot be met.
Even if part of software supports the display of media materials, the operations of zooming, rotating, moving and the like on the media materials by touching the large screen cannot be realized, so that a user is limited by functions when operating the large screen, the operation is more complicated, and the user experience is poor.
Disclosure of Invention
In view of this, an embodiment of the present invention provides a method and an apparatus for implementing media display, so as to implement functions of displaying media materials in a large-screen product and zooming, rotating, and moving the media materials.
Based on the above purpose, the media display implementation method provided by the embodiment of the present invention includes:
selecting a media object;
adding the media object to an editing area of a media editing control;
executing gesture operation on the media object in the editing area, detecting a gesture operation mode, and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode;
and performing corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameters.
Optionally, the detecting the gesture operation mode includes:
detecting the number of touch points, if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode.
Optionally, the calculating the gesture operation parameter corresponding to the gesture operation mode according to the gesture operation mode includes:
detecting the gesture operation mode of the media object, if the gesture operation mode is a moving mode, storing the position information of a single-finger touch point, and calculating the displacement value of the media object according to the detected displacement of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating the rotation angle of the media object according to the detected angle variation between the two finger touch points.
Optionally, the performing, according to the gesture operation mode and the gesture operation parameter, corresponding operation and display on the media object includes:
detecting the gesture operation mode of the media object, and if the gesture operation mode is a moving mode, moving the media object to a new position and displaying the media object according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
Optionally, the calculating a rotation angle of the media object according to the detected angle variation between the two finger touch points includes:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library;
calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library;
and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
Optionally, the media editing control is divided into an editing area and a non-editing area, and the editing area is used for performing gesture operation editing on the added media object and executing the edited gesture operation when the media is displayed.
In another aspect, the present invention further provides a media display implementing apparatus, including:
a selection module for selecting a media object;
the adding module is used for adding the media object to an editing area of a media editing control;
the setting module is used for executing gesture operation on the media object in the editing area, detecting a gesture operation mode and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode;
and the display module is used for carrying out corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameters.
Optionally, the setting module includes:
the touch control device comprises a touch control point detection module and an operation mode detection module;
the touch point detection module is specifically configured to:
detecting the number of touch points;
if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode;
the operation mode detection module is specifically configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, storing the position information of the single-finger touch point, and calculating the displacement value of the media object according to the detected displacement amount of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating the rotation angle of the media object according to the detected angle variation between the two finger touch points.
Optionally, the operation mode detection module is further configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, moving the media object to a new position and displaying according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
Optionally, the calculating a rotation angle of the media object according to the detected angle variation between the two finger touch points includes:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library;
calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library;
and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
As can be seen from the above, the method and the device for implementing media display provided by the embodiment of the invention add a plurality of media editing controls on large-screen software, and add different media objects in the media editing controls, so as to implement common display of a plurality of media materials on a large screen; the media object is set by gesture operation, so that the functions of moving, zooming and rotating the media object by using a touch mode are realized, the traditional process of operating by using a mouse or a keyboard is simplified, the use requirements of multi-scene users are met, and the user experience effect is greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart illustrating a method for implementing a media display according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a hardware structure of an embodiment of a media display implementation apparatus according to the present invention;
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to specific embodiments and the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
The present invention is further described with reference to the accompanying drawings, as shown in fig. 1, which is a schematic flow chart of an embodiment of a media display implementation method provided by the present invention, including:
step 101: selecting a media object;
step 102: adding the media object to an editing area of a media editing control; the media editing control is divided into an editing area and a non-editing area, and the editing area is used for performing gesture operation editing on the added media object and executing the edited gesture operation when the media is displayed.
Step 103: executing gesture operation on the media object in the editing area, detecting a gesture operation mode, and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode;
optionally, the detecting the gesture operation mode includes:
detecting the number of touch points, if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode.
Optionally, the calculating the gesture operation parameter corresponding to the gesture operation mode according to the gesture operation mode includes:
detecting the gesture operation mode of the media object, if the gesture operation mode is a moving mode, storing the position information of a single-finger touch point, and calculating the displacement value of the media object according to the detected displacement of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating a rotation angle of the media object according to the detected angle variation between the two finger touch points, wherein the range of the rotation angle is 0-360 degrees.
Optionally, the calculating a rotation angle of the media object according to the detected angle variation between the two finger touch points includes:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library;
calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library;
and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
Step 104: according to the gesture operation mode and the gesture operation parameters, performing corresponding operation and display on the media object;
optionally, the performing, according to the gesture operation mode and the gesture operation parameter, corresponding operation and display on the media object includes:
detecting the gesture operation mode of the media object, and if the gesture operation mode is a moving mode, moving the media object to a new position and displaying the media object according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
As can be seen from the above, the media display implementation method provided in the embodiment of the present invention adopts the method of adding a plurality of media editing controls to the large-screen software, and adding different media objects to the media editing controls, so as to implement common display of a plurality of media materials on the large screen; the media object is set by gesture operation, so that the functions of moving, zooming and rotating the media object by using a touch mode are realized, the traditional process of operating by using a mouse or a keyboard is simplified, the use requirements of multi-scene users are met, and the user experience effect is greatly improved.
Based on the above object, the present invention further provides a hardware structure diagram of an embodiment of a media display implementation apparatus, as shown in fig. 2, including:
a selection module 201 for selecting a media object;
an adding module 202, configured to add the media object to an editing area of a media editing control;
the setting module 203 is configured to perform a gesture operation on the media object in the editing region, detect a gesture operation mode, and calculate a gesture operation parameter corresponding to the gesture operation mode according to the gesture operation mode;
optionally, the setting module 203 includes:
a touch point detection module 2031 and an operation mode detection module 2032;
the touch point detection module 2031 is specifically configured to:
detecting the number of touch points;
if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode;
the operation mode detection module 2032 is specifically configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, storing the position information of the single-finger touch point, and calculating the displacement value of the media object according to the detected displacement amount of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating a rotation angle of the media object according to the detected angle variation between the two finger touch points, wherein the range of the rotation angle is 0-360 degrees; the calculating the rotation angle of the media object according to the detected angle variation between the two finger touch points includes:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library; calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library; and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
The display module 204 is configured to perform corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameter;
optionally, the operation mode detecting module 2032 is further configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, moving the media object to a new position and displaying according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
As can be seen from the above, the media display implementation apparatus provided in the embodiment of the present invention adopts the method of adding a plurality of media editing controls to the large-screen software, and adding different media objects to the media editing controls, so as to implement common display of a plurality of media materials on the large screen; the media object is set by gesture operation, so that the functions of moving, zooming and rotating the media object by using a touch mode are realized, the traditional process of operating by using a mouse or a keyboard is simplified, the use requirements of multi-scene users are met, and the user experience effect is greatly improved.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of the invention, also features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity.
In addition, well known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown within the provided figures for simplicity of illustration and discussion, and so as not to obscure the invention. Furthermore, devices may be shown in block diagram form in order to avoid obscuring the invention, and also in view of the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the present invention is to be implemented (i.e., specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the invention, it should be apparent to one skilled in the art that the invention can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative instead of restrictive.
While the present invention has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of these embodiments will be apparent to those of ordinary skill in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic ram (dram)) may use the discussed embodiments.
The embodiments of the invention are intended to embrace all such alternatives, modifications and variances that fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements and the like that may be made without departing from the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (10)

1. A media display implementation method, comprising:
selecting a media object;
adding the media object to an editing area of a media editing control;
executing gesture operation on the media object in the editing area, detecting a gesture operation mode, and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode;
and performing corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameters.
2. The method of claim 1, wherein the detecting the gesture operation mode comprises:
detecting the number of touch points, if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode.
3. The method for implementing media display according to claim 1, wherein the calculating the gesture operation parameter corresponding to the gesture operation mode according to the gesture operation mode includes:
detecting the gesture operation mode of the media object, if the gesture operation mode is a moving mode, storing the position information of a single-finger touch point, and calculating the displacement value of the media object according to the detected displacement of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating the rotation angle of the media object according to the detected angle variation between the two finger touch points.
4. The method for implementing media display according to claim 1, wherein the performing corresponding operations and presentations on the media object according to the gesture operation mode and the gesture operation parameter includes:
detecting the gesture operation mode of the media object, and if the gesture operation mode is a moving mode, moving the media object to a new position and displaying the media object according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
5. The method as claimed in claim 3, wherein the calculating a rotation angle of the media object according to the detected angle variation between the two-finger touch points includes:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library;
calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library;
and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
6. The method as claimed in claim 1, wherein the media editing control is divided into an editing area and a non-editing area, the editing area is used for performing gesture operation editing on the added media object, and the gesture operation of editing is performed while the media is displayed.
7. A media display implementation apparatus, comprising:
a selection module for selecting a media object;
the adding module is used for adding the media object to an editing area of a media editing control;
the setting module is used for executing gesture operation on the media object in the editing area, detecting a gesture operation mode and calculating gesture operation parameters corresponding to the gesture operation mode according to the gesture operation mode;
and the display module is used for carrying out corresponding operation and display on the media object according to the gesture operation mode and the gesture operation parameters.
8. The apparatus of claim 7, wherein the setting module comprises: the touch control device comprises a touch control point detection module and an operation mode detection module;
the touch point detection module is specifically configured to:
detecting the number of touch points;
if the number of the touch points is one, detecting the displacement of a single-finger touch point, if the displacement is larger than zero, the gesture operation mode is a moving mode, and if the displacement is equal to zero, the gesture operation mode is a clicking mode;
if the number of the touch points is two, detecting the distance variation between the two finger touch points, and if the distance variation is larger than zero, the gesture operation mode is a zooming mode;
if the number of the touch points is two, detecting the angle variation between the two finger touch points, and if the angle variation is larger than zero, the gesture operation mode is a rotation mode;
the operation mode detection module is specifically configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, storing the position information of the single-finger touch point, and calculating the displacement value of the media object according to the detected displacement amount of the single-finger touch point;
if the gesture operation mode is a zooming mode, calculating the zooming proportion of the media object according to the detected distance variation between the two finger touch points;
if the gesture operation mode is a rotation mode, calculating the rotation angle of the media object according to the detected angle variation between the two finger touch points.
9. The apparatus of claim 8, wherein the operation mode detection module is further configured to:
detecting the gesture operation mode of the media object;
if the gesture operation mode is a moving mode, moving the media object to a new position and displaying according to the stored single-finger touch point position information and the calculated displacement value of the media object;
if the gesture operation mode is a zooming mode, zooming and displaying the media object according to the zoom ratio of the media object obtained through calculation;
and if the gesture operation mode is a rotation mode, rotating and displaying the media object according to the rotation angle of the media object obtained through calculation.
10. The apparatus of claim 8, wherein the calculating a rotation angle of the media object according to the detected angle variation between the two-finger touch points comprises:
calculating an initial angle of the double-finger touch point relative to the horizontal direction according to a calculation method provided by an android mathematical function library;
calculating the end angle of the double-finger touch point relative to the horizontal direction after rotation according to a calculation method provided by the android mathematical function library;
and subtracting the initial angle from the ending angle to obtain the rotation angle of the media object.
CN201811525649.XA 2018-12-13 2018-12-13 Media display implementation method and device Pending CN111324273A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811525649.XA CN111324273A (en) 2018-12-13 2018-12-13 Media display implementation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811525649.XA CN111324273A (en) 2018-12-13 2018-12-13 Media display implementation method and device

Publications (1)

Publication Number Publication Date
CN111324273A true CN111324273A (en) 2020-06-23

Family

ID=71172280

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811525649.XA Pending CN111324273A (en) 2018-12-13 2018-12-13 Media display implementation method and device

Country Status (1)

Country Link
CN (1) CN111324273A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112286427A (en) * 2020-09-25 2021-01-29 浪潮金融信息技术有限公司 Multimedia material display and interaction method and system based on Android operating system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103279224A (en) * 2013-05-28 2013-09-04 Tcl集团股份有限公司 Processing method and system for operations of touchpad
CN106888153A (en) * 2016-06-12 2017-06-23 阿里巴巴集团控股有限公司 Displaying key element generation method, displaying key element generating means, displaying key element and bitcom
CN108304116A (en) * 2018-02-27 2018-07-20 北京酷我科技有限公司 A kind of method of single finger touch-control interaction
CN108319383A (en) * 2017-01-17 2018-07-24 张锦本 The clicking operation structure of Touch Screen
CN108762638A (en) * 2018-05-28 2018-11-06 浙江鸿程计算机系统有限公司 A kind of secondary editing cartographic method based on Android
US10146353B1 (en) * 2011-08-05 2018-12-04 P4tents1, LLC Touch screen system, method, and computer program product

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10146353B1 (en) * 2011-08-05 2018-12-04 P4tents1, LLC Touch screen system, method, and computer program product
CN103279224A (en) * 2013-05-28 2013-09-04 Tcl集团股份有限公司 Processing method and system for operations of touchpad
CN106888153A (en) * 2016-06-12 2017-06-23 阿里巴巴集团控股有限公司 Displaying key element generation method, displaying key element generating means, displaying key element and bitcom
CN108319383A (en) * 2017-01-17 2018-07-24 张锦本 The clicking operation structure of Touch Screen
CN108304116A (en) * 2018-02-27 2018-07-20 北京酷我科技有限公司 A kind of method of single finger touch-control interaction
CN108762638A (en) * 2018-05-28 2018-11-06 浙江鸿程计算机系统有限公司 A kind of secondary editing cartographic method based on Android

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112286427A (en) * 2020-09-25 2021-01-29 浪潮金融信息技术有限公司 Multimedia material display and interaction method and system based on Android operating system

Similar Documents

Publication Publication Date Title
US9612675B2 (en) Emulating pressure sensitivity on multi-touch devices
US20160004373A1 (en) Method for providing auxiliary information and touch control display apparatus using the same
US10620821B2 (en) Page sliding method and apparatus
KR20130099647A (en) Method and apparatus for controlling contents using side interface in user terminal
CN103412720A (en) Method and device for processing touch-control input signals
WO2017032078A1 (en) Interface control method and mobile terminal
TW201415347A (en) Method for zooming screen and electronic apparatus and computer program product using the same
WO2017059734A1 (en) Image zoom in/out method and electronic device
CN103279276B (en) The method of locating information and device
WO2017101390A1 (en) Picture display method and apparatus
CN114518820A (en) Icon sorting method and device and electronic equipment
KR101339420B1 (en) Method and system for controlling contents in electronic book using bezel region
CN111324273A (en) Media display implementation method and device
TW201629745A (en) System and method for turning pages of an object through gestures
US20170285889A1 (en) Scenario based pinning in a collaboration environment
US20220121355A1 (en) Terminal, method for controlling same, and recording medium in which program for implementing the method is recorded
US8694509B2 (en) Method and apparatus for managing for handwritten memo data
CN104765564A (en) Screen-shooting method and device
CN113849106A (en) Page-turning handwriting processing method and device, electronic device and storage medium
US8698772B2 (en) Visual object manipulation
WO2017107065A1 (en) Touch interaction method for touch screen, and electronic terminal
CN104007886A (en) Information processing method and electronic device
CN104699286A (en) Information processing method and electronic equipment
CN108446070A (en) A kind of method and device for browsing information
CN114764270B (en) Input conversion method, electronic device and readable medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200623

RJ01 Rejection of invention patent application after publication