US9905201B2 - Display control method and device for application program interface - Google Patents
Display control method and device for application program interface Download PDFInfo
- Publication number
- US9905201B2 US9905201B2 US14/933,464 US201514933464A US9905201B2 US 9905201 B2 US9905201 B2 US 9905201B2 US 201514933464 A US201514933464 A US 201514933464A US 9905201 B2 US9905201 B2 US 9905201B2
- Authority
- US
- United States
- Prior art keywords
- resolution
- application program
- program interface
- appropriate
- appropriate resolution
- 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, expires
Links
Images
Classifications
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/36—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
- G09G5/39—Control of the bit-mapped memory
- G09G5/391—Resolution modifying circuits, e.g. variable screen formats
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/36—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
- G09G5/363—Graphics controllers
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G2340/00—Aspects of display data processing
- G09G2340/04—Changes in size, position or resolution of an image
- G09G2340/0407—Resolution change, inclusive of the use of different resolutions for different screen areas
Definitions
- the invention relates in general to display processing technologies, and more particularly to a display control method and device for an application program interface.
- the current Android system supports devices having different monitor sizes and densities.
- the Android system provides a unified development environment for correcting a user interface that an application interface displays on a monitor.
- the Android system further provides an application interface program (API) that allows a user to control an application interface to have an appropriate monitor size and density, so as to provide an optimized user interface design for different monitor configurations.
- API application interface program
- a user interface of a tablet computer is different from a user interface of a cell phone.
- the Android system is capable of controlling the scaling and size adjustment of a user interface that an application program provides to allow the application program to operate in devices having differently-sized monitors. Further, to maximize the optimization of an application program to adapt to different monitor sizes and densities, and to maximize user experiences of all devices to convince users that the application program interface is tailor designed for the current device instead of being simply stretched to fit the current device, the Android system, from version 1.6 and onwards, added the support for numerous resolutions. Thus, various resolutions can be appropriately matched, such that an application program interface can be displayed in all supported monitor configurations to provide most optimized user experiences.
- the Android system provides good adaptation for devices of various resolutions. However, all applications on one device are activated using the same resolution. For a high-resolution device, if an application is not adapted to the resolution and the application program interface is still displayed in the high resolution, the application program interface is stretched and appears blurry. On the other hand, for certain application programs adapted to high resolutions, the application program interface are displayed in a low resolution to satisfy user operations, and are however displayed in a high resolution on high-resolution devices, leading to a waste in the rendering capability of a graphic processor.
- the invention is directed to a display control method and device for an application program interface, so that an appropriate resolution can be selected for displaying an interface of an application program according to the application program.
- a display control method for an application program interface includes: determining an appropriate resolution corresponding to an application program to be executed from at least two predetermined selectable resolutions; determining configuration information according to the appropriate resolution; establishing a display window having a size equal to a size corresponding to the appropriate resolution according to the configuration information and loading a resource file corresponding to the application program interface; and rendering the application program interface in the display window on the display device according to the appropriate resolution and the resource file.
- a display control device for controlling and displaying the application program interface on a display device.
- the display control device for controlling and displaying the application program interface on a display device, includes: a resolution determining unit, configured to determine an appropriate resolution corresponding to an application program interface to be executed from at least two predetermined selectable resolutions; a configuration information determining unit, configured to determine configuration information according to the appropriate resolution determined by the resolution determining unit; a display window establishing unit, configured to establish a display window having a size equal to a size corresponding to the appropriate resolution according to the configuration information and to load a resource file corresponding to the application program interface; and an interface rendering unit, configured to render the application program interface in the display window on the display device according to the appropriate resolution and the resource file.
- an appropriate resolution is determined according to related information of an application program interface (e.g., an attribute of an application program interface) to be executed, a display window having a size equal to a size corresponding to the appropriate resolution is established according to configuration information corresponding to the appropriate resolution, and the application program interface is then rendered on the display window.
- an application program interface e.g., an attribute of an application program interface
- a display window having a size equal to a size corresponding to the appropriate resolution is established according to configuration information corresponding to the appropriate resolution, and the application program interface is then rendered on the display window.
- FIG. 1 is a flowchart of a display control method for an application interface program according to a first embodiment of the present invention
- FIG. 2 is a flowchart of a display control method for an application interface program according to a second embodiment of the present invention
- FIG. 3 is a flowchart of rendering an application interface program in an established display window according to an embodiment of the present invention
- FIG. 4 is a flowchart of rendering an application interface program in an established display window according to another embodiment of the present invention.
- FIG. 5 is a schematic diagram of a display control device for an application program interface according to the first embodiment of the present invention.
- FIG. 6 is a schematic diagram of a display control device for an application program interface according to the second embodiment of the present invention.
- FIG. 1 shows a flowchart of a display control method for an application program interface according to a first embodiment of the present invention.
- the display control method is for controlling and displaying an application program interface on a display device.
- the display control method for an application program interface according to the first embodiment includes following steps.
- an appropriate resolution corresponding to an application program to be executed is determined from at least two selectable resolutions.
- the appropriate resolution is defined by a user or defined by an application program, or is generated by other means.
- the at least selectable resolutions are predetermined in the display device, and the application program having different functions is also pre-installed on the display device.
- the at least two resolutions may be 3840 ⁇ 2160, 1920 ⁇ 1080 and 960 ⁇ 540.
- step S 11 configuration information is determined according to the appropriate resolution.
- the configuration information includes a monitor resolution, a monitor size and horizontal and vertical monitor settings of the display device.
- step S 12 a display window having a size equal to a size corresponding to the appropriate resolution is established, and a resource file corresponding to the application program interface is loaded.
- the size of the established display window established is the equal to the size of the appropriate resolution, and corresponds to page contents of the application program interface to be rendered and rendered. For example, when the resolution is 3840 ⁇ 2160, the size of the established display window is also 3840 ⁇ 2160; when the resolution is 1920 ⁇ 1080, the size of the established display window is also 1920 ⁇ 1080.
- resource files corresponding to different resolutions are stored in a resource folder, such that an application package file (APK) of the application program can be used for multiple monitors having different resolutions.
- API application package file
- the Android system traverses through all of the resource files, and filters out inappropriate entry files according to configuration information. For example, for a resolution of 1920 ⁇ 1080, resources exceeding such resolution are filtered out.
- the resource files remaining after the filtering process are matched to identify the most appropriate entry file, and the resource file in the corresponding resource folder is loaded.
- step S 13 the application program interface is rendered in the display window on the display device according to the appropriate resolution and the resource file.
- FIG. 2 shows a flowchart of a display control method for an application program interface according to a second embodiment of the present invention.
- a process of the display control method for an application program interface according to the embodiment includes following steps.
- step S 20 determining an appropriate resolution corresponding to an application program to be executed from at least two predetermined selectable resolutions.
- an appropriate resolution corresponding to an attribute of the application program interface is set in advance, with the attribute being identifiable to the system, so as to determine the appropriate resolution for the application program interface according to the attribute of the application program to be executed.
- the attribute of the application program interface may be identified according to a function to be performed. For example, the appropriate resolution of an application program interface with an attribute as a video player is set to 3840 ⁇ 2160, the appropriate resolution for an application program interface with an attribute as a drawing tool is set to 1920 ⁇ 1080, and the appropriate resolution for an application program interface with an attribute as a calculator is set to 960 ⁇ 540.
- a white list that records a list of application programs having an appropriate resolution as a predetermined resolution is established, and it is determined whether the application program to be executed is in the white list.
- the appropriate resolution of the application program interface is the predetermined resolution.
- the appropriate resolution of the application program interface is a default resolution of the application program interface.
- the predetermined resolution is selected from at least two predetermined selectable resolutions, and the default resolution may be a physical resolution of the display device or a predetermined resolution smaller than the physical resolution of the display device.
- the white list records following contents: the appropriate resolution is 1920 ⁇ 1080, and the application list includes YouTube and Flickr.
- the appropriate resolution of the application program interface is 1920 ⁇ 1080.
- the appropriate resolution of the application program is the default resolution of the application program interface, e.g., 3840 ⁇ 2160.
- step S 21 corresponding configuration is determined according to the appropriate resolution.
- step S 22 a display window having a size equal to a size corresponding to the appropriate resolution is established, and a resource file corresponding to the application interface is loaded.
- the established display window has a size equal to the size of the appropriate resolution, and is for rendering and rendering page contents of the application program interface. For example, when the resolution is 3840 ⁇ 2160, the size of the established display window is also 3840 ⁇ 2160; when the resolution is 1920 ⁇ 1080, the size of the established display window is also 1920 ⁇ 1080.
- step S 23 the application program interface is rendered in the display window on the display device according to the appropriate resolution and the loaded resource file.
- FIG. 3 shows a flowchart of a process for rendering an application program interface in an established display window according to an embodiment of the present invention.
- the appropriate resolution is smaller than the physical resolution of the display device.
- the process for rendering an application program interface in an established display window according to the embodiment includes following steps.
- sub-step S 230 the size of the display window is sent to the application program to perform a layout process on the application program interface.
- sub-step S 231 the display window is rendered in an upper-left corner region of a frame buffer of the display device according to the appropriate resolution and the loaded resource file, and a an Android-type application program interface having undergone the layout process is rendered in the display window.
- FIG. 4 shows a flowchart of a process for rendering an application program interface in an established display window according to another embodiment of the present invention.
- the appropriate resolution is equal to the physical resolution of the display device.
- the process for rendering an application program interface in an established display window on a display device according to the embodiment includes following steps.
- sub-step S 330 the size of the display window is sent to the application program to perform a layout process on the application program interface.
- sub-step S 331 the display window is rendered in an entire region of a frame buffer according to the appropriate resolution and the loaded resource file, and an Android-type application program interface having undergone the layout process is rendered in the display window.
- step S 24 the size of the rendered application program interface is adjusted to be equal to the size corresponding to the physical resolution of the display device.
- a corresponding transform matrix is calculated according to the physical resolution to stretch the rendered image to the appropriate monitor size.
- FIG. 5 shows a schematic diagram of a display control device for an application program interface according to the first embodiment of the present invention.
- a device 40 includes a resolution determining unit 41 , a configuration information determining unit 42 , a display window establishing unit 43 and an interface rendering unit 44 .
- the device 40 controls and displays an application program interface on a display device.
- the resolution determining unit 41 determines an appropriate resolution corresponding to an application program to be executed from at least two predetermined selectable resolutions.
- the appropriate resolution is defined by a user or defined by an application program, or is generated by other means.
- the configuration information determining unit 42 determines configuration information according to the appropriate resolution determined by the resolution determining unit 41 .
- the configuration information includes a monitor resolution, a monitor size and horizontal and vertical monitor settings of the display device.
- the display window establishing unit 43 establishes display window having a size equal to a size corresponding to the appropriate resolution determined by the configuration information determining unit 42 , and loads a resource file corresponding to the application program interface.
- the interface rendering unit 44 renders the application program interface in the display window on the display device according to the appropriate resolution and the resource file.
- FIG. 6 shows a schematic diagram of a display control device for an application program interface according to the second embodiment of the present invention.
- the device includes a resolution determining unit 51 , a configuration information determining unit 52 , a display window establishing unit 53 , an interface rendering unit 54 and an interface adjusting unit 55 .
- the device controls and displays an application program interface on the display device.
- the resolution determining unit 41 determines an appropriate resolution corresponding to an application program interface to be executed from at least two predetermined selectable resolutions.
- the appropriate resolution is defined by a user or defined by an application program interface, or is generated by other means.
- the resolution determining unit 51 sets the appropriate resolution corresponding to an attribute of the application program interface in advance, with the attribute being identifiable to a system, and determines the appropriate resolution for the application program interface according to the attribute of the application program to be executed.
- the attribute of the application program is identifiable according to the function to be performed, or identifiable according to the name of the application program.
- the device 50 further includes a white list establishing unit 56 , which is configured to record a list of application programs having an appropriate resolution as a predetermined resolution.
- the resolution determining unit 51 determines whether the application program to be executed is in the white list. When it is determined that the application program is in the white list, the resolution determining unit 51 determines that the appropriate resolution of the application program interface is the predetermined resolution. When it is determined that the application program is not in the white list, the resolution determining unit 51 that the appropriate resolution of the application program interface is a default resolution of the application program interface.
- the predetermined resolution is selected from at least two predetermined selectable resolutions, and the default resolution may be a physical resolution of the display device or a predetermined resolution smaller than the physical resolution of the display device.
- the configuration information determining unit 52 determines configuration information according to the appropriate resolution determined by the resolution determining unit 51 .
- the configuration information includes a monitor resolution, a monitor size and horizontal and vertical monitor settings of the display device.
- the display window establishing unit 53 establishes display window having a size equal to a size corresponding to the appropriate resolution determined by the configuration information determining unit 52 , and loads a resource file corresponding to the application program interface.
- the interface rendering unit 54 renders the application program interface in the display window on the display device according to the appropriate resolution and the resource file.
- the appropriate resolution is smaller than the physical resolution. More specifically, to renders the application program interface by the interface rendering unit 54 , the interface rendering unit 54 sends the size of the display window to the application program to perform a layout process on the application program interface, renders the display window in an upper-left corner region of a frame buffer of the display device according to the appropriate resolution and the loaded resource file, and renders the application program interface having undergone the layout process in the display window.
- the appropriate resolution is equal to the physical resolution.
- the interface rendering unit 54 sends the size of the display window to the application program to perform a layout process on the application program interface, renders the display window in an entire frame buffer of the display device according to the appropriate resolution and the loaded resource file, and renders the application program interface having undergone the layout process in the display window.
- the interface adjusting unit 55 adjusts the size of the application program interface rendered by the interface rendering unit 54 to be equal to the size corresponding to the physical resolution. More specifically, after the display window is rendered in the upper-left corner region or the entire region of the frame buffer, the interface adjusting unit 55 calculates a transform matrix according to the physical resolution of the display device to stretch the rendered image to adapt to the monitor size.
- AMS ActivityManagerService
- the appropriate resolution corresponding to an attribute of the application program is set in advance, with the attribute being identifiable to the system, and AMS determines the appropriate resolution for the application program interface according to the attribute of the application program to be executed.
- a white list that records a list of application programs having an appropriate resolution as a predetermined resolution is established, and AMS determines whether the application program to be executed is in the white list to determine the appropriate resolution of the application program interface.
- a white list that records a list of application programs having an appropriate resolution as a predetermined resolution is established, and AMS determines whether the application program to be executed is in the white list. When it is determined that the application program is in the white list, it is determined that the appropriate resolution of the application program interface is the predetermined resolution.
- the appropriate resolution of the application program interface is a default resolution of the application program interface.
- the predetermined resolution is selected from at least two predetermined selectable resolutions, and the default resolution may be a physical resolution of the display device or a predetermined resolution smaller than the physical resolution of the display device.
- the AMS obtains corresponding configuration information according to the determined appropriate resolution, and the WindowManagerService (WMS) establishes a display window having a size equal to the size corresponding to the appropriate resolution according to the configuration information, and loads a resource file corresponding to the configuration information through the ResourceManager.
- WMS WindowManagerService
- WMS further feeds back the size of the established display window to the application program, such that the application program performs re-calculation to refresh the layout of a layout file included after receiving the size information of the display window.
- Surfaceflinger obtains a currently displayable layer during handleMessageRefresh, and calculates a transform matrix according to the size of the corresponding window established by WMS, so as to render the layer to the frame buffer. For example, when SurfaceFlinger obtains the currently displayable layer and determines that the resolution corresponding to the layer (the appropriate resolution) is smaller than the physical resolution, SurfaceFlinger changes the transform matrix of the layer to control the layer to be rendered in an upper-left corner region of the frame buffer; when SurfaceFlinger obtains the currently displayable layer and determines that the resolution corresponding to the layer (the appropriate resolution) is equal to the physical resolution, SurfaceFlinger changes the transform matrix of the layer to control the layer to be rendered in an entire region of the frame buffer.
- the size of the rendered application program interface is adjusted to be equal to the size corresponding to the physical resolution, and the rendered application program interface is then displayed on the display device.
- the appropriate resolution of each of the application programs is determined and a display window having a size equal to the size corresponding to each of the appropriate resolutions is established, and the interface rendering unit 54 utilizes the maximum of the multiple appropriate resolutions as a final resolution for each of the application programs to be executed.
- the appropriate resolution of a first application program interface is 3840 ⁇ 210
- the appropriate resolution of a second application program interface is 1920 ⁇ 1080
- the appropriate resolution of a third application program interface is 1920 ⁇ 1080.
- the interface rendering unit 54 utilizes 3840 ⁇ 2160 as the resolution of the first, second and third application programs, and renders the corresponding application program interface for each of the display windows according to the 3840 ⁇ 2160 resolution and the resource file.
- the present invention provides a display control method and device for an application program interface.
- the display control method and device determine an appropriate resolution according to related information of an application program to be executed (e.g., an attribute of an application program interface), and establishes a display window having a size equal to a size corresponding to the resolution according to determined configuration information of the resolution to render the application program interface in the display window.
- the size and layout of the display window for each application program interface can be correspondingly adjusted after selecting an appropriate resolution.
- the technical issue of blurring that is caused by stretching a low-resolution application program interface in a high-resolution device is eliminated.
- a lower and appropriate resolution is selected in a high-resolution device to display an application program interface having a lower resolution, thereby achieving a technical effect of saving resources of a graphic processor.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Computer Graphics (AREA)
- General Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Software Systems (AREA)
- Digital Computer Display Output (AREA)
Abstract
Description
Claims (13)
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410706438 | 2014-11-28 | ||
| CN201410706438.1A CN104503655B (en) | 2014-11-28 | 2014-11-28 | application program interface display control method and device |
| CN201410706438.1 | 2014-11-28 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20160155411A1 US20160155411A1 (en) | 2016-06-02 |
| US9905201B2 true US9905201B2 (en) | 2018-02-27 |
Family
ID=52945056
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/933,464 Active 2036-06-21 US9905201B2 (en) | 2014-11-28 | 2015-11-05 | Display control method and device for application program interface |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US9905201B2 (en) |
| CN (1) | CN104503655B (en) |
| TW (1) | TWI540501B (en) |
Families Citing this family (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6272578B2 (en) * | 2015-08-31 | 2018-01-31 | 三菱電機株式会社 | Application execution apparatus and application execution method |
| CN106648715B (en) * | 2015-10-29 | 2020-11-27 | 阿里巴巴集团控股有限公司 | Method and system for loading popup control |
| CN106708498A (en) * | 2015-11-18 | 2017-05-24 | 中兴通讯股份有限公司 | Terminal for realizing multi-mode application page, method and system |
| CN105807890B (en) * | 2016-03-04 | 2019-11-15 | 北京金山安全软件有限公司 | Information display method and device and electronic equipment |
| KR102608997B1 (en) | 2016-08-01 | 2023-12-06 | 삼성전자주식회사 | Screen controlling method and electronic device supporting the same |
| CN113347374A (en) * | 2016-08-25 | 2021-09-03 | 上海交通大学 | Multi-resolution-based multi-view media presentation method |
| CN106527846A (en) * | 2016-10-19 | 2017-03-22 | 北京奇虎科技有限公司 | Displaying method, displaying device and terminal equipment |
| CN108228284B (en) * | 2016-12-14 | 2021-05-28 | 腾讯科技(深圳)有限公司 | Window display method and terminal |
| CN108269222A (en) * | 2016-12-30 | 2018-07-10 | 华为技术有限公司 | A kind of window rendering intent and terminal |
| CN106919401B (en) * | 2017-03-10 | 2021-04-09 | Oppo广东移动通信有限公司 | A method, device and mobile terminal for dynamically adjusting resolution |
| CN106791212B (en) | 2017-03-10 | 2019-07-02 | Oppo广东移动通信有限公司 | Method, device and mobile terminal for controlling refresh rate of mobile terminal |
| CN108345438A (en) * | 2018-02-06 | 2018-07-31 | 深圳市恒晨电器有限公司 | Cell phone platform is applied to the physics transverse screen display method of vehicular platform |
| CN110166792B (en) * | 2018-02-14 | 2021-10-22 | 斑马智行网络(香港)有限公司 | Image display method, device, system and storage medium |
| CN109167875A (en) * | 2018-07-20 | 2019-01-08 | 重庆宝力优特科技有限公司 | Interface display method, electronic equipment and computer readable storage medium |
| CN109144443A (en) * | 2018-07-20 | 2019-01-04 | 重庆宝力优特科技有限公司 | Electronic equipment multi-display method, electronic equipment and computer readable storage medium |
| CN109901904B (en) * | 2019-02-25 | 2022-06-07 | 努比亚技术有限公司 | Application picture adjusting method in wearable device and wearable device |
| CN109992181B (en) * | 2019-03-27 | 2021-09-14 | 努比亚技术有限公司 | Method for adapting application program interface of mobile terminal, wearable device and storage medium |
| CN110531947A (en) * | 2019-08-30 | 2019-12-03 | 北京字节跳动网络技术有限公司 | Method, apparatus, the equipment, storage medium of control application display |
| CN110673771A (en) * | 2019-09-20 | 2020-01-10 | 武汉天喻教育科技有限公司 | System and method for automatically identifying resolution to realize interface dynamic layout |
| CN112114765A (en) * | 2020-09-27 | 2020-12-22 | 北京小米移动软件有限公司 | Screen projection method and device and storage medium |
| CN112667181A (en) * | 2020-12-31 | 2021-04-16 | 努比亚技术有限公司 | Screen projection method, screen projection equipment, screen projection control system and storage medium |
| CN113238726B (en) * | 2021-04-30 | 2024-06-04 | 深圳市智微智能软件开发有限公司 | Dual-display synchronous display control method, apparatus, device and storage medium |
| CN113238725A (en) * | 2021-04-30 | 2021-08-10 | 深圳市智微智能软件开发有限公司 | Display point-to-point display control method, device, equipment and storage medium |
| CN113254132B (en) * | 2021-05-24 | 2023-01-20 | 青岛海信移动通信技术股份有限公司 | Application display method and related device |
| US12079644B2 (en) * | 2022-10-28 | 2024-09-03 | Google Llc | Methods, systems, and media for generating modified user engagement signals based on obstructing layers in a user interface |
| CN118522260A (en) * | 2023-02-17 | 2024-08-20 | Oppo广东移动通信有限公司 | Resolution adjustment method, device, electronic device and computer readable medium |
| CN116528063B (en) * | 2023-07-04 | 2023-11-03 | 荣耀终端有限公司 | Shooting method, readable storage medium and electronic device |
| CN117055779B (en) * | 2023-09-29 | 2024-04-19 | 荣耀终端有限公司 | Application interface display method, terminal equipment and storage medium |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030081006A1 (en) * | 2001-10-31 | 2003-05-01 | Mike Sheldon | Method and system for rendering display |
| US20070132787A1 (en) * | 2005-12-06 | 2007-06-14 | Samsung Electronics Co., Ltd. | Multimedia system having application scaling function, application scaling method, and recording medium storing program for performing the method |
| CN101520755A (en) | 2008-02-28 | 2009-09-02 | 宏碁股份有限公司 | Multimedia playing adjustment method and system |
| CN102662616A (en) | 2012-03-28 | 2012-09-12 | 北京邮电大学 | Screen graphics self-adaption method and system used for mobile terminal |
| CN102917273A (en) | 2012-09-28 | 2013-02-06 | 深圳市茁壮网络股份有限公司 | Cross-platform display application method and device |
| CN103744595A (en) | 2013-12-30 | 2014-04-23 | 广州华多网络科技有限公司 | Self-adaption display method and configuration file generating method and device |
| CN104035664A (en) | 2014-06-06 | 2014-09-10 | 北京安兔兔科技有限公司 | Display method and device for user interface of application program |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9335921B2 (en) * | 2011-06-10 | 2016-05-10 | Amx Llc | Providing subpages in a touch panel user interface |
| CN103544038B (en) * | 2013-10-31 | 2017-10-24 | Tcl集团股份有限公司 | One kind is based on 4K2K systematic difference program display method and apparatus |
-
2014
- 2014-11-28 CN CN201410706438.1A patent/CN104503655B/en not_active Expired - Fee Related
- 2014-12-29 TW TW103146046A patent/TWI540501B/en not_active IP Right Cessation
-
2015
- 2015-11-05 US US14/933,464 patent/US9905201B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030081006A1 (en) * | 2001-10-31 | 2003-05-01 | Mike Sheldon | Method and system for rendering display |
| US20070132787A1 (en) * | 2005-12-06 | 2007-06-14 | Samsung Electronics Co., Ltd. | Multimedia system having application scaling function, application scaling method, and recording medium storing program for performing the method |
| CN101520755A (en) | 2008-02-28 | 2009-09-02 | 宏碁股份有限公司 | Multimedia playing adjustment method and system |
| CN102662616A (en) | 2012-03-28 | 2012-09-12 | 北京邮电大学 | Screen graphics self-adaption method and system used for mobile terminal |
| CN102917273A (en) | 2012-09-28 | 2013-02-06 | 深圳市茁壮网络股份有限公司 | Cross-platform display application method and device |
| CN103744595A (en) | 2013-12-30 | 2014-04-23 | 广州华多网络科技有限公司 | Self-adaption display method and configuration file generating method and device |
| CN104035664A (en) | 2014-06-06 | 2014-09-10 | 北京安兔兔科技有限公司 | Display method and device for user interface of application program |
Non-Patent Citations (2)
| Title |
|---|
| State Intellectual Property Office of the People's Republic of China , "Office Action", dated Apr. 18, 2017. |
| Taiwan Intellectual Property Office, Office Action dated Jan. 29, 2016. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20160155411A1 (en) | 2016-06-02 |
| TWI540501B (en) | 2016-07-01 |
| CN104503655B (en) | 2017-12-08 |
| TW201619813A (en) | 2016-06-01 |
| CN104503655A (en) | 2015-04-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9905201B2 (en) | Display control method and device for application program interface | |
| US10796072B2 (en) | Intelligent window placement with multiple windows using high DPI screens | |
| KR102353766B1 (en) | Apparatus and method for controlling display | |
| US20170123645A1 (en) | Method and apparatus for automatically adjusting interface element | |
| US9665247B2 (en) | Method and device for applying a new skin to a display environment | |
| CN104199920B (en) | The display adaptation method and device of Web page type application | |
| CN111866423A (en) | Screen recording method and corresponding device for electronic terminal | |
| US9613397B2 (en) | Display method and electronic apparatus | |
| KR102189643B1 (en) | Display apparatus and control method thereof | |
| US10911621B2 (en) | Display control apparatus, control method for display control apparatus, and non-transitory computer-readable medium | |
| CN111104077B (en) | A multi-screen display control method, device, equipment and readable storage medium | |
| CN112099886A (en) | Desktop display control method and device of mobile zero terminal | |
| US20150326933A1 (en) | Video reproduction apparatus, control method thereof, and computer-readable storage medium storing program | |
| WO2014161357A1 (en) | Method and device for displaying browser resources and computer readable storage medium | |
| WO2022191817A1 (en) | Motion-induced blurring to reduce scintillations and an appearance of a boundary separating regions of a display | |
| CN103677883A (en) | Method and device for displaying dock icon | |
| JP2014016984A (en) | Method for setting wallpaper picture, and digital media controller | |
| TWI780497B (en) | Display system, display method and display | |
| CN104331219A (en) | Icon displaying method, device and system | |
| US20150234576A1 (en) | Method and apparatus for displaying information and electronic device adapted to the method | |
| EP2953058A1 (en) | Method for displaying images and electronic device for implementing the same | |
| CN105574044A (en) | Folder icon adjustment system and method | |
| KR20150033786A (en) | Method and apparatus for improving readability of contents | |
| TWI493443B (en) | Electronic device and method for displaying the same | |
| US20140118394A1 (en) | Image processing method and associated apparatus |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: MSTAR SEMICONDUCTOR, INC., TAIWAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LIU, XIAO-LONG;REEL/FRAME:036970/0769 Effective date: 20151008 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| AS | Assignment |
Owner name: MEDIATEK INC., TAIWAN Free format text: MERGER;ASSIGNOR:MSTAR SEMICONDUCTOR, INC.;REEL/FRAME:052931/0468 Effective date: 20190115 |
|
| AS | Assignment |
Owner name: XUESHAN TECHNOLOGIES INC., CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MEDIATEK INC.;REEL/FRAME:056593/0167 Effective date: 20201223 |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| FEPP | Fee payment procedure |
Free format text: SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: M1554); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |