CN106055229B - Display interface adjusting method and display interface adjusting module based on screen reading - Google Patents

Display interface adjusting method and display interface adjusting module based on screen reading Download PDF

Info

Publication number
CN106055229B
CN106055229B CN201610356006.1A CN201610356006A CN106055229B CN 106055229 B CN106055229 B CN 106055229B CN 201610356006 A CN201610356006 A CN 201610356006A CN 106055229 B CN106055229 B CN 106055229B
Authority
CN
China
Prior art keywords
application
display
display interface
interface
background color
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
CN201610356006.1A
Other languages
Chinese (zh)
Other versions
CN106055229A (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.)
Meizu Technology Co Ltd
Original Assignee
Meizu 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 Meizu Technology Co Ltd filed Critical Meizu Technology Co Ltd
Priority to CN201610356006.1A priority Critical patent/CN106055229B/en
Publication of CN106055229A publication Critical patent/CN106055229A/en
Application granted granted Critical
Publication of CN106055229B publication Critical patent/CN106055229B/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/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials

Abstract

The embodiment of the invention discloses a display interface adjusting method and a display interface adjusting module based on screen reading, wherein the method comprises the following steps: reading the display content of the display interface of the first application through a screen reading interface function; acquiring display parameter information of a display interface of a first application according to the display content of the display interface of the first application; and adjusting the display interface of the second application according to the display parameter information of the display interface of the first application. The embodiment of the invention also provides a display interface adjusting module, which is used for acquiring the display parameter information of the display interface of the first application through the screen reading interface function and adjusting the display interface of the second application according to the display parameter information.

Description

Display interface adjusting method and display interface adjusting module based on screen reading
Technical Field
The invention relates to the field of terminal control, in particular to a display interface adjusting method and a display interface adjusting module based on screen reading.
Background
Smart terminals, particularly smart phones, increasingly use display interface adjustment techniques for user interface appearance considerations. When the application a runs in the foreground, the screen of the mobile phone displays the interface of the application a, and in many cases, the screen of the mobile phone also displays the interfaces of other auxiliary applications, such as the interface of an input method application or the interface of a status bar application, which are usually the applications carried by the system itself. Specifically, for example, when the browser runs in the foreground, the top of the mobile phone screen also displays a status bar, and when the user clicks an input bar of the browser, the mobile phone screen also displays an input method interface. In order to distinguish the foreground-running a-applications from the foreground-running secondary applications, the foreground-running a-applications may be referred to as foreground-running primary applications. In order to make the visual effect between the interface of the main application and the interface of the auxiliary application displayed on the screen of the mobile phone more harmonious, the display interface of the main application and the display interface of the auxiliary application should be matched with each other, and therefore, the display parameters of the display interface of the auxiliary application need to be adjusted according to the display parameters of the display interface of the main application running in the foreground.
In the prior art, display parameter information of a display interface of a main application can be acquired through a calling interface of the display parameters provided by the main application, and then an auxiliary application is adjusted according to the main application. For example, since the background color values are generally matched with each other for different applications in the night mode, the display interface adjustment may also be implemented by matching the night modes of the applications with each other. Because the night mode interfaces can be mutually called among the applications of the system, if the main application running in the foreground is the application of the system, such as a browser of the system, the auxiliary application of the system, such as an input method application, can call the night mode interface of the browser to determine whether the browser enters the night mode, and if the browser returns to the night mode, the input method application also correspondingly enters the night mode, so that the picture color displayed on the screen of the mobile phone is integrally harmonious.
However, some third-party host applications do not provide an interface for retrieving relevant display parameters, and therefore cannot adjust the display interface of the secondary application according to the third-party host application.
Disclosure of Invention
The embodiment of the invention provides a display interface adjusting method and a display interface adjusting module based on screen reading, which are used for solving the problem that when a third-party main application does not provide a calling interface of related display parameters, a display interface of an auxiliary application cannot be adjusted according to the third-party main application.
In order to achieve the above object, an aspect of the embodiments of the present invention provides a display interface adjustment method based on screen reading, including: reading the display content of the display interface of the first application through a screen reading interface function; acquiring display parameter information of a display interface of a first application according to the display content of the display interface of the first application; and adjusting the display interface of the second application according to the display parameter information of the display interface of the first application.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the display parameter information is a background color value.
With reference to the first possible implementation manner of the first aspect, in a second possible implementation manner of the first aspect, the adjusting the display interface of the second application according to the display parameter information of the display interface of the first application includes:
and adjusting the background color value of the display interface of the second application according to the background color value of the display interface of the first application.
With reference to the first possible implementation manner of the first aspect, in a third possible implementation manner of the first aspect, adjusting the display interface of the second application according to the display parameter information of the display interface of the first application includes:
determining a target display mode of a second application according to the background color value of the display interface of the first application;
and displaying a display interface of the second application according to the configuration information of the target display mode, wherein the configuration information comprises background color information and font color information of the display interface of the second application.
With reference to the first aspect, the first possible implementation manner of the first aspect, the second possible implementation manner of the first aspect, and any one of the third possible implementation manner of the first aspect, in a fourth possible implementation manner of the first aspect, the second application is an input method application and/or a status bar application.
A second aspect of an embodiment of the present invention provides a display interface adjustment module, including:
the reading unit is used for reading the display content of the display interface of the first application through the screen reading interface function;
the acquisition unit is used for acquiring display parameter information of the display interface of the first application according to the display content of the display interface of the first application;
and the adjusting unit is used for adjusting the display interface of the second application according to the display parameter information of the display interface of the first application.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the display parameter information is a background color value.
With reference to the first possible implementation manner of the second aspect, in a second possible implementation manner of the second aspect, the adjusting unit includes:
and the adjusting subunit is used for adjusting the background color value of the display interface of the second application according to the background color value of the display interface of the first application.
With reference to the first possible implementation manner of the second aspect, in a third possible implementation manner of the second aspect, the adjusting unit includes:
the determining subunit is used for determining a target display mode of the second application according to the background color value of the display interface of the first application;
and the display subunit is used for displaying the display interface of the second application according to the configuration information of the target display mode, wherein the configuration information comprises background color information and font color information of the display interface of the second application.
With reference to the second aspect, the first possible implementation manner of the second aspect, the second possible implementation manner of the second aspect, and any one of the third possible implementation manner of the second aspect, in a fourth possible implementation manner of the second aspect, the second application is an input method application and/or a status bar application.
According to the technical scheme, the embodiment of the invention has the following advantages:
the display parameter information of the display interface of the first application can be acquired through the screen reading interface function, and the display interface of the second application is adjusted according to the display parameter information of the display interface of the first application. Therefore, even if the first application is a third-party application and does not provide a calling interface of the related display parameters, the display interface of the second application can be adjusted according to the third-party application.
Drawings
FIG. 1 is a schematic diagram of an embodiment of a screen-reading-based display interface adjustment method according to the present invention;
FIG. 2 is a schematic diagram of another embodiment of a screen-reading-based display interface adjustment method according to the present invention;
FIG. 3 is a schematic diagram of another embodiment of a screen-reading-based display interface adjustment method according to the present invention;
FIG. 4 is a schematic diagram of an embodiment of a display interface adjustment module according to the present invention;
FIG. 5 is a schematic diagram of another embodiment of a display interface adjustment module according to the present invention;
FIG. 6 is a schematic diagram of another embodiment of the display interface adjustment module according to the present invention.
Detailed Description
The embodiment of the invention provides a display interface adjusting method and a display interface adjusting module based on screen reading, which are used for acquiring display parameter information of a display interface of a first application through a screen reading interface function and adjusting a display interface of a second application according to the display parameter information of the display interface of the first application.
In order to make the technical solutions of the present invention better understood, 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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In order to facilitate understanding of those skilled in the art, the present invention provides a specific implementation process of the technical solution provided by the present invention through the following embodiments.
For convenience of understanding, a specific flow in the embodiment of the present invention is described below, and referring to fig. 1, an embodiment of a display interface adjustment method based on screen reading in the embodiment of the present invention includes:
101. reading the display content of the display interface of the first application through a screen reading interface function;
when the first application runs in the terminal foreground, the terminal device can call the screen reading interface function and read the display content of the current display interface. The currently foreground-running application is the first application, so the read display content is the display content of the display interface of the first application.
102. Acquiring display parameter information of a display interface of a first application;
after the display content of the display interface of the first application is read, the display content of the display interface of the first application can be analyzed, and the display parameter information of the display interface of the first application is obtained.
103. And adjusting the display interface of the second application.
After the display parameter information of the display interface of the first application is acquired, the display interface of the second application can be adjusted according to the display parameter information of the display interface of the first application.
The display parameter information of the display interface of the first application can be acquired even if the first application does not provide a calling interface of the relevant display parameters, and the display interface of the second application can be adjusted according to the display parameter information.
According to the display content of the display interface of the first application, the acquired display parameter information of the display interface of the first application can be a background color value of the display interface of the first application. Adjusting the display interface of the second application according to the obtained background color value, which may only adjust the background color value of the display interface of the second application, or may also adjust the display mode of the display interface of the second application, different adjustment modes of the display interface of the second application are respectively described in the present invention, please refer to fig. 2, and another embodiment of the terminal control method in the embodiment of the present invention includes:
firstly, adjusting a background color value of a display interface of a second application:
201. detecting that a first application runs in a foreground;
when the first application starts to run in the foreground, the application program currently running in the foreground of the terminal can be detected to be the first application.
202. Reading the display content of the current screen through a screen reading interface function;
when the first application is detected to be operated in the foreground, a screen reading interface function can be called to read the display content on the current screen, wherein the display content is the display content of the display interface of the first application. The read display content may be the display content on the current whole screen, or may be the display content in a certain area on the current screen, for example, the display content in the area between the top bar and the bottom bar on the read screen.
In actual use, the step 201 may not be executed, and the display content of the current screen is read through the screen reading interface function every time a period of time elapses, or the display content of the current screen is read through the screen reading interface function when an instruction for the second application to run in the foreground is received, which is not specifically limited herein.
203. Acquiring a background color value of a display interface;
after the display content of the current screen is read, the display content can be analyzed, and the background color value corresponding to the display interface is determined. In the RGB color scheme, 6-bit hexadecimal numbers are used to represent color values, the first two bits represent red values, which represent the component of red in the color, the larger the number, the more red, the middle two bits represent green values, and the last two bits represent blue values. There are many ways of analyzing background color values, one of which will be exemplified herein. For example, the reference point for analyzing the background color value may be selected first, and generally, the more and more uniform the reference point is selected, the more accurate the analysis of the background color is. Then, the color values of the reference points may be extracted, and the average value of the color values of the reference points is calculated as the background color value of the display content.
In addition, because the display interface of the first application can continuously update the displayed text information and the displayed picture information, and the background of the display interface is usually unchanged, in order to more accurately determine the background color value of the display interface of the first application, the display contents of the screen at different moments can be read, the color value change conditions of the reference points are compared, the target reference points with the color values being less than the threshold value along with the time change are determined, and the average value of the color values of the target reference points is calculated to serve as the background color value of the display contents. For convenience of distinction, in this embodiment, the background color value of the display interface of the first application is referred to as a target background color value.
204. And setting the background color value of the display interface of the second application as the target background color value.
After the target background color value of the display interface of the first application is obtained, the background color value of the display interface of the second application can be set as the target background color value, and then the display interface of the second application is adjusted to be matched with the background color of the first application. In actual use, the first application may be an application carried by the system, such as a browser carried by the system, or may also be a third-party application, such as a microblog, a WeChat, or the like, and the second application may be an input method application, or may also be a display interface of the system application, such as a status bar, or the like, which is not specifically limited herein. When the second application is the status bar, the color of the status bar can be adjusted according to the color of the display interface of the first application, namely, the effect of the immersive status bar is realized.
Secondly, adjusting the display mode of the display interface of the second application:
301. presetting a display mode of a display interface of a second application;
the method comprises the steps of presetting and storing multiple groups of configuration information of display modes, wherein each group of configuration information can comprise background color information and font color information of a group of display interfaces of a second application, the display interfaces of the second application can be displayed on a screen in a certain display mode according to the configuration information of the display mode, and different display modes of the second application can enable the display interfaces of the second application to present different overall color matching effects.
302. Establishing a corresponding relation between a target background color value and a display mode;
a plurality of display modes, for example, 3 display modes, named as a mode, B mode, and C mode, are preset. Then, a corresponding relationship between the target background color value and the display mode may be established, where the target background color value is a background color value of the display interface of the first application. For example, if the target background color value is within the first color value interval, the target background color value corresponds to the a mode; if the target background color value is in the second color value interval, the target background color value corresponds to the B mode; and if the target background color value is in the third color value interval, the target background color value corresponds to the C mode. In addition, it should be noted that the three color value intervals do not overlap.
303. Detecting that a first application runs in a foreground;
304. reading the display content of the current screen through a screen reading interface function;
305. acquiring a background color value of a display interface;
step 303 to step 305 are the same as step 201 to step 203 in the embodiment corresponding to fig. 2, and are not described again here.
306. Determining a target display mode of a second application;
and searching the corresponding relation between the target background color value and the display mode, and determining the target display mode of the second application corresponding to the background color value of the display interface of the first application.
307. And displaying a display interface of the second application according to the configuration information of the target display mode.
And determining configuration information of the target display mode, and displaying a display interface of the second application according to the configuration information.
The above description of the screen-reading-based display interface adjustment method in the embodiment of the present invention, and the following description of the display interface adjustment module in the embodiment of the present invention.
Referring to fig. 4, an embodiment of the display interface adjusting module according to the embodiment of the present invention includes:
a reading unit 401, configured to read display content of a display interface of a first application through a screen reading interface function;
an obtaining unit 402, configured to obtain display parameter information of a display interface of a first application according to display content of the display interface of the first application;
an adjusting unit 403, configured to adjust a display interface of the second application according to the display parameter information of the display interface of the first application.
The relationship between the units of the display interface adjustment module in this embodiment refers to the embodiment corresponding to fig. 1, and is not described herein again.
The adjusting unit is configured to adjust the display interface of the second application according to the obtained background color value, and in actual use, the adjusting unit may further include other sub-units, and next, different components of the adjusting unit are respectively described in the present invention, referring to fig. 5, another embodiment of the display interface adjusting module in the embodiment of the present invention includes:
a detecting unit 501, configured to detect whether a first application runs in a foreground;
a reading unit 502, configured to read display content of a current screen through a screen reading interface function;
an obtaining unit 503, configured to obtain a background color value of a display interface;
the setting unit 504 is configured to adjust the display interface of the second application according to the display parameter information of the display interface of the first application, where the setting unit 504 includes an adjusting subunit configured to set a background color value of the display interface of the second application as a target background color value.
The relationship between the units of the display interface adjustment module in this embodiment refers to the embodiment corresponding to fig. 2, and is not described herein again.
Referring to fig. 6, another embodiment of the display interface adjusting module according to the embodiment of the present invention includes:
the preset unit 601 is configured to preset a display mode of a display interface of the second application;
an establishing unit 602, configured to establish a corresponding relationship between a target background color value and a display mode;
a detecting unit 603 configured to detect whether the first application is running in a foreground;
a reading unit 604, configured to read display content of a current screen through a screen reading interface function;
an obtaining unit 605, configured to obtain a background color value of a display interface;
a determining subunit 606, configured to determine a target display mode of the second application according to the background color value of the display interface of the first application;
and a display subunit 607, configured to display a display interface of the second application according to the configuration information of the target display mode.
The relationship between the units of the display interface adjustment module in this embodiment refers to the embodiment corresponding to fig. 3, and is not described herein again.
In the several embodiments described, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (4)

1. A display interface adjusting method based on screen reading is characterized by comprising the following steps:
reading the display content of the display interface of the first application through a screen reading interface function;
comparing the color value change condition of each reference point according to the display content of the screen at different moments, determining a target reference point of which the color value changes less than a threshold value along with time, and solving the average value of the color values of the target reference points as the background color value of the display content of the display interface of the first application;
determining a target display mode of a second application according to the background color value of the display interface of the first application;
and displaying the display interface of the second application according to the configuration information of the target display mode, wherein the configuration information comprises background color information and font color information of the display interface of the second application.
2. The screen-reading-based display interface adjustment method according to claim 1, wherein the second application is an input method application and/or a status bar application.
3. A display interface adjustment module, comprising:
the reading unit is used for reading the display content of the display interface of the first application through the screen reading interface function;
the acquiring unit is used for comparing the color value change conditions of the reference points according to the display contents of the screen at different moments, determining target reference points with color values changing less than a threshold value along with time, and calculating the average value of the color values of the target reference points to be used as the background color value of the display contents of the display interface of the first application;
the determining subunit is used for determining a target display mode of a second application according to the background color value of the display interface of the first application;
and the display subunit is configured to display the display interface of the second application according to the configuration information of the target display mode, where the configuration information includes background color information and font color information of the display interface of the second application.
4. The display interface adjustment module of claim 3, wherein the second application is an input method application and/or a status bar application.
CN201610356006.1A 2016-05-24 2016-05-24 Display interface adjusting method and display interface adjusting module based on screen reading Active CN106055229B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610356006.1A CN106055229B (en) 2016-05-24 2016-05-24 Display interface adjusting method and display interface adjusting module based on screen reading

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610356006.1A CN106055229B (en) 2016-05-24 2016-05-24 Display interface adjusting method and display interface adjusting module based on screen reading

Publications (2)

Publication Number Publication Date
CN106055229A CN106055229A (en) 2016-10-26
CN106055229B true CN106055229B (en) 2020-02-07

Family

ID=57175153

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610356006.1A Active CN106055229B (en) 2016-05-24 2016-05-24 Display interface adjusting method and display interface adjusting module based on screen reading

Country Status (1)

Country Link
CN (1) CN106055229B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106444040B (en) * 2016-11-16 2019-02-26 安克创新科技股份有限公司 Head-up display device and its display methods
CN109388452A (en) * 2018-08-31 2019-02-26 深圳市万普拉斯科技有限公司 Control display methods, computer readable storage medium and computer equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102446097A (en) * 2011-09-29 2012-05-09 奇智软件(北京)有限公司 Method for changing user interface skins
CN104978119A (en) * 2014-05-22 2015-10-14 腾讯科技(深圳)有限公司 Information window display method and device, and user terminal

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894534B (en) * 2009-05-19 2012-10-17 深圳富泰宏精密工业有限公司 Electronic device and display method of virtual keyboard thereof
CN103677640B (en) * 2013-12-16 2016-08-31 科大讯飞股份有限公司 A kind of method and system of dummy keyboard self adaptation application theme
CN104915091B (en) * 2014-03-14 2019-04-05 腾讯科技(北京)有限公司 A kind of method and apparatus for the prompt information that Shows Status Bar
WO2015143713A1 (en) * 2014-03-28 2015-10-01 华为终端有限公司 Method and apparatus for determining color of interface control, and terminal device
US20160103608A1 (en) * 2014-10-09 2016-04-14 Vellum Tech Corporation Virtual keyboard of a computing device to create a rich output and associated methods
CN105094821B (en) * 2015-07-17 2018-11-13 百度在线网络技术(北京)有限公司 A kind of method and apparatus for determining the background information of called application

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102446097A (en) * 2011-09-29 2012-05-09 奇智软件(北京)有限公司 Method for changing user interface skins
CN104978119A (en) * 2014-05-22 2015-10-14 腾讯科技(深圳)有限公司 Information window display method and device, and user terminal

Also Published As

Publication number Publication date
CN106055229A (en) 2016-10-26

Similar Documents

Publication Publication Date Title
CN110602671B (en) Bluetooth search result display method and device, terminal equipment and storage medium
US10467776B2 (en) Information processing method and apparatus, terminal, and storage medium
CN105204807B (en) Method and device for adjusting color of display content at front end of screen
WO2017166752A1 (en) Text color configuration method, apparatus, and electronic device
CN104978119A (en) Information window display method and device, and user terminal
US20160358592A1 (en) Text legibility over images
CN105843516B (en) It is a kind of for showing the method and device of information in original list rolling process
CN109344273B (en) Wallpaper management method and device and mobile terminal
CN109102264B (en) Electronic red packet detection method and device and terminal equipment
CN108694009B (en) Terminal control method and device
CN104808959B (en) Information processing method and electronic equipment
WO2015063551A1 (en) Method and apparatus for filtering pictures
CN107909569A (en) One kind flower screen detection method, flower screen detection device and electronic equipment
CN106055229B (en) Display interface adjusting method and display interface adjusting module based on screen reading
CN108615030A (en) A kind of title consistency detecting method, device and electronic equipment
CN111198636A (en) Status bar display method, terminal and storage medium
CN111898463B (en) Smoke and fire detection and identification method and device, storage medium and electronic device
CN108763491B (en) Picture processing method and device and terminal equipment
CN110806909A (en) Method and device for determining page frame dropping information of application program and electronic equipment
CN108681531B (en) Document input control method and device
CN108932704B (en) Picture processing method, picture processing device and terminal equipment
CN104536709A (en) Display control method
CN105447758A (en) Early-warning value setting method and apparatus
CN113807410B (en) Image recognition method and device and electronic equipment
CN113391779B (en) Parameter adjusting method, device and equipment for paper-like screen

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant