CN109819329B - Window display method and smart television - Google Patents

Window display method and smart television Download PDF

Info

Publication number
CN109819329B
CN109819329B CN201910038951.0A CN201910038951A CN109819329B CN 109819329 B CN109819329 B CN 109819329B CN 201910038951 A CN201910038951 A CN 201910038951A CN 109819329 B CN109819329 B CN 109819329B
Authority
CN
China
Prior art keywords
interface
window
parameter
activityb
small window
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
CN201910038951.0A
Other languages
Chinese (zh)
Other versions
CN109819329A (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.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Visual 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 Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN201910038951.0A priority Critical patent/CN109819329B/en
Publication of CN109819329A publication Critical patent/CN109819329A/en
Priority to PCT/CN2019/126701 priority patent/WO2020147507A1/en
Application granted granted Critical
Publication of CN109819329B publication Critical patent/CN109819329B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The application discloses a window display method and a smart television, which are used for displaying display windows of a plurality of interfaces in the same screen. The window display method provided by the embodiment of the application comprises the following steps: receiving a request to launch a second interface on a first interface; judging whether the request carries information for indicating that a small window is adopted to display the second interface or not; and if so, starting the second interface according to the information, and displaying the second interface by adopting a small window.

Description

Window display method and smart television
Technical Field
The application relates to the technical field of smart televisions, in particular to a window display method and a smart television.
Background
An android system is generally adopted as an operating system of the current smart television.
The android 7.0 version and later systems can support a multitask stack to realize the function of displaying different Activities in multiple windows (Activity is one of the four most important components in android components, and one Activity corresponds to one application program interface). That is, each window in the multiple windows corresponds to one task stack, and each task stack stores the Activity to be displayed in the corresponding window. The android 7.0 version and later systems can support an application stack, a picture-in-picture mode stack, a split-screen mode stack and the like, and the multi-window display can be realized by the following steps: for example, one window corresponds to an application stack and another window corresponds to a picture-in-picture mode stack or a split-screen mode stack.
However, the system before the 7.0 version of the android does not support a multitask stack, and only supports an application stack, so that the application stack only corresponds to one window (usually referred to as a full-screen window), and therefore the function of displaying different activities in multiple windows cannot be realized.
For example, when a system of the android 5.0 version is adopted, ActivityA is displayed on the current screen in a full screen mode, when ActivityB is started on the ActivityA, because ActivityA and ActivityB are stored in the same application stack, according to the starting rule of Activity under the current android system, ActivityB needs to be pushed to the foreground to be displayed at the top of the application stack, namely ActivityB is displayed in a full screen mode by default, and ActivityB covers ActivityA, so that only one window displaying ActivityB can be displayed, and the function of simultaneously displaying the window of ActivityA and the window of ActivityB cannot be realized.
Therefore, it is required to provide a method for displaying different activities in multiple windows in one task stack, so as to avoid the limitation of the version of the android system and improve the user experience.
Disclosure of Invention
The embodiment of the application provides a window display method and an intelligent television, which are used for displaying display windows of a plurality of interfaces in the same screen.
The window display method provided by the embodiment of the application comprises the following steps:
receiving a request to launch a second interface on a first interface;
judging whether the request carries information for indicating that a small window is adopted to display the second interface or not;
and if so, starting the second interface according to the information, and displaying the second interface by adopting a small window.
By the method, a request for starting a second interface is received on a first interface; judging whether the request carries information for indicating that a small window is adopted to display the second interface or not; and if so, starting the second interface according to the information, and displaying the second interface by adopting a small window. Therefore, the second interface is displayed by adopting the small window, the second interface can be prevented from adopting a default full-screen display mode according to the Activity starting rule of the android system, and the display windows of the first interface and the second interface can be presented in the same screen at the same time.
Optionally, the first parameter included in the information is used to instruct the second interface to be displayed by a small window. Optionally, the information includes a second parameter and a third parameter, the second parameter is used to indicate a display size of the widget corresponding to the second interface, and the third parameter is used to indicate a display position of the widget corresponding to the second interface.
Optionally, before displaying the second interface with a small window, the method further includes:
determining a display boundary of a small window corresponding to the second interface according to the second parameter;
and determining the display position of the small window in the full screen according to the third parameter.
Optionally, before displaying the second interface with a small window, the method further includes:
and setting the theme corresponding to the second interface as transparent so as to keep the first interface visible.
Optionally, when the second interface is displayed by using a small window, the first interface is displayed by using a full-screen window or a small window. Optionally, receiving a request for displaying a second interface by using a full screen window;
and displaying the second interface displayed in the small window by adopting a full-screen window.
Correspondingly, the embodiment of the application provides a smart television, including:
the receiving unit is used for receiving a request for starting a second interface on the first interface;
the judging unit is used for judging whether the request carries information for indicating that the second interface is displayed by adopting a small window or not;
and if so, starting the second interface according to the information, and displaying the second interface by adopting a small window.
An embodiment of the present application further provides an intelligent television, including:
a memory for storing program instructions;
and the processor is used for calling the program instructions stored in the memory and executing any one of the methods provided by the embodiment of the application according to the obtained program.
Another embodiment of the present application provides a computer storage medium having stored thereon computer-executable instructions for causing a computer to perform any one of the methods described above.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic diagram illustrating a window display method according to an embodiment of the present disclosure;
FIG. 2 is a flowchart illustrating a method for executing a window display frame according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a multi-window effect displaying ActivityB by using a small window according to an embodiment of the present application;
fig. 4 is a schematic diagram illustrating an effect of displaying ActivityB using a full-screen window according to an embodiment of the present application;
fig. 5 is a smart television provided in an embodiment of the present application;
fig. 6 is a smart television further provided in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
According to the embodiment of the application, the Android frame Activity startup attribute and the Window display are modified, so that the multi-Window display effect can be achieved, and the limitation of an Android version is not required.
In the related art, in an Android system supporting only an application stack, when ActivityB is started on ActivityA, a display area of ActivityB corresponds to a full screen by default, and thus only one full screen window displaying ActivityB is displayed. Therefore, in order to realize the multi-window display effect under one application stack, the display area of the ActivityB is limited in the area limited by the range of the specified boundary mBounds, and the display area of the activityA is unchanged, so that the activityA and the activityB respectively correspond to different display windows.
Further, in the related art, since ActivityB is overlaid on ActivityA, the lifecycle of ActivityA enters a Pause state; and when the theme of the ActivityB is opaque, the Android system changes the state of the ActivityA from visible to invisible, so that the ActivityA cannot be displayed. Therefore, the me of the activityB is set to be transparent in the application, so that the state of the activityA is still visible according to the current Android system rule, and both the activityA and the activityB are displayed.
Various embodiments of the present application will be described in detail below with reference to the accompanying drawings. It should be noted that the display sequence of the embodiment of the present application only represents the sequence of the embodiment, and does not represent the merits of the technical solutions provided by the embodiments.
Referring to fig. 1, an embodiment of the present application provides a window display method, including:
s101, receiving a request for starting a second interface on a first interface;
s102, judging whether the request carries information for indicating that a small window is adopted to display the second interface or not;
for example, the television system detects that the request carries the parameter FLAG _ ADJUST _ WIN _ ENABLED _ LEFT _ TOP _4, and determines to display the second interface using the widget.
And S103, if yes, starting the second interface according to the information, and displaying the second interface by adopting a small window.
Taking the example of starting activityB in activityA, the specific implementation method is as follows:
step one, ActivityA sends an Activity starting request to a framework, wherein the framework is a television system for example;
step two, the framework receives the request, checks the validity of the request and analyzes the information carried when ActivityB is started; the carried information comprises a group of predefined constants with special meanings, 20-30 common constants are used at present, and the carried information is used for indicating that the mode for starting activityB is a small window;
step three, the framework modifies the life cycle of the activityA into a Pause state, and then determines whether the activityA is modified into a visible state or not according to whether the theme of the activityB is transparent or not;
and step four, changing the activityB state into a visible state by the framework, and drawing an activityB interface UI according to mBounds set for activityB contained in the information.
More specifically, referring to fig. 2, a flowchart of a method for executing inside a frame for window display provided in an embodiment of the present application takes initiating an ActivityB in ActivityA as an example, and specifically includes:
firstly, a frame receives an activityB starting request sent by activityA, and detects whether the starting request contains a parameter FLAG _ ADJUST or not; the parameter is used for indicating that activityB adopts a small window display mode;
if the parameter FLAG _ ADJUST is not contained, enabling the activityB to be normally started in a full screen mode;
if the parameter FLAG _ ADJUST is included, the parameter Full Screen FLAG in the Activity Task corresponding to the Activity b is modified to be FLAG, that is, the frame forces the me of the Activity b to be transparent, so that the Activity a still keeps a visible state according to the current android system rule.
Then, detecting whether a start request carries a screen adjustment parameter WIN _ ENABLED _ LEFT _ TOP _4 or not; the parameter is used for indicating the boundary size and position of a display window corresponding to activityB;
if the screen adjustment parameters are not carried, the activityB is normally started in a full screen mode;
if the screen adjustment parameter is carried, calculating mBounds of the display window corresponding to the activityB according to the window adjustment coefficient in the parameter, and determining the position of the mBounds of the display window corresponding to the activityB in the screen according to the window position information in the parameter;
then, making a special mark on the ActivityB window starting attribute for indicating that the ActivityB window is displayed as a small window;
ActivityB then starts and is displayed with a small window. For example, as shown in fig. 3, a multi-window effect diagram for displaying ActivityB by using a small window provided by the embodiment of the present application is provided, in which the small window displaying ActivityB is located at the upper right of the screen, and the size of the boundary is one fourth of the size of the screen; the full screen window displaying ActivityA remains displayed full screen.
It should be noted that, in the interface shown in fig. 3, when the ActivityB is displayed by using a small window, the display area corresponding to the ActivityA may also be modified from a full-screen window to a small window to meet the user requirement, which is not limited in this embodiment.
It should be noted that, for example, the size of the border of the window corresponding to ActivityB may be one third, one fourth or one fifth of the screen, and the position of the window corresponding to ActivityB may be left upper, right upper, left lower or right lower. Combining the size and the position of the boundary, the display area of the window corresponding to the activityB can be 12, for example, the window corresponding to the activityB is positioned at the upper left of the screen, and the size of the boundary is one third of the screen; the window corresponding to the activityB is positioned at the upper left of the screen, and the size of the boundary is one fourth of the size of the screen; the window corresponding to the activityB is positioned at the upper left of the screen, and the size of the boundary is one fifth of that of the screen; the window corresponding to the activityB is positioned at the upper right of the screen, and the size of the boundary is one third of that of the screen; the window corresponding to the activityB is positioned at the upper right of the screen, and the size of the boundary is one fourth of the size of the screen; the window corresponding to the activityB is positioned at the upper right of the screen, and the size of the boundary is one fifth of that of the screen; the window corresponding to the activityB is positioned at the lower left of the screen, and the size of the boundary is one third of that of the screen; the window corresponding to the activityB is positioned at the lower left of the screen, and the size of the boundary is one fourth of the size of the screen; the window corresponding to the activityB is positioned at the lower left of the screen, and the size of the boundary is one fifth of that of the screen; the window corresponding to the activityB is positioned at the right lower part of the screen, and the size of the boundary is one third of that of the screen; the window corresponding to the activityB is positioned at the lower right of the screen, and the size of the boundary is one fourth of the size of the screen; the window corresponding to activityB is located at the lower right of the screen, and the size of the border is one fifth of the size of the screen.
Specifically, for example, when ActivityB is requested to be started, the following parameters are carried in the start request: after the frame receives the set of parameters, the frame firstly resolves to a parameter FLAG _ ADJUST, which indicates that ActivityB is displayed by a small window. Then setting the parameter Full Screen Flag in the Activity Task corresponding to ActivityB as Flag, which indicates that the me of ActivityB is transparent. Then, according to the convention, the window adjustment coefficient is 4 obtained from the _4 parameter, and the window obtained from the _ LEFT _ TOP parameter is positioned at the upper LEFT of the screen. Then, mBounds [0,1920/4,0,1080/4] corresponding to activityB is calculated according to the window adjustment coefficient, namely mBounds [0,480,0,270], that is, the width of activityB is one fourth of the width of the screen, namely the width is 480, and the height is one fourth of the height of the screen, namely the height is 270. Thus, the framework displays ActivityB at [0,480,0,270] m bones at the upper left of the screen while the display state of ActivityA remains unchanged.
When a user wants to display ActivityB in full screen, by clicking a key on a remote controller, the special mark of the original ActivityB displayed by using a small window is removed, for example, the marked parameters are: music-window-area, true, then ActivityB is displayed in a full screen window. As shown in fig. 4, an effect diagram of displaying ActivityB using a full-screen window is provided for the embodiment of the present application.
According to the embodiment of the application, the Android system Activity full-screen attribute is modified, the Android window display mechanism is modified, the interactive mode which can be flexibly applied to the whole intelligent television system is provided, the multi-window effect is achieved, and the method is applicable to various third-party applications (such as QQ music, love art, Youku and other various playing applications) without distinguishing Android versions.
Correspondingly, referring to fig. 5, an embodiment of the present application provides an intelligent television, including:
a receiving unit 11, configured to receive, on a first interface, a request for starting a second interface;
a determining unit 12, configured to determine whether the request carries information indicating that the second interface is displayed by using a small window;
and the processing unit 13 is configured to start the second interface according to the information and display the second interface by using a small window if the second interface is the first interface.
Referring to fig. 6, an embodiment of the present application further provides a smart television, including: a processor 600, a memory 610, a user interface 620, and a bus interface.
Where in fig. 6, the bus architecture may include any number of interconnected buses and bridges, with various circuits being linked together, particularly one or more processors, represented by processor 600, and memory, represented by memory 610. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface.
Alternatively, the user interface 620 may be an interface capable of interfacing externally to a desired device, including but not limited to a keypad, display, speaker, microphone, joystick, etc.
The processor 600 is responsible for managing the bus architecture and general processing, and the memory 610 may store data used by the processor 600 in performing operations.
Alternatively, the processor 600 may be a CPU (central processing unit), an ASIC (Application Specific Integrated Circuit), an FPGA (Field Programmable Gate Array), or a CPLD (Complex Programmable Logic Device).
Memory 610 may include Read Only Memory (ROM) and Random Access Memory (RAM), and provides the processor with program instructions and data stored in the memory. In the embodiments of the present application, the memory may be used for storing a program of any one of the methods provided by the embodiments of the present application.
The processor is used for executing the method provided by the embodiment of the application and described in fig. 1 or fig. 2 according to the obtained program instruction by calling the program instruction stored in the memory, so as to realize that the display windows of multiple interfaces can be presented in the same screen, and avoid the problem that the previously displayed window is not visible due to full-screen display of a new window.
The embodiment of the present application provides a computer storage medium, configured to store computer program instructions for the smart television provided in the embodiment of the present application, where the computer program instructions include a program for executing the method described in fig. 1 or fig. 2 provided in the embodiment of the present application.
The computer storage media may be any available media or data storage device that can be accessed by a computer, including, but not limited to, magnetic memory (e.g., floppy disks, hard disks, magnetic tape, magneto-optical disks (MOs), etc.), optical memory (e.g., CDs, DVDs, BDs, HVDs, etc.), and semiconductor memory (e.g., ROMs, EPROMs, EEPROMs, non-volatile memory (NAND FLASH), Solid State Disks (SSDs)), etc.
In summary, according to the window display method and the smart television provided by the embodiment of the application, the newly started second interface is displayed through the small window, so that the second interface can be prevented from adopting a default full-screen display mode according to the Activity starting rule of the android system, and display windows of multiple interfaces can be presented in the same screen.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (9)

1. A method for displaying a window, the method comprising:
receiving a request to launch a second interface on a first interface;
judging whether the request carries information for indicating that a small window is adopted to display the second interface or not;
if yes, starting the second interface according to the information, and displaying the second interface by adopting a small window;
receiving the request for starting activityB sent by activityA, and detecting whether the starting request contains a parameter FLAG _ ADJUST; the parameter is used for indicating that activityB adopts a small window display mode; if the FLAG _ ADJUST is included, modifying a Full Screen FLAG in the Activity Task corresponding to the Activity B to be a FLAG;
after detecting whether the starting request contains a parameter FLAG _ ADJUST or not, modifying the life cycle of the activityA into a Pause state, and then determining whether the activityA is modified into a visible state or not according to whether the theme of the activityB is transparent or not;
if the parameter FLAG _ ADJUST is not included, the ActivityB is started normally in a full screen mode;
wherein, before the displaying the second interface by using a small window, the method further comprises:
and setting the theme corresponding to the second interface as transparent so as to keep the first interface visible.
2. The method of claim 1, wherein a first parameter included in the information is used to instruct the second interface to be displayed in a small window.
3. The method according to claim 1, wherein the information includes a second parameter and a third parameter, the second parameter is used for indicating a display size of the widget corresponding to the second interface, and the third parameter is used for indicating a display position of the widget corresponding to the second interface.
4. The method of claim 3, wherein prior to displaying the second interface in a portlet, further comprising:
determining a display boundary of a small window corresponding to the second interface according to the second parameter;
and determining the display position of the small window in the full screen according to the third parameter.
5. The method of claim 1, wherein when the second interface is displayed as a small window, the first interface is displayed as a full screen window or a small window.
6. The method of claim 1, further comprising:
receiving a request for displaying a second interface by adopting a full-screen window;
and displaying the second interface displayed in the small window by adopting a full-screen window.
7. An intelligent television, comprising:
the receiving unit is used for receiving a request for starting a second interface on the first interface;
the judging unit is used for judging whether the request carries information for indicating that the second interface is displayed by adopting a small window or not;
the processing unit is used for starting the second interface according to the information and displaying the second interface by adopting a small window if the second interface is in the small window;
the processing unit is specifically configured to receive the request for starting ActivityB sent by ActivityA, and detect whether the start request includes a parameter FLAG _ ADJUST; the parameter is used for indicating that activityB adopts a small window display mode; if the FLAG _ ADJUST is included, modifying a Full Screen FLAG in the Activity Task corresponding to the Activity B to be a FLAG; after detecting whether the starting request contains a parameter FLAG _ ADJUST, modifying the life cycle of the activityA into a Pause state, and then determining whether to modify the activityA into a visible state according to whether the theme of the activityB is transparent; if the parameter FLAG _ ADJUST is not included, the ActivityB is started normally in a full screen mode;
the processing unit is further configured to set a theme corresponding to the second interface to be transparent, so as to keep the first interface visible.
8. An intelligent television, comprising:
a memory for storing program instructions;
a processor for calling program instructions stored in said memory to execute the method of any one of claims 1 to 6 in accordance with the obtained program.
9. A computer storage medium having stored thereon computer-executable instructions for causing a computer to perform the method of any one of claims 1 to 6.
CN201910038951.0A 2019-01-16 2019-01-16 Window display method and smart television Active CN109819329B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910038951.0A CN109819329B (en) 2019-01-16 2019-01-16 Window display method and smart television
PCT/CN2019/126701 WO2020147507A1 (en) 2019-01-16 2019-12-19 Display device and display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910038951.0A CN109819329B (en) 2019-01-16 2019-01-16 Window display method and smart television

Publications (2)

Publication Number Publication Date
CN109819329A CN109819329A (en) 2019-05-28
CN109819329B true CN109819329B (en) 2022-03-25

Family

ID=66604347

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910038951.0A Active CN109819329B (en) 2019-01-16 2019-01-16 Window display method and smart television

Country Status (1)

Country Link
CN (1) CN109819329B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020147507A1 (en) * 2019-01-16 2020-07-23 青岛海信电器股份有限公司 Display device and display method
CN111935530B (en) * 2020-07-31 2023-05-09 海信视像科技股份有限公司 Display equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1804995A (en) * 2005-01-10 2006-07-19 庄钊文 Display control method of implementing multi picture in picture
CN101742173A (en) * 2008-11-12 2010-06-16 中兴通讯股份有限公司 Method for supporting watching two-path video and network interaction television system
CN102845056A (en) * 2009-12-25 2012-12-26 爱立信(中国)通信有限公司 Picture in picture for mobile tv
CN104571781A (en) * 2013-10-18 2015-04-29 北大方正集团有限公司 Multi-application window display method and window management device in Android system
CN108900911A (en) * 2018-06-29 2018-11-27 青岛海信宽带多媒体技术有限公司 Realize the video broadcasting method, device and display equipment of picture-in-picture function

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1997153B (en) * 2006-12-31 2012-01-25 北京衡准科技有限公司 A method and device for computer multi-video playing
WO2014028069A1 (en) * 2012-08-17 2014-02-20 Flextronics Ap, Llc Epg aggregation from multiple sources
CN103558959B (en) * 2013-10-31 2016-08-17 青岛海信移动通信技术股份有限公司 A kind of method and apparatus of the display window being applied to Android platform
CN105898512A (en) * 2015-12-09 2016-08-24 四川长虹电器股份有限公司 Multi-window display and interaction method for intelligent TV Android system
CN106250171A (en) * 2016-07-18 2016-12-21 乐视控股(北京)有限公司 One opens multipad method, device and mobile terminal
CN106598429A (en) * 2016-11-29 2017-04-26 北京小米移动软件有限公司 Method and device for adjusting window of mobile terminal
KR102303420B1 (en) * 2017-02-28 2021-09-23 삼성전자주식회사 Electronic device and method for managing window
CN107835322A (en) * 2017-11-27 2018-03-23 广东欧珀移动通信有限公司 interface display method, device, storage medium and terminal device
CN108920240B (en) * 2018-06-29 2021-11-12 Oppo(重庆)智能科技有限公司 User interface display method, device, terminal and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1804995A (en) * 2005-01-10 2006-07-19 庄钊文 Display control method of implementing multi picture in picture
CN101742173A (en) * 2008-11-12 2010-06-16 中兴通讯股份有限公司 Method for supporting watching two-path video and network interaction television system
CN102845056A (en) * 2009-12-25 2012-12-26 爱立信(中国)通信有限公司 Picture in picture for mobile tv
CN104571781A (en) * 2013-10-18 2015-04-29 北大方正集团有限公司 Multi-application window display method and window management device in Android system
CN108900911A (en) * 2018-06-29 2018-11-27 青岛海信宽带多媒体技术有限公司 Realize the video broadcasting method, device and display equipment of picture-in-picture function

Also Published As

Publication number Publication date
CN109819329A (en) 2019-05-28

Similar Documents

Publication Publication Date Title
US20190272193A1 (en) Responsive application task management
US9727326B2 (en) Providing customized notifications for security software updates
KR102073848B1 (en) Immersive mode for a web browser
WO2017101663A1 (en) Application guiding method and apparatus, and terminal
US20140282480A1 (en) Providing A Unified Update Center for Security Software Updates and Application Software Updates
US11294548B2 (en) Video content play
US9952838B2 (en) Methods, systems, and computer readable media for generating a visual overlay
CN106383712B (en) Toast component implementation method and system
CN111580917A (en) Information display method and device, electronic equipment and storage medium
CN105453024B (en) Method for displaying and electronic device thereof
US10768947B2 (en) Method for interface refresh synchronization,terminal device, and non-transitory computer-readable storage medium
CN109819329B (en) Window display method and smart television
WO2021190319A1 (en) Interface access method, display apparatus, and electronic device
CN106940722B (en) Picture display method and device
JP2010015549A (en) Display control apparatus, display control method and program
US20150317185A1 (en) Method for switching operating system and electronic device using the method
US20120320271A1 (en) Electronic device and method for fast starting widgets thereof
WO2016138703A1 (en) Standby interface processing method, device and computer storage medium
CN107729107B (en) Modal dialog box processing method and device
CN108401455B (en) Multi-system control method, control device and mobile terminal
CN110673921A (en) Information processing method and device and electronic equipment
CN110764849A (en) Rendering method and device for user interface, client device and electronic device
CN104063434A (en) Method and device for displaying search result page
CN112817718A (en) Dual-system device, application display method thereof and storage medium
CN112579144A (en) Data processing method and device

Legal Events

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

Address after: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant after: Hisense Video Technology Co., Ltd

Address before: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant before: HISENSE ELECTRIC Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant