CN112130725B - Interface display management method and device, electronic equipment and storage medium - Google Patents

Interface display management method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112130725B
CN112130725B CN202011019359.5A CN202011019359A CN112130725B CN 112130725 B CN112130725 B CN 112130725B CN 202011019359 A CN202011019359 A CN 202011019359A CN 112130725 B CN112130725 B CN 112130725B
Authority
CN
China
Prior art keywords
view
application software
registration information
display
view type
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
CN202011019359.5A
Other languages
Chinese (zh)
Other versions
CN112130725A (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.)
FAW Group Corp
Original Assignee
FAW Group Corp
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 FAW Group Corp filed Critical FAW Group Corp
Priority to CN202011019359.5A priority Critical patent/CN112130725B/en
Publication of CN112130725A publication Critical patent/CN112130725A/en
Application granted granted Critical
Publication of CN112130725B publication Critical patent/CN112130725B/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/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • 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/04842Selection of displayed objects or displayed text elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses an interface display management method, an interface display management device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring view type registration information of at least one application software view, wherein the view type registration information identifies the view type of the application software; determining processing operation of a focus request corresponding to the application software view according to the view type registration information; and performing display control on the application software view according to the processing operation and the view type. According to the embodiment of the invention, the processing operation corresponding to the software view focus request is determined through the registration information of the application software view, the complex logic display of the application software view is realized, the display controllability of the view interface is improved, and the use experience of a user is improved.

Description

Interface display management method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computer application, in particular to an interface display management method and device, electronic equipment and a storage medium.
Background
With the development of the car networking technology, the intelligent cabin is rapidly developed, the functions of the car-mounted system are continuously expanded and extended, and the display interfaces in the car-mounted system need to be managed for different display interfaces in various functional scenes in the system, such as system global popup, application popup, state blue display and the like.
The existing android interface management mechanism manages each display interface by means of priority, but for an application scene of a vehicle-mounted system, the native android interface management mechanism by means of the priority of the display interfaces has a display requirement that logic complexity and logic are not solved, for example, a touch interface of an application user is displayed, a touch interface of a B application user can be started by other modes of an intelligent cabin, but the touch interface of the B application user is not allowed to be displayed during the running period of the application A. The existing native android View Foucus mechanism can only solve the focus problem among the controls in one View View, and the existing android interface management mechanism can not solve the focus problem of a plurality of View views in a vehicle-mounted system.
Disclosure of Invention
The invention provides an interface display management method and device, electronic equipment and a storage medium, which are used for realizing unified management of a display interface, realizing interface display with complex logic and improving the use experience of a user.
In a first aspect, an embodiment of the present invention provides an interface display management method, where the method includes:
acquiring view type registration information of at least one application software view, wherein the view type registration information identifies the view type of the application software; determining processing operation of a focus request corresponding to the application software view according to the view type registration information; and performing display control on the application software view according to the processing operation and the view type.
In a second aspect, an embodiment of the present invention further provides an interface display management apparatus, where the apparatus includes:
the system comprises a registration information module, a view type registration information module and a view type display module, wherein the registration information module is used for acquiring view type registration information of at least one application software view, and the view type registration information identifies the view type of the application software;
the operation determining module is used for determining the processing operation of the focus request corresponding to the application software view according to the view type registration information;
and the display control module is used for carrying out display control on the application software view according to the processing operation and the view type.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the interface display management method according to any one of the embodiments of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the interface display management method according to any one of the embodiments of the present invention
According to the embodiment of the invention, the view type registration information of the application software view is registered, the processing operation responding to the focus request is determined according to the view type registration information, and the display control is performed on the application software view based on the processing operation and the view type, so that the complex logic interface display is realized, the view focus switching is reasonably controlled, the display effect of the display interface is improved, and the user experience is enhanced.
Drawings
Fig. 1 is a flowchart of an interface display management method according to an embodiment of the present invention;
fig. 2 is a flowchart of another interface display management method according to a second embodiment of the present invention;
fig. 3 is a software framework diagram for implementing an interface display management method according to a second embodiment of the present invention;
FIG. 4 is a timing diagram illustrating a mutually exclusive operation performed by a view of application software according to a second embodiment of the present invention;
FIG. 5 is a timing diagram illustrating the operation of executing the disable operation in the application software view according to the second embodiment of the present invention;
FIG. 6 is a timing diagram illustrating an application view performing an overlay operation according to a second embodiment of the present invention;
FIG. 7 is a timing diagram illustrating a playback operation performed by an application view according to a second embodiment of the present invention;
fig. 8 is a schematic structural diagram of an interface display management apparatus according to a third embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be noted that, for convenience of description, only a part of the structures related to the present invention, not all of the structures, are shown in the drawings, and furthermore, embodiments of the present invention and features of the embodiments may be combined with each other without conflict.
Example one
Fig. 1 is a flowchart of an interface display management method according to an embodiment of the present invention, where this embodiment is applicable to a situation of interface control of complex logic in an intelligent cabin, and the method may be executed by an interface display management device, and the device may be implemented by using hardware and/or software, and referring to fig. 1, the method according to the embodiment of the present invention specifically includes the following steps:
step 110, obtaining view type registration information of at least one application software view, wherein the view type registration information identifies a view type of the application software.
The application software view may be a control for implementing software interface display, and may further accommodate one or more controls, such as a login box control, a text box control, a form control, and the like. The view type registration information may identify information of a view type, which may be information representing a display effect of an application view.
Specifically, after the application software view is created, view type registration information may be generated based on the corresponding view type and sent to a function or a thread for performing interface display management, and the view type registration information may be registered with the application software view, for example, the view type registration information may be stored in a cache in association with the application software view.
And step 120, determining the processing operation of the focus request corresponding to the application software view according to the view type registration information.
The processing operation may be an operation of performing display control on the application software view, and may include controlling the application software view to display, closing the application software view being displayed, or controlling the application software view not to display a light, and the processing operation may control the application software view to implement different display effects of the interface. The focus request may be a request for an application view to be in focus for display of the interface, which may be when one control is in focus, which may be in a highlighted or selected state of the interface, e.g., a textbox control is in focus, which may allow text entry.
In the embodiment of the present invention, when a focus request of an application software view is received, view type registration information registered in the application software view may be searched, and an operation corresponding to the view type registration information may be used as a processing operation in response to the focus request of the application software view, for example, if the view type registration information identifies that the application software view is a mutually exclusive view, the corresponding processing operation is a mutually exclusive operation.
And step 130, performing display control on the application software view according to the processing operation and the view type.
Specifically, display control is performed according to the processing operation and the view type of the corresponding application software view, for example, a corresponding execution step is determined through the processing operation and the view type, and the application software view is processed according to the execution step, so that the application software realizes a corresponding interface display effect when the interface is displayed, for example, the application software view and the displayed application software view both belong to mutually exclusive view types, the displayed application software view is controlled to be hidden in the display interface, and the application software view is controlled to be displayed in the display interface to realize the display effect that the application software view and the displayed application software view are mutually exclusive.
According to the embodiment of the invention, the view type registration information of each application software view is registered, the processing operation of the corresponding application software view is determined according to the corresponding view type registration information when the focus request is received, and the display control is performed on the application software view according to the processing operation and the view type, so that the complex logic display of the application software view is realized, the controllability of the view interface display is improved, and the use experience of a user is improved.
Further, on the basis of the above embodiment of the present invention, the view type includes at least one of a mutually exclusive view, a prohibited view, an mutually overlaid view, and a redisplay view.
In the embodiment of the present invention, the mutually exclusive view may be a view having a mutually exclusive display effect between the application views, for example, the application view a and the application view B belong to mutually exclusive views, and when the application view a is displayed on the interface, if the application view B is displayed on the display interface, the display of the application view a is hidden. The prohibited view may be a view in which the application view has a prohibited display effect, for example, the application view a is a prohibited view of the application view B, and the application view B cannot be displayed on the display interface when the application view a is in a displayed state. The mutually overlaid view may be a view in which the application view displays an overlay effect, for example, the application view a and the application view B are mutually overlaid views, and when the application view B requests to be displayed while the application view a is in a display state, the application view B is overlaid on the application view a to be displayed, and the application view a is not hidden. The redisplay view may identify a view with a redisplay display effect of the application software view, for example, the application software view a and the application software view B are redisplay views, the application software view a is in a display state, when the application software view B is displayed, the application software view a needs to be hidden, and when the application software view B exits from the display, the hidden application software view a is controlled to be displayed again.
Example two
Fig. 2 is a flowchart of another interface display management method provided in the second embodiment of the present invention, and the second embodiment of the present invention is embodied on the basis of the foregoing embodiment, and referring to fig. 2, the method provided in the second embodiment of the present invention specifically includes the following steps:
step 210, obtaining view type registration information of at least one application software view, wherein the view type registration information identifies a view type of the application software.
Step 220, receive a focus request for an application view.
In the embodiment of the invention, the application software view can send a focus request when being displayed. The focus request may be received through a functional interface between the application software and a thread executing the method of the present invention, for example, in an android system, the focus request of the application software view may be obtained through a functional interface implemented by a card appfocussmananger function.
Step 230, finding the view type registration information corresponding to the application software view identifier included in the focus request.
Specifically, the identification information of the corresponding application software view may be searched in the focus request, and the previously sent view type registration information may be searched through the identification information, for example, the view type registration information stored in association may be searched in the cache through the identification information.
And 240, determining the processing operation of the focus request of the application software view according to the view type identified by the view type registration information, wherein the processing operation at least comprises one of mutual exclusion operation, prohibition operation, mutual coverage operation and playback operation.
The processing operations include mutual exclusion operation, prohibition operation, mutual overlay operation and redisplay operation, wherein the mutual exclusion operation may be operation for controlling the application software view to display the mutual exclusion effect, the prohibition operation may be operation for controlling the application software view to display the prohibition display effect, the mutual overlay operation may be operation for controlling the application software view to display the display effect covering other application software views, and the redisplay operation may be operation for controlling the application software view to hide other application software views when displayed and redisplay other application software views when quitted.
Specifically, the processing operation may have a corresponding relationship with the view type, and the corresponding relationship may include a logical association relationship or a physical association relationship, for example, different processing operations and different view types have the same identification information. The view type of the application software view can be determined by the view type registration information, and the processing operation for processing the application software view can be found according to the view type.
And step 250, performing display control on the application software view according to the processing operation and the view type.
Further, in an exemplary embodiment, the processing operation includes a mutual exclusion operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type includes:
if the displayed software view is determined to be not the same as the view type of the application software view according to the view type registration information, feeding back the focus request success information to the application software view, and controlling the application software view to display; and determining that the displayed software view is the same as the view type of the application software view according to the view type registration information, sending display focus information of the application software view to other application software views, and controlling the application software view to replace the displayed software view for display.
The displayed software view may be an application software view being displayed in the display interface, and the displayed software view may belong to the same application software as the application software view sending the focus request or may belong to no application software. The focus request success information may be information notifying the application software view that the focus request is successful, and the application software view may be displayed on the display interface after receiving the focus request success information.
In the embodiment of the invention, whether the views of the same view type exist or not can be determined by searching the registered view type registration information, and the views are in a display state, if not, the focus request success information can be fed back to the application software view, and the application software view displays the focus request success information in the display interface after receiving the focus request success information; if the display focus information exists, display focus information can be generated, wherein the display focus information can indicate that the application software view is a focus displayed in the interface so as to control the displayed software view to exit from the display state, and the application software view can be displayed in the display interface. It will be appreciated that the other application views may not be limited to only displayed software views, but may also include application views that have sent view type registration information but have not yet been displayed.
Further, in an exemplary embodiment, the processing operation includes a prohibition operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type includes:
if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display; and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, the application software view is prohibited from being displayed, and focus request failure information is fed back to the application software view.
In the embodiment of the invention, whether the views of the same view type exist or not can be determined by searching the registered view type registration information, and the views are in a display state, if not, the focus request success information can be fed back to the application software view, and the application software view displays the focus request success information in the display interface after receiving the focus request success information; if the display relationship of the displayed software view and the application software view is forbidden to be displayed, the focus request failure information can be generated to inform the application software view, and the application software view is not displayed on the display interface.
Further, in an exemplary embodiment, the processing operation includes an inter-overlay operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type includes: and controlling the application software view to display and feeding back focus request success information to the application software view.
In the embodiment of the present invention, when the processing operation is an overlay operation, the focus request success information may be generated and fed back to the application software view, so that the application software view is displayed on the display interface.
Further, in an exemplary embodiment, the processing operation includes a playback operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type includes:
if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display; and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, controlling the application software view to replace the displayed software view for display, and controlling the displayed software view to reselect and display after the application software view exits from display.
In the embodiment of the invention, whether the views of the same view type exist or not can be determined by searching the registered view type registration information, and the views are in a display state, if not, the focus request success information can be fed back to the application software view, and the application software view displays the focus request success information in the display interface after receiving the focus request success information; and if the application software view exists, the displayed software view is controlled to be hidden, then the application software view for carrying out focus request is displayed, and when the application software view exits from the display, the displayed software view is controlled to be switched from the hidden state to the display state again.
In an exemplary embodiment, interface display management in the intelligent cockpit can be implemented by APP View, Android WindowManager, ViewControlManager, and appfocussservice of an Android operating system, fig. 3 is a software framework diagram for implementing an interface display management method according to a second embodiment of the present invention, which is shown in fig. 3, where the View is: the system is responsible for realizing the layout of an interface, the sequence of window display, responding to events such as user key pressing, touch and the like, and is specifically realized through application software. ViewControlManager: and a functional interface realized by the ApPfocusService is packaged, and communication between the application software and the ApPfocusService is realized. ApFocusservice: managing the state between the various view interfaces in the system and the relationship between the view interfaces (mutual exclusion, prohibition, mutual overlay and redisplay, etc.). Android WindowManager: managing the windows corresponding to the view interfaces, really realizing the display or hiding of the view interfaces and the like, and determining the display relationship among the view interfaces according to the types of the view interfaces. The processing operation corresponding to the application software view comprises mutual exclusion operation, prohibition operation, mutual covering operation and playback operation.
Fig. 4 is a timing diagram of executing a mutual exclusion operation by an application software View according to a second embodiment of the present invention, referring to fig. 4, a View a and a View b register their View types to a View Type call View controller, respectively, the View a requests an interface to display a focus, the View interface displays app focusservice by searching the registered View types to determine that there is no View with a displayed focus, and may feed back success information to the View a to control the View a to be added to a windows manager Android WindowManager for interface display. And requesting an interface display focus by the View B, and determining that the View A is being displayed by the View interface display AppFocusService by comparing the View type registration information, wherein the View types are the same, and the View interface display AppFocusService can feed back success information to the View B and control the View B to be added to the Android Windows manager of the window manager for interface display. And notifying display focus information to View B indicating that the focus is changed from View a to View B, the View manager removing View a to cancel the View a from being displayed.
Fig. 5 is a timing diagram illustrating an application View execution prohibition operation according to a second embodiment of the present invention, where, referring to fig. 5, a View a and a View b register their View types with a View Type call View controller, respectively, the View a requests an interface to display a focus, and the View interface displays appfocussservice to determine that there is no View with a displayed focus by searching the registered View types, and may feed back success information to the View a to control the View a to be added to the windows manager Android WindowManager for interface display. And requesting an interface to display a focus by the View B, and determining that the View A is displaying and the View types are the same by comparing the View type registration information by the View interface display ApPfocusService. Failure information can be generated in ApPfocusService and fed back to View B, so that the View B does not display the View.
Fig. 6 is a timing diagram of mutually overlaying application software views according to the second embodiment of the present invention, where referring to fig. 6, View a and View b register their View types to a View Type call View controller, View a requests an interface to display a focus, View interface display appfocussservice determines that there is no View with a displayed focus by searching the registered View types, and may feed back success information to View a to control View a to be added to a windows manager Android WindowManager for interface display. And requesting an interface to display a focus by the View B, and determining that the View A is displaying and the View types are the same by comparing the View type registration information by the View interface display ApPfocusService. Success information can be generated in ApPfocusService and fed back to View B, so that the View B is added to a window manager for interface display, wherein the View A and the View B can appear in a display interface at the same time.
Fig. 7 is a timing diagram of an application software View execution playback operation according to the second embodiment of the present invention, referring to fig. 7, a View a and a View b register their View types to a View Type call View controller, respectively, the View a requests an interface to display a focus, the View interface displays appfocussservice, determines that there is no View with a displayed focus by searching the registered View types, and can feed back success information to the View a to control the View a to be added to a windows manager Android WindowManager for interface display. And requesting an interface display focus by the View B, and determining that the View A is being displayed by the View interface display AppFocusService by comparing the View type registration information, wherein the View types are the same, and the View interface display AppFocusService can feed back success information to the View B and control the View B to be added to the Android Windows manager of the window manager for interface display. And notifying display focus information to View B indicating that the focus is changed from View a to View B, the View manager removing View a to cancel the View a from being displayed. When the View B exits the display, the information of abandoning the interface display focus can be sent to ApFocusService, the ApFocusService informs the View A of the display focus information again, and the View A is added to the Android Windowmanager of the window manager again for interface display.
EXAMPLE III
Fig. 8 is a schematic structural diagram of an interface display management apparatus according to a third embodiment of the present invention, which is capable of executing an interface display management method according to any embodiment of the present application, and has functional modules and beneficial effects corresponding to the execution method. The device can be implemented by software and/or hardware, and specifically comprises: a registration information module 331, an operation determination module 332, and a display control module 333.
The registration information module 331 is configured to obtain view type registration information of at least one application software view, where the view type registration information identifies a view type of the application software.
An operation determining module 332, configured to determine, according to the view type registration information, a processing operation of the focus request corresponding to the application software view.
And the display control module 333 is configured to perform display control on the application software view according to the processing operation and the view type.
According to the embodiment of the invention, the view type registration information of each application software view is registered through the registration information module, the processing operation of the corresponding application software view is determined according to the corresponding view type registration information when the operation determination module receives the focus request, and the display control module performs display control on the application software view according to the processing operation and the view type, so that the complex logic display of the application software view is realized, the display controllability of the view interface is improved, and the use experience of a user is improved.
Further, on the basis of the above embodiment of the present invention, the view type in the registration information module 331 at least includes one of a mutually exclusive view, a prohibited view, an overlay view and a playback view.
Further, on the basis of the above embodiment of the invention, the operation determining module 332 includes:
and the focus request unit is used for receiving the focus request of the application software view.
And the registration information unit is used for searching view type registration information corresponding to the application software view identification included in the focus request.
And the operation determining unit is used for determining the processing operation of the focus request of the application software view according to the view type identified by the view type registration information, wherein the processing operation at least comprises one of mutual exclusion operation, prohibition operation, mutual coverage operation and playback operation.
Further, on the basis of the above embodiment of the invention, the display control module 333 includes: the mutex processing unit is specifically configured to: if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display; and determining that the displayed software view is the same as the view type of the application software view according to the view type registration information, sending display focus information of the application software view to other application software views, and controlling the application software view to replace the displayed software view for display.
Further, on the basis of the above embodiment of the invention, the display control module 333 includes: the prohibition processing unit is specifically configured to: if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display; and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, the application software view is prohibited from being displayed, and focus request failure information is fed back to the application software view.
Further, on the basis of the above embodiment of the invention, the display control module 333 includes: the mutually overlapping unit is specifically configured to: and controlling the application software view to display and feeding back focus request success information to the application software view.
Further, on the basis of the above embodiment of the invention, the display control module 333 includes: the echo processing unit is specifically used for: if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display; and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, controlling the application software view to replace the displayed software view for display, and controlling the displayed software view to reselect and display after the application software view exits from display.
Example four
Fig. 9 is a schematic structural diagram of an electronic apparatus according to a fourth embodiment of the present invention, as shown in fig. 9, the electronic apparatus includes a processor 70, a memory 71, an input device 72, and an output device 73; the number of the processors 70 in the electronic device may be one or more, and one processor 70 is taken as an example in fig. 9; the processor 70, the memory 71, the input device 72 and the output device 73 in the electronic apparatus may be connected by a bus or other means, and the bus connection is exemplified in fig. 9.
The memory 71 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the interface display management method in the embodiment of the present invention (for example, the registration information module 331, the operation determination module 332, and the display control module 333 in the interface display management apparatus). The processor 70 executes various functional applications and data processing of the electronic device by executing software programs, instructions and modules stored in the memory 71, so as to implement the interface display management method described above.
The memory 71 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 71 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 71 may further include memory located remotely from the processor 70, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 72 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function controls of the electronic apparatus. The output device 73 may include a display device such as a display screen.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform an interface display management method, and the method includes:
acquiring view type registration information of at least one application software view, wherein the view type registration information identifies the view type of the application software;
determining processing operation of a focus request corresponding to the application software view according to the view type registration information;
and performing display control on the application software view according to the processing operation and the view type.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the interface display management method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the interface display management apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (9)

1. An interface display management method, comprising:
acquiring view type registration information of at least one application software view, wherein the view type registration information identifies the view type of the application software;
determining processing operation of a focus request corresponding to the application software view according to the view type registration information;
performing display control on the application software view according to the processing operation and the view type;
the view types include at least one of mutually exclusive views, prohibited views, mutually overlapping views, and redisplayed views.
2. The method according to claim 1, wherein the determining a processing operation corresponding to the focus request of the application software view according to the view type registration information comprises:
receiving a focus request for the application software view;
searching view type registration information corresponding to the application software view identification included in the focus request;
and determining the processing operation of the focus request of the application software view according to the view type identified by the view type registration information, wherein the processing operation at least comprises one of mutual exclusion operation, prohibition operation, mutual coverage operation and playback operation.
3. The method according to claim 1 or 2, wherein the processing operation comprises a mutual exclusion operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type comprises:
if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display;
and determining that the displayed software view is the same as the view type of the application software view according to the view type registration information, sending display focus information of the application software view to other application software views, and controlling the application software view to replace the displayed software view for display.
4. The method according to claim 1 or 2, wherein the processing operation comprises a disabling operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type comprises:
if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display;
and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, the application software view is prohibited from being displayed, and focus request failure information is fed back to the application software view.
5. The method according to claim 1 or 2, wherein the processing operation comprises a mutual overlay operation, and in response, the performing display control on the application software view according to the processing operation and the view type comprises:
and controlling the application software view to display and feeding back focus request success information to the application software view.
6. The method according to claim 1 or 2, wherein the processing operation comprises a playback operation, and accordingly, the performing display control on the application software view according to the processing operation and the view type comprises:
if it is determined that the displayed software view is not the same as the view type of the application software view according to the view type registration information, feeding back focus request success information to the application software view, and controlling the application software view to display;
and if the fact that the displayed software view is the same as the view type of the application software view is determined according to the view type registration information, controlling the application software view to replace the displayed software view for display, and controlling the displayed software view to reselect and display after the application software view exits from display.
7. An interface display management apparatus, the apparatus comprising:
the system comprises a registration information module, a view type registration information module and a view type display module, wherein the registration information module is used for acquiring view type registration information of at least one application software view, and the view type registration information identifies the view type of the application software;
the operation determining module is used for determining the processing operation of the focus request corresponding to the application software view according to the view type registration information;
the display control module is used for carrying out display control on the application software view according to the processing operation and the view type;
the view types in the registration information module at least comprise one of a mutually exclusive view, a prohibited view, a mutually overlaid view and a redisplay view.
8. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the interface display management method of any of claims 1-6.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the interface display management method according to any one of claims 1 to 6.
CN202011019359.5A 2020-09-24 2020-09-24 Interface display management method and device, electronic equipment and storage medium Active CN112130725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011019359.5A CN112130725B (en) 2020-09-24 2020-09-24 Interface display management method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011019359.5A CN112130725B (en) 2020-09-24 2020-09-24 Interface display management method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112130725A CN112130725A (en) 2020-12-25
CN112130725B true CN112130725B (en) 2022-02-15

Family

ID=73840002

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011019359.5A Active CN112130725B (en) 2020-09-24 2020-09-24 Interface display management method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112130725B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018130085A1 (en) * 2017-01-11 2018-07-19 阿里巴巴集团控股有限公司 Method and apparatus for page presentation
CN109726000A (en) * 2018-12-29 2019-05-07 苏州思必驰信息科技有限公司 The management method of more application views, for more application views management device and operating method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103631480B (en) * 2013-11-11 2017-05-24 联想(北京)有限公司 View object control method and electronic equipment
US10805775B2 (en) * 2015-11-06 2020-10-13 Jon Castor Electronic-device detection and activity association
CN111563036B (en) * 2020-04-26 2021-07-20 珠海格力电器股份有限公司 Function logic judgment method and device, intelligent equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018130085A1 (en) * 2017-01-11 2018-07-19 阿里巴巴集团控股有限公司 Method and apparatus for page presentation
CN109726000A (en) * 2018-12-29 2019-05-07 苏州思必驰信息科技有限公司 The management method of more application views, for more application views management device and operating method

Also Published As

Publication number Publication date
CN112130725A (en) 2020-12-25

Similar Documents

Publication Publication Date Title
RU2576498C2 (en) Method and apparatus for creating composite user interface
CN108932087B (en) Desktop split screen system for mobile equipment and implementation method thereof
WO2022089330A1 (en) Method for taking screenshot, apparatus, electronic device, and readable storage medium
CN108304234B (en) Page display method and device
CN112099684A (en) Search display method and device and electronic equipment
CN113407086B (en) Object dragging method, device and storage medium
US20210224014A1 (en) Display method, display system and vehicle
CN111857464A (en) Information display method and device, electronic equipment and readable storage medium
CN113032080A (en) Page implementation method, application program, electronic device and storage medium
CN109889877A (en) Car multi-screen display control method and device
CN113342455B (en) Layer processing method based on multiple operating systems and vehicle-mounted machine system
CN111078348A (en) Interface management method, device, equipment and storage medium
CN115037971A (en) Control validity detection method and display device
CN112558968B (en) Method, device, equipment and storage medium for generating resource tree view
CN112130725B (en) Interface display management method and device, electronic equipment and storage medium
CN111381748A (en) Image display method, device, equipment and storage medium
CN111381925B (en) GUI fragment type rendering method and device based on dirty rectangle mechanism
CN111260746A (en) Backing image processing method, electronic device and storage medium
CN114363654B (en) Video push method, device, terminal equipment and storage medium
CN106445286B (en) Method and device for determining focus of terminal screen based on split screen and terminal equipment
CN115348469A (en) Picture display method and device, video processing equipment and storage medium
CN110838083A (en) Watermark adding method, device, equipment and storage medium
CN111857459B (en) Application processing method and device, electronic equipment and storage medium
CN114764363B (en) Prompting method, prompting device and computer storage medium
WO2024094174A1 (en) Picture display method and apparatus, and storage medium and electronic 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
GR01 Patent grant
GR01 Patent grant