CN109407939B - Terminal image amplification method and device and computer readable storage medium - Google Patents

Terminal image amplification method and device and computer readable storage medium Download PDF

Info

Publication number
CN109407939B
CN109407939B CN201811191192.3A CN201811191192A CN109407939B CN 109407939 B CN109407939 B CN 109407939B CN 201811191192 A CN201811191192 A CN 201811191192A CN 109407939 B CN109407939 B CN 109407939B
Authority
CN
China
Prior art keywords
amplification
image
terminal
module
amplified
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811191192.3A
Other languages
Chinese (zh)
Other versions
CN109407939A (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.)
SHENZHEN XINXIANG TECHNOLOGY Co.,Ltd.
Original Assignee
Shenzhen Xinxiang 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 Shenzhen Xinxiang Technology Co ltd filed Critical Shenzhen Xinxiang Technology Co ltd
Priority to CN201811191192.3A priority Critical patent/CN109407939B/en
Publication of CN109407939A publication Critical patent/CN109407939A/en
Application granted granted Critical
Publication of CN109407939B publication Critical patent/CN109407939B/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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • 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
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04806Zoom, i.e. interaction techniques or interactors for controlling the zooming operation

Abstract

The embodiment of the invention provides a terminal image amplification method, a device and a computer readable storage medium, wherein when a terminal receives an amplification instruction, an amplification module is directly started, and an image of a region to be amplified and an image of the region to be amplified are obtained through the amplification module; according to the scheme, the amplification module can be directly started when the amplification instruction is received, convenience and rapidness are achieved, local amplification can be achieved according to the area to be amplified selected by a user, and different amplification can be performed on the image according to different amplification factors.

Description

Terminal image amplification method and device and computer readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of image amplification, in particular to a terminal image amplification method and device and a computer readable storage medium.
Background
With the development of electronic technology, mobile phones are becoming necessities of life of people, and users cover all ages.
When the user of the mobile phone is a member of the elderly, the default font may be too small to allow the user to see the text clearly.
The existing mobile phone usually amplifies the fonts by adjusting the sizes of the fonts in the setting, when a user needs to amplify the fonts, the user needs to set the sizes of the fonts in the setting to modify the fonts, the operation steps are complicated, the use by the user is inconvenient, and the font amplification setting usually amplifies all the amplified fonts uniformly, so that the local amplification cannot be realized, and the power consumption is high; meanwhile, changing fonts through setting still has a problem that not all fonts can be adjusted in size through setting, and for example, the sizes of characters in some APPs cannot be modified through setting, which results in that a user cannot amplify the fonts through modifying the setting, and the effect desired by the user cannot be achieved.
Disclosure of Invention
In order to solve the technical problem or at least partially solve the technical problem, an embodiment of the present invention provides a terminal image magnification method, including:
when the amplification instruction is detected, the amplification module is started;
the amplification module intercepts an image of a region to be amplified in the terminal;
acquiring an amplification parameter;
and amplifying the image of the area to be amplified according to the amplification parameter.
Optionally, the method further includes:
and loading the image of the area to be amplified according to the amplification parameter onto a corresponding self-defined control, and displaying the image on a screen of the terminal in a window form.
Optionally, the images of different areas to be magnified correspond to different custom controls.
Optionally, the obtaining the amplification parameter includes:
acquiring amplification parameters input into an amplification module in advance;
and/or
And acquiring voice information through a voice recognition module, and recognizing the voice information to obtain an amplification parameter.
Optionally, the capturing, by the capturing module, an image of a region to be magnified in the terminal includes:
determining the position information of an area to be amplified;
intercepting the image of the area to be amplified according to the position information;
the image is placed in a graphics buffer.
Optionally, the determining the position information of the region to be enlarged includes:
acquiring finger pressing information on the terminal screen;
determining a touch event according to the finger pressure information;
and determining the position information of the area to be amplified according to the touch event.
Optionally, the touch event includes a touchstart event and a touchmove event;
determining position information of an area to be magnified according to the touch event, comprising:
when a finger touches a screen of the terminal, triggering the touchstart event and outputting touched position information;
when a finger slides on a screen of the terminal, triggering the touchmove event, and outputting touch position change information;
and determining the position information of the area to be amplified according to the position information and the position change information.
Optionally, the obtaining, by the terminal, an amplification instruction includes:
acquiring finger pressure information of an icon corresponding to the amplification module on a screen, and acquiring an amplification instruction according to the finger pressure information; and/or
And acquiring voice information, and identifying the voice information to acquire an amplification instruction.
In a second aspect, an embodiment of the present invention provides a terminal image magnifying device, including:
the starting module is used for starting the amplifying module when the amplifying indication is detected;
the image intercepting module is used for intercepting an image of a region to be amplified in the terminal;
the acquisition module is used for acquiring the amplification parameters;
and the amplifying module is used for amplifying the image of the area to be amplified according to the amplifying parameter.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores image magnification computer instructions, and the computer instructions cause the computer to execute the steps of the method in the first aspect.
Compared with the prior art, the terminal image amplification method provided by the embodiment of the invention has the advantages that when the terminal receives the amplification instruction, the amplification module is directly started, and the image of the area to be amplified with the amplification factor are obtained through the amplification module; according to the scheme, the amplification module can be directly started when the amplification instruction is received, convenience and rapidness are achieved, local amplification can be achieved according to the area to be amplified selected by a user, and different amplification can be performed on the image according to different amplification factors.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
Fig. 1 is a flowchart of a terminal image magnification provided in an embodiment of the present invention;
FIG. 2 is a flowchart illustrating another process of enlarging a terminal image according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a terminal image magnifying device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a terminal image magnification method, where the method includes:
s1, when an amplification instruction is detected, an amplification module is started;
specifically, in this embodiment of the application, an icon corresponding to the magnification module is provided on the screen of the terminal, and when the finger pressure information corresponding to the position of the icon is detected, it indicates that a magnification instruction is received, and at this time, the magnification module is started.
S2, intercepting an image of an area to be amplified in the terminal by the amplification module;
specifically, in this embodiment of the present application, the intercepting, by the magnifying module, an image of a region to be magnified in the terminal includes:
s201, determining position information of an area to be amplified;
specifically, in the embodiment of the present application, determining the position information of the region to be enlarged includes:
acquiring finger pressing information on the terminal screen;
determining a touch event according to the finger pressure information;
and determining the position information of the area to be amplified according to the touch event.
Specifically, in the embodiment of the present application, determining the position information of the area to be enlarged according to the touch event includes:
the touch event comprises a touchstart event and a touchmove event;
when a finger touches a screen of the terminal, triggering the touchstart event and outputting touched position information;
when a finger slides on a screen of the terminal, triggering the touchmove event, and outputting touch position change information;
and determining the position information of the area to be amplified according to the position information and the position change information.
S202, intercepting the image of the area to be amplified according to the position information;
s203, placing the image into a graph buffer area.
S3, obtaining an amplification parameter;
specifically, in this embodiment of the present application, the acquiring an amplification parameter includes:
and acquiring amplification parameters input into the amplification module in advance, wherein the amplification parameters are input into the amplification module by a user.
And/or
The voice information is obtained through the voice recognition module and recognized to obtain the amplification parameters, namely the voice recognition function of the terminal is adopted to receive the voice information of the user, and the amplification parameters are recognized from the voice information through the voice recognition technology.
The amplification parameters are obtained through a voice recognition technology, and the method is convenient and fast.
And S4, amplifying the image of the area to be amplified according to the amplification parameters.
Specifically, referring to fig. 2, in the embodiment of the present application, the method further includes:
and S5, loading the image of the area to be amplified according to the amplification parameters onto a corresponding user-defined control, and displaying the image on a screen of the terminal in a window form.
Specifically, different images of the region to be enlarged correspond to different custom controls. Namely, the user-defined control can be continuously redrawn along with the continuous change of the amplification area, and the effect of amplifying different areas is further achieved.
Specifically, in the embodiment of the present application, the method further includes:
s6, finger pressure information of a terminal screen is obtained, and a touch event is determined according to the finger pressure information;
and when the touch event is a touch event, namely the finger leaves the screen, closing the amplifying module.
One specific example is:
when a click event of a zoom-in module icon on the screen of the terminal is captured, a draggable icon is displayed on the screen. The method comprises the steps of judging whether an amplification module mode is adjusted or not by monitoring the pressing of fingers of a user, selecting the position of an amplification area by using an x/y coordinate axis of an icon of a user dragging the amplification module, intercepting an image of the area, storing the image on a Buffer area, storing the state of the amplification area, storing the Buffer of the content of the amplification area, taking the amplification proportion set by the user as a parameter, carrying out equal-proportion amplification according to the parameter, loading the Buffer onto a user-defined View (control), and displaying the View on a screen in a window form.
When a user drags an icon, the user-defined View (control) displaying the amplification area can be continuously redrawn along with the continuous transformation of the x/y coordinate axes along with the transformation of the x/y coordinate axes of the icon dragged by the user, and further the effect of amplifying different areas is achieved.
And when the finger of the user is monitored to be in a non-pressing state, closing the amplification module mode. And when the condition that the user clicks the App icon of the amplification module on the desktop again is monitored.
Meanwhile, the amplifying module is preset with an AI voice system, and can adjust the amplifying proportion of the amplifying module by analyzing the received voice. The opening of the voice system can also be judged through the pressing state of the finger of the user. When an event that a user presses an icon by a finger is captured, the voice recognition system is started, the amplification scale of the whole image layer is adjusted by recognizing a specific instruction of the user, and the intelligent amplification and reduction functions are achieved. And when the finger pressing state of the user on the current screen is captured, the voice system is turned off.
Referring to fig. 3, an embodiment of the present invention further provides a terminal image amplifying device, including:
the starting module is used for starting the amplifying module when the amplifying indication is detected;
the image intercepting module is used for intercepting an image of a region to be amplified in the terminal;
the acquisition module is used for acquiring the amplification parameters;
and the amplifying module is used for amplifying the image of the area to be amplified according to the amplifying parameter.
An embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores an image magnification computer instruction, and the computer instruction causes the computer to execute the following steps:
s1, when an amplification instruction is detected, an amplification module is started;
s2, intercepting an image of an area to be amplified in the terminal by the amplification module;
s3, obtaining an amplification parameter;
and S4, amplifying the image of the area to be amplified according to the amplification parameters.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the methods described in the embodiments of the present invention can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention or the method according to some parts of the embodiments.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A terminal image amplification method is characterized by comprising the following steps:
when the amplification instruction is detected, the amplification module is started, and a draggable amplification module icon is displayed;
the amplification module intercepts an image of a region to be amplified in the terminal;
acquiring an amplification parameter;
amplifying the image of the area to be amplified according to the amplification parameter;
the method for capturing the image of the region to be magnified in the terminal by the magnifying module comprises the following steps:
acquiring finger pressing information on the terminal screen;
determining a touch event according to the finger pressure information;
determining an x/y coordinate axis of the amplifying module icon according to the touch event so as to determine the position information of the area to be amplified;
intercepting the image of the area to be amplified according to the position information;
the acquiring of the amplification parameters comprises:
when the touch event is captured, starting a voice recognition module;
and acquiring voice information through a voice recognition module, and recognizing the voice information to obtain an amplification parameter.
2. The terminal image magnification method according to claim 1, characterized in that the method further comprises:
and loading the image of the area to be amplified according to the amplification parameter onto a corresponding self-defined control, and displaying the image on a screen of the terminal in a window form.
3. The terminal image amplification method of claim 2, wherein images of different regions to be amplified correspond to different custom controls.
4. The terminal image amplification method according to claim 1, wherein the obtaining of the amplification parameter further comprises:
and acquiring amplification parameters input into the amplification module in advance.
5. The terminal image amplification method according to claim 1, wherein the amplification module intercepts an image of a region to be amplified in the terminal, and comprises:
determining the position information of an area to be amplified;
intercepting the image of the area to be amplified according to the position information;
the image is placed in a graphics buffer.
6. The terminal image enlargement method according to claim 1, wherein the touch event includes a touchstart event and a touchmove event;
determining position information of an area to be magnified according to the touch event, comprising:
when a finger touches a screen of the terminal, triggering the touchstart event and outputting touched position information;
when a finger slides on a screen of the terminal, triggering the touchmove event, and outputting touch position change information;
and determining the position information of the area to be amplified according to the position information and the position change information.
7. The terminal image amplification method according to claim 1, wherein the terminal acquires the amplification instruction, and comprises the following steps:
acquiring finger pressure information of an icon corresponding to the amplification module on a screen, and acquiring an amplification instruction according to the finger pressure information; and/or
And acquiring voice information, and identifying the voice information to acquire an amplification instruction.
8. A terminal image magnifying device, comprising:
the starting module is used for starting the amplifying module and displaying a draggable amplifying module icon when the amplifying instruction is detected;
the image intercepting module is used for intercepting an image of a region to be amplified in the terminal;
the acquisition module is used for acquiring the amplification parameters;
the amplifying module is used for amplifying the image of the area to be amplified according to the amplifying parameter;
wherein the image capture module comprises:
the acquisition unit is used for acquiring finger pressure information on the terminal screen;
the first determining unit is used for determining a touch event according to the finger pressure information;
the second determining unit is used for determining the x/y coordinate axis of the amplifying module icon according to the touch event so as to determine the position information of the area to be amplified;
the intercepting unit is used for intercepting the image of the area to be amplified according to the position information;
the acquisition module includes:
the starting unit is used for starting the voice recognition module when the touch event is captured;
and the third determining unit is used for acquiring the voice information through the voice recognition module and recognizing the voice information to obtain the amplification parameter.
9. A computer readable storage medium storing image magnification computer instructions for causing a computer to perform the steps of the method of any one of claims 1 to 7.
CN201811191192.3A 2018-10-12 2018-10-12 Terminal image amplification method and device and computer readable storage medium Active CN109407939B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811191192.3A CN109407939B (en) 2018-10-12 2018-10-12 Terminal image amplification method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811191192.3A CN109407939B (en) 2018-10-12 2018-10-12 Terminal image amplification method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109407939A CN109407939A (en) 2019-03-01
CN109407939B true CN109407939B (en) 2021-03-30

Family

ID=65467123

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811191192.3A Active CN109407939B (en) 2018-10-12 2018-10-12 Terminal image amplification method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109407939B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110221739A (en) * 2019-05-17 2019-09-10 北京搜狗科技发展有限公司 A kind of data processing method, device and electronic equipment
CN111796742A (en) * 2020-04-21 2020-10-20 北京沃东天骏信息技术有限公司 Image-text information processing method and device
CN112114732B (en) * 2020-09-18 2022-03-25 歌尔科技有限公司 Screen content amplifying method and device and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000075766A1 (en) * 1999-06-02 2000-12-14 Ncr International, Inc. Self-service terminal
CN1614900A (en) * 2003-11-07 2005-05-11 英华达(南京)科技有限公司 Amplifying and displaying method for local area of picture
CN102708540A (en) * 2012-04-21 2012-10-03 上海量明科技发展有限公司 Method and client side for zooming screen capturing areas
CN105468253A (en) * 2014-09-28 2016-04-06 中兴通讯股份有限公司 Mobile terminal interface content display method and apparatus and terminal
CN106126100A (en) * 2016-06-24 2016-11-16 青岛海信移动通信技术股份有限公司 A kind of terminal screen display packing and device
CN106469000A (en) * 2015-08-14 2017-03-01 青岛海信移动通信技术股份有限公司 A kind of screen content amplification method and terminal unit
CN107908349A (en) * 2017-12-26 2018-04-13 深圳市金立通信设备有限公司 Display interface amplification method, terminal and computer-readable recording medium
CN108305211A (en) * 2017-12-29 2018-07-20 广州都市圈网络科技有限公司 Regulatory control plot information query method, electronic equipment, storage medium and system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298504A (en) * 2011-09-27 2011-12-28 汉王科技股份有限公司 Method and system for magnifying display
EP2755124B1 (en) * 2013-01-15 2019-03-13 BlackBerry Limited Enhanced display of interactive elements in a browser
CN105808046B (en) * 2014-12-31 2019-06-11 宇龙计算机通信科技(深圳)有限公司 A kind of partial enlargement checks the method, device and mobile terminal of screen

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000075766A1 (en) * 1999-06-02 2000-12-14 Ncr International, Inc. Self-service terminal
CN1614900A (en) * 2003-11-07 2005-05-11 英华达(南京)科技有限公司 Amplifying and displaying method for local area of picture
CN102708540A (en) * 2012-04-21 2012-10-03 上海量明科技发展有限公司 Method and client side for zooming screen capturing areas
CN105468253A (en) * 2014-09-28 2016-04-06 中兴通讯股份有限公司 Mobile terminal interface content display method and apparatus and terminal
CN106469000A (en) * 2015-08-14 2017-03-01 青岛海信移动通信技术股份有限公司 A kind of screen content amplification method and terminal unit
CN106126100A (en) * 2016-06-24 2016-11-16 青岛海信移动通信技术股份有限公司 A kind of terminal screen display packing and device
CN107908349A (en) * 2017-12-26 2018-04-13 深圳市金立通信设备有限公司 Display interface amplification method, terminal and computer-readable recording medium
CN108305211A (en) * 2017-12-29 2018-07-20 广州都市圈网络科技有限公司 Regulatory control plot information query method, electronic equipment, storage medium and system

Also Published As

Publication number Publication date
CN109407939A (en) 2019-03-01

Similar Documents

Publication Publication Date Title
CN109407939B (en) Terminal image amplification method and device and computer readable storage medium
CN110096186B (en) Device, method, and graphical user interface for adjusting the appearance of a control
US9164658B2 (en) Flexible selection tool for mobile devices
US9405463B2 (en) Device and method for gesturally changing object attributes
US9003283B2 (en) Copying text using parameters displayed on a clipboard
JP6177669B2 (en) Image display apparatus and program
KR101541811B1 (en) Apparatus and method for providing bookmark service in communication terminal
KR100782336B1 (en) Apparatus and method for output controlling in portable terminal
WO2017032068A1 (en) Text message viewing method and user terminal
EP2854372A1 (en) Method and device for displaying pushed information
EP2447818A1 (en) Method and portable electronic device for presenting text
CN105373326B (en) Data processing system and method
US20120089942A1 (en) Method and portable electronic device for presenting text
US20140143717A1 (en) Electronic device and page zooming method thereof
KR20060056395A (en) User interface on a portable electronic device
AU2012354514A1 (en) Method and apparatus for managing message
US20140043255A1 (en) Electronic device and image zooming method thereof
US20190220170A1 (en) Method and apparatus for creating group
JP4814352B2 (en) Touch panel device and information display method
JP2012141976A (en) Apparatus and method for controlling a screen display in portable terminal
US9977582B2 (en) Window display method and apparatus of displaying a window using an external input device
KR20160034685A (en) Method and apparatus for inputting object in a electronic device
KR102057647B1 (en) Method for generating writing data and an electronic device thereof
CN106896995B (en) Wallpaper configuration method and device for mobile terminal
CN107168969B (en) Page element control method and device and electronic equipment

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
TA01 Transfer of patent application right

Effective date of registration: 20210219

Address after: 518000 519 Dongmei building, Minqiang community, Minzhi street, Longhua District, Shenzhen City, Guangdong Province

Applicant after: SHENZHEN XINXIANG TECHNOLOGY Co.,Ltd.

Address before: 518000 4th Floor, Building A7, Nanshan Zhiyuan, 1001 Xueyuan Avenue, Taoyuan Street, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: CHONGYANG HEALTH DATA TECHNOLOGY (SHENZHEN) Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant