US8291440B2 - Providing a proxy view for an application in a window manager - Google Patents

Providing a proxy view for an application in a window manager Download PDF

Info

Publication number
US8291440B2
US8291440B2 US12/405,202 US40520209A US8291440B2 US 8291440 B2 US8291440 B2 US 8291440B2 US 40520209 A US40520209 A US 40520209A US 8291440 B2 US8291440 B2 US 8291440B2
Authority
US
United States
Prior art keywords
window
display structure
remote
identifier
proxy
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US12/405,202
Other versions
US20100235777A1 (en
Inventor
Scott Herz
John Harper
Christopher Marcellino
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.)
Apple Inc
Original Assignee
Apple Inc
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 Apple Inc filed Critical Apple Inc
Priority to US12/405,202 priority Critical patent/US8291440B2/en
Assigned to Apple Inc., a California corporation reassignment Apple Inc., a California corporation ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HARPER, JOHN, HERZ, SCOTT, MARCELLINO, CHRISTOPHER
Publication of US20100235777A1 publication Critical patent/US20100235777A1/en
Priority to US13/616,713 priority patent/US8656418B2/en
Application granted granted Critical
Publication of US8291440B2 publication Critical patent/US8291440B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation

Definitions

  • This invention relates to the field of computing devices and, in particular, to displaying an image on a computing device.
  • GUI graphical user interface
  • the GUI may include multiple windows, or frames of visual data, each displaying separate content, and one or more views within each window. Every object displayed on the screen (e.g., icon, image, status bar, etc.) may be in a separate view.
  • the display device may display a single window or, in certain situations, may display multiple windows at the same time.
  • FIG. 1 is a block diagram illustrating the process space of a prior art computing device.
  • the process space is divided into a window manager process space and an application process space.
  • the application process space includes an application display structure 150 made up of an application window 152 and multiple application views 154 .
  • the application display structure is copied into a rendering structure 130 in the window manager process space. From there, an image is rendered based on the rendering structure 130 and including application display structure 150 .
  • a window manager process hosts proxy window objects created by an application in a window manager display structure.
  • a process in a device creates a local proxy view object within a window manager display structure for the window manager process.
  • the process registers an identifier for a remote proxy window object which corresponds to an application display structure.
  • the application controls processing of data used by the application.
  • the process assigns the identifier for the remote proxy window object to the local proxy view object in the window manager display structure to create a composite display structure and renders the composite display structure to display an image on a display device.
  • the image corresponds to the objects of the application display structure represented by the remote proxy window object.
  • the window manager process controls rendering of the composite display structure.
  • FIG. 1 is a block diagram illustrating the process space of a prior computing device.
  • FIG. 2A is a block diagram illustrating the process space of a computing device according to one embodiment.
  • FIG. 2B is a block diagram illustrating the process space of a computing device according to one embodiment.
  • FIG. 2C is a block diagram illustrating the process space of a computing device according to one embodiment.
  • FIG. 3 is a block diagram illustrating the process space of a computing device according to an alternative embodiment.
  • FIG. 4 is a flow chart illustrating a proxy view hosting method according to one embodiment.
  • FIG. 5A is a flow chart illustrating a proxy view hosting method according to one embodiment.
  • FIG. 5B is a flow chart illustrating a proxy view hosting method according to one embodiment.
  • FIG. 6 is a block diagram illustrating a data processing system according to one embodiment.
  • FIGS. 2A-2C illustrate one embodiment of a computing device that generates a composite data structure in which a portion of a display structure for an application is mapped onto the display structure for a window manager process.
  • Each of the display structures is arranged in a hierarchy and each level of the hierarchy contains objects representing windows or views that are rendered to form a display image.
  • the top level, or “root,” of each display structure is a window object, with lower levels containing one or more view objects linked to an object in the next higher level.
  • the window manager process controls the mapped portion of the application display structure, while the application retains control over processing of all data used by the application.
  • Embodiments allow for the ability to incorporate application controlled views within a system view, such as a start screen view of the computing device. Additionally, global animation behaviors, controlled by the window manager process, may be incorporated within application controlled views, and views from one application may be included in views from a second application.
  • FIG. 2A illustrates the process space of a computing device according to one embodiment.
  • the process space of the computing device is divided into two sections: a window manager process space and a first process space.
  • the first process space may be an application process space.
  • the process space may be divided into another number of sections.
  • the window manager display structure 200 includes display window object 202 .
  • One logical level below window object 202 in the display structure are a number of page view objects 204 . There may be any number of page view objects on this level.
  • One of the page view objects is a start screen view object 206 that corresponds to a start screen displayed by the computing device. The start screen may be displayed when no other applications or processes are running on the computing device.
  • View objects 208 may include global animation behaviors that are displayed on the device, such as for example, status bars to indicate the time, date, strength of wireless signal, etc. These global animations may be imposed on application controlled views, such that the application views are displayed along with the global animations on the device.
  • window manager proxy view object 210 is an object to which a proxy window object from the display structure of an application may be mapped.
  • proxy window object 210 When a proxy window object is mapped to proxy view object 210 , a portion of the application display structure is logically linked to the display structure of the window manager process because the mapped portion of the application display structure is controlled by the window manager process. Thus, the application does not have direct access to the window manager process space and the window manager process resources are not depleted.
  • the application maintains control of content displayed in the proxy window object and controls processing of data used by the application, while the window manager controls rendering of an image from the window object.
  • the window manager proxy view object 210 is located at another location in the hierarchical display structure 200 of the window manager process. Furthermore, there may be a plurality of proxy view objects located throughout the display structure.
  • the application process space also has a display structure 250 including application window object 252 and application view objects 254 .
  • a proxy window object 256 is created in application display structure 250 .
  • Proxy window object 256 is a copy of application window object 252 .
  • Proxy window object 256 includes one or more sub-views logically linked to proxy window object 256 in a hierarchy.
  • Proxy window object 256 is assigned an identifier 258 by the application.
  • the identifier 258 is a universal unique identifier (UUID); however in alternative embodiments, another identifier type may be used.
  • UUID universal unique identifier
  • the identifier 258 is used by the system in order to identify which proxy window object is mapped to the proxy view object of the window manager display structure.
  • the identifier 258 of proxy window object 256 is sent from the application to the window manager process using a remote procedure call (RPC). In alternative embodiments, other technologies may be used to transmit the identifier.
  • the window manager process assigns the received identifier 258 to the window manager proxy view object 210 . Once assigned to proxy view object 210 , identifier 258 provides a logical link to the proxy window object 256 .
  • FIG. 2B illustrates the display structure of the window manager process when proxy window object 256 has been mapped to proxy view object 210 .
  • the result is a composite display structure 270 , including the window manager process display structure 200 logically linked to a portion of the application display structure 250 .
  • FIG. 2C illustrates the composite display structure 270 and a rendering structure 230 in the process space of a computing device according to one embodiment.
  • Composite display structure 270 includes the objects of window manager display structure 200 and the mapped portions of application display structure 250 .
  • identifier 258 is assigned to proxy view object 210 providing a logical link to application proxy window object 256 .
  • FIGS. 2A , 2 B and 2 C may be implemented in various alternative ways.
  • this description refers to objects, logical links, hierarchies and the like.
  • a view object may alternatively be implemented as any equivalent data structure; similarly, logical links and hierarchical structures may be implemented using pointers, references, array based indirection, handles, and the like as is known in the art.
  • composite display structure 270 is copied into the window manager rendering structure 230 .
  • display window object 202 and all associated view objects 204 - 210 are copied into rendering structure 230 .
  • the process renders an image from proxy window object 256 .
  • Proxy window object 256 may include one or more view objects 260 logically linked to the proxy window object 256 in a hierarchy.
  • the resulting rendered image includes features from the window manager process display structure 200 as well as from application display structure 250 .
  • FIG. 3 illustrates the process space of a computing device according to an alternative embodiment.
  • the process space of the computing device is divided into three sections: a window manager process space, a first application process space and a second application process space.
  • the process space is divided into another number of sections.
  • Each process space includes a display structure made up of objects representing windows and views that may be rendered to form a display image, as described above with respect to FIGS. 2A-2C .
  • the window manager display structure 300 includes display window object 302 .
  • a number of page view objects 304 can be found one logical level below window object 302 in the display structure 300 .
  • One of the page view objects is a start screen view object 306 .
  • View objects 308 are located one logical level below start screen view object 306 in the display structure 300 .
  • One of the view objects is a window manager proxy view object 310 .
  • the window manager proxy view object 310 is located at another location in the hierarchical display structure 300 of the window manager process.
  • the first application process space has a display structure 350 including application window object 352 and application view objects 354 .
  • a proxy window object 356 is created in application display structure 350 .
  • Proxy window object 356 is a copy of application window object 352 .
  • Proxy window object 356 includes one or more sub-views logically linked to proxy window object 356 in a hierarchy and is assigned an identifier 358 .
  • One of the view objects in the first application display structure 350 is a proxy view object 360 .
  • Proxy view object 360 may be similar to the proxy view object of the window manager display structure, discussed above.
  • the second application process space has a display structure 370 including application window object 372 and application view objects 374 .
  • a proxy window object 376 is created in application display structure 370 .
  • Proxy window object 376 is a copy of application window object 372 .
  • Proxy window object 376 may include one or more sub-views logically linked to proxy window object 376 in a hierarchy.
  • Proxy window object 376 is assigned an identifier 378 by the second application.
  • the identifier 378 is used by the first application in order to identify which proxy window object is mapped to a proxy view object.
  • the identifier 378 of proxy window object 376 is sent from the second application process to the first application process using a remote procedure call (RPC).
  • RPC remote procedure call
  • the first application assigns the received identifier 378 to the proxy view object 360 .
  • identifier 378 provides a logical link to proxy window object 376 .
  • Proxy view object 360 may, in turn, be a part of the structure logically under proxy window object 356 .
  • Proxy window object 356 is assigned an identifier 358 by the first application.
  • the identifier 358 is used by the window manager process in order to identify which proxy window object is mapped to a proxy view object.
  • the identifier 358 of proxy window object 356 is sent from the first application process space to the window manager process space using a remote procedure call.
  • the window manager process assigns the received identifier 358 to the window manager proxy view object. Once assigned to a proxy view object, identifier 358 provides a logical link to the proxy window object 356 .
  • the display structure 356 of the window manager process logically includes proxy window object 356 , which has been mapped to a proxy view object.
  • the result is a composite display structure including the window manager process display structure 300 linked to a portion of the first application display structure 350 , which in turn, links to a portion of the second application display structure 370 .
  • the window manager process renders an image based on the composite display structure
  • the window manager process renders an image based on the combined display structure contained in proxy window object 356 identified by identifier 358 .
  • the rendered image corresponds to proxy window object 356 which includes a number of view objects logically linked to proxy window object 356 in a hierarchy, including proxy view object 360 which is logically linked to proxy window object 376 of the second application display structure.
  • FIG. 4 illustrates a proxy view hosting method according to one embodiment.
  • the method 400 may be performed by processing logic that comprises hardware (e.g., circuitry, dedicated logic, programmable logic, microcode, etc.), software (e.g., instructions run on a processing device to perform hardware simulation), or a combination thereof.
  • the processing logic is configured to enable hosting of a proxy view object in the display structure of a window manager process, as further described below in conjunction with FIGS. 5 and 6 .
  • method 400 is performed by the window manager process of FIGS. 2A-2C .
  • method 400 creates a local proxy view object within a display structure for a window manager process, such as display structure 200 shown in FIG. 2A .
  • method 400 receives an identifier for a remote proxy window object which corresponds to a display structure for an application, such as display structure 250 shown in FIGS. 2A-2C , from the application.
  • method 400 determines whether an identifier has been received from an application. If at block 417 , method 400 determines that an identifier has been received, method 400 proceeds to block 420 . At block 420 , method 400 registers the received identifier.
  • method 400 determines that an identifier has not been received, method 400 proceeds to block 425 .
  • method 400 creates a default local view object having a default identifier. After either block 420 or 425 , method 400 proceeds to block 430 .
  • method 400 assigns the identifier for either the remote proxy window object or the default identifier to the local proxy view object in the first display structure to create a composite display structure and logically links the local proxy view object is to the remote proxy window object of the application display structure.
  • method 400 copies the composite display structure to a rendering structure, such as rendering structure 230 shown in FIG. 2C .
  • method 400 renders the composite display structure to display an image on a display device. After the image has been rendered process 400 ends.
  • FIG. 5A illustrates a proxy view hosting method according to one embodiment.
  • the method 500 may be performed by processing logic as described above with respect to FIG. 4 .
  • method 500 is performed by the application process of FIGS. 2A-2C .
  • method 500 creates a remote proxy window object within a display structure for an application, such as application display structure 250 shown in FIGS. 2A-2C .
  • method 500 creates an identifier for the remote proxy window object.
  • method 500 sends the identifier for the remote proxy window object to a local proxy view object in the display structure of a window manager process, such as the window manager process shown in FIGS. 2A-2C . After sending the identifier to the window manager process, process 500 ends.
  • FIG. 5B illustrates a proxy view hosting method according to one embodiment.
  • the method 540 may be performed by processing logic as described above with respect to FIG. 5A .
  • the processing logic is configured to enable hosting of nested proxy view objects in the display structure of a window manager process.
  • method 540 is performed by the first application of FIG. 3 .
  • method 540 creates a first remote proxy window object within a display structure for a first application, such as the first application shown in FIG. 3 .
  • method 540 creates a first identifier for the remote proxy window object.
  • method 540 creates a remote proxy view object, such as proxy view object 360 shown in FIG. 3 .
  • method 540 receives a second identifier for a second remote proxy window object which corresponds to a display structure for a second application, such as the second application of FIG. 3 , from the second application.
  • method 540 registers the second identifier.
  • method 540 assigns the second identifier for the second remote proxy window object to the remote proxy view object in the display structure of the first application to create a combined display structure.
  • the remote proxy window object of the second application is mapped to the remote proxy view object of the first application.
  • method 540 sends the first identifier for the remote proxy window object of the first application to a local proxy view object in the display structure of a window manager process. After sending the identifier to the window manager process, process 540 ends. Thus, when the first identifier is assigned to the local proxy view object, the remote proxy window object of the first allocation is mapped to the local proxy view object of the window manager process.
  • the window manager process renders an image based on objects from the display structures of both the first and second applications.
  • FIG. 6 illustrates a data processing system according to one embodiment.
  • the system 600 may include a processor, such as processor 602 , and a memory 604 , which are coupled to each other through a bus 606 .
  • the system 600 may also optionally include a display device 610 which is coupled to the other components through the bus 606 .
  • One or more input/output (I/O) devices 620 are also connected to bus 606 .
  • the bus 606 may include one or more buses connected to each other through various bridges, controllers, and/or adapters as is well known in the art.
  • the I/O devices 620 may include a keypad or keyboard or a cursor control device or a gesture-sensitive device such as a touch or gesture input panel.
  • Memory 604 may include window manager process 612 , and applications 614 , 616 and 618 .
  • the processor 602 may receive data from one or more of the applications and may perform the processing of that data in the manner described herein.
  • processor 602 is configured to cause images created from data in window manager process 612 and applications 614 , 616 , 618 to be displayed on display device 610 .
  • View objects from at least one of applications 614 , 616 and 618 may be included in the display structure of window manager process 612 through a proxy view object.
  • the view objects from the application will be included in the image that is displayed on display device 610 .
  • Embodiments of the present invention include various operations, which are described above. These operations may be performed by hardware components, software, firmware, or a combination thereof.
  • the term “coupled to” may mean coupled directly or indirectly through one or more intervening components. Any of the signals provided over various buses described herein may be time multiplexed with other signals and provided over one or more common buses. Additionally, the interconnection between circuit components or blocks may be shown as buses or as single signal lines. Each of the buses may alternatively be one or more single signal lines and each of the single signal lines may alternatively be buses.
  • Certain embodiments may be implemented as a computer program product that may include instructions stored on a machine-readable medium. These instructions may be used to program a general-purpose or special-purpose processor to perform the described operations.
  • a machine-readable medium includes any mechanism for storing or transmitting information in a form (e.g., software, processing application) readable by a machine (e.g., a computer).
  • the machine-readable medium may include, but is not limited to, magnetic storage medium (e.g., floppy diskette); optical storage medium (e.g., CD-ROM); magneto-optical storage medium; read-only memory (ROM); random-access memory (RAM); erasable programmable memory (e.g., EPROM and EEPROM); flash memory; or another type of medium suitable for storing electronic instructions.
  • magnetic storage medium e.g., floppy diskette
  • optical storage medium e.g., CD-ROM
  • magneto-optical storage medium e.g., magneto-optical storage medium
  • ROM read-only memory
  • RAM random-access memory
  • EPROM and EEPROM erasable programmable memory
  • flash memory or another type of medium suitable for storing electronic instructions.
  • some embodiments may be practiced in distributed computing environments where the machine-readable medium is stored on and/or executed by more than one computer system.
  • the information transferred between computer systems may either be pulled or pushed across the communication medium connecting the computer systems.
  • the digital processing devices described herein may include one or more general-purpose processing devices such as a microprocessor or central processing unit, a controller, or the like.
  • the digital processing device may include one or more special-purpose processing devices such as a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or the like.
  • DSP digital signal processor
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • the digital processing device may be a network processor having multiple processors including a core unit and multiple microengines.
  • the digital processing device may include any combination of general-purpose processing devices and special-purpose processing device(s).

Abstract

A window manager process hosts proxy window objects created by an application in a window manager display structure. A process in a device creates a local proxy view object within a window manager display structure for the window manager process. The process registers an identifier for a remote proxy window object which corresponds to an application display structure. The application controls processing of data used by the application. The process assigns the identifier for the remote proxy window object to the local proxy view object in the window manager display structure to create a composite display structure and renders the composite display structure to display an image on a display device. The image corresponds to the objects of the application display structure represented by the remote proxy window object. The window manager process controls rendering of the composite display structure.

Description

TECHNICAL FIELD
This invention relates to the field of computing devices and, in particular, to displaying an image on a computing device.
COPYRIGHT NOTICE
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever. The following notice applies: Copyright©2009, Apple Inc., All Rights Reserved.
BACKGROUND
Electronic devices, such as computer systems, wireless cellular telephones, mobile computing devices or other data processing systems often include a visual display device. Many modern computer systems implement a graphical user interface (GUI) on the display device. The GUI may include multiple windows, or frames of visual data, each displaying separate content, and one or more views within each window. Every object displayed on the screen (e.g., icon, image, status bar, etc.) may be in a separate view. The display device may display a single window or, in certain situations, may display multiple windows at the same time.
The determination, of which windows and views are displayed, along with how, when and where they are displayed, may be controlled by a single process resident on the computing device, known as a window manager process. The window manager process may include windows and views related to the system and may provide for displaying windows and views controlled by other applications running on the computing device. In the case of an application, typically, the window manager process requests that display data from the application be sent to the window manager process where it is copied directly into the window manager process space. FIG. 1 is a block diagram illustrating the process space of a prior art computing device. The process space is divided into a window manager process space and an application process space. The application process space includes an application display structure 150 made up of an application window 152 and multiple application views 154. In order to display an image based on the application display structure 150, the application display structure is copied into a rendering structure 130 in the window manager process space. From there, an image is rendered based on the rendering structure 130 and including application display structure 150.
It is preferable to avoid applications having direct access to the window manager process space. There is a significant security risk in allowing third party applications to access the fundamental window manager process. Applications may be developed by a party other than the manufacturer of the computing device and window manager process, and it may be desirable to prohibit these applications from having direct access. Additionally, a failure of the application process while operating in the window manager process space could result in a crash of the entire computing device. Furthermore, as an increasing number of applications take up part of the window manager process space, the window manager process gains an increasingly larger memory footprint. At a certain point, the window manager process may become so large, that it will hinder operation of the computing device.
SUMMARY OF THE INVENTION
In some embodiments, a window manager process hosts proxy window objects created by an application in a window manager display structure. A process in a device creates a local proxy view object within a window manager display structure for the window manager process. The process registers an identifier for a remote proxy window object which corresponds to an application display structure. The application controls processing of data used by the application. The process assigns the identifier for the remote proxy window object to the local proxy view object in the window manager display structure to create a composite display structure and renders the composite display structure to display an image on a display device. The image corresponds to the objects of the application display structure represented by the remote proxy window object. The window manager process controls rendering of the composite display structure.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings.
FIG. 1 is a block diagram illustrating the process space of a prior computing device.
FIG. 2A is a block diagram illustrating the process space of a computing device according to one embodiment.
FIG. 2B is a block diagram illustrating the process space of a computing device according to one embodiment.
FIG. 2C is a block diagram illustrating the process space of a computing device according to one embodiment.
FIG. 3 is a block diagram illustrating the process space of a computing device according to an alternative embodiment.
FIG. 4 is a flow chart illustrating a proxy view hosting method according to one embodiment.
FIG. 5A is a flow chart illustrating a proxy view hosting method according to one embodiment.
FIG. 5B is a flow chart illustrating a proxy view hosting method according to one embodiment.
FIG. 6 is a block diagram illustrating a data processing system according to one embodiment.
DETAILED DESCRIPTION
In the following detailed description of embodiments of the invention, reference is made to the accompanying drawings in which like references indicate similar elements, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical, functional and other changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
Beginning with an overview of the operation of the invention, FIGS. 2A-2C illustrate one embodiment of a computing device that generates a composite data structure in which a portion of a display structure for an application is mapped onto the display structure for a window manager process. Each of the display structures is arranged in a hierarchy and each level of the hierarchy contains objects representing windows or views that are rendered to form a display image. The top level, or “root,” of each display structure is a window object, with lower levels containing one or more view objects linked to an object in the next higher level. The window manager process controls the mapped portion of the application display structure, while the application retains control over processing of all data used by the application. Embodiments allow for the ability to incorporate application controlled views within a system view, such as a start screen view of the computing device. Additionally, global animation behaviors, controlled by the window manager process, may be incorporated within application controlled views, and views from one application may be included in views from a second application.
FIG. 2A illustrates the process space of a computing device according to one embodiment. In this embodiment, the process space of the computing device is divided into two sections: a window manager process space and a first process space. In one embodiment, the first process space may be an application process space. In alternative embodiments, the process space may be divided into another number of sections. In one embodiment, the window manager display structure 200 includes display window object 202. One logical level below window object 202 in the display structure are a number of page view objects 204. There may be any number of page view objects on this level. One of the page view objects is a start screen view object 206 that corresponds to a start screen displayed by the computing device. The start screen may be displayed when no other applications or processes are running on the computing device. One logical level below start screen view object 206 in the display structure hierarchy are view objects 208. View objects 208 may include global animation behaviors that are displayed on the device, such as for example, status bars to indicate the time, date, strength of wireless signal, etc. These global animations may be imposed on application controlled views, such that the application views are displayed along with the global animations on the device. One of the view objects in the window manager display structure 200 is window manager proxy view object 210. Window manager proxy view object 210 is an object to which a proxy window object from the display structure of an application may be mapped. When a proxy window object is mapped to proxy view object 210, a portion of the application display structure is logically linked to the display structure of the window manager process because the mapped portion of the application display structure is controlled by the window manager process. Thus, the application does not have direct access to the window manager process space and the window manager process resources are not depleted. The application maintains control of content displayed in the proxy window object and controls processing of data used by the application, while the window manager controls rendering of an image from the window object. Thus, when the application controlled proxy window object is mapped to the window manager display structure, the corresponding views are included in a system view such as the start screen, when rendered. In alternative embodiments, the window manager proxy view object 210 is located at another location in the hierarchical display structure 200 of the window manager process. Furthermore, there may be a plurality of proxy view objects located throughout the display structure.
The application process space also has a display structure 250 including application window object 252 and application view objects 254. In alternative embodiments, there are a different number of application window objects and view objects in application display structure 250. In one embodiment, a proxy window object 256 is created in application display structure 250. Proxy window object 256 is a copy of application window object 252. Proxy window object 256 includes one or more sub-views logically linked to proxy window object 256 in a hierarchy.
Proxy window object 256 is assigned an identifier 258 by the application. In one embodiment, the identifier 258 is a universal unique identifier (UUID); however in alternative embodiments, another identifier type may be used. The identifier 258 is used by the system in order to identify which proxy window object is mapped to the proxy view object of the window manager display structure. The identifier 258 of proxy window object 256 is sent from the application to the window manager process using a remote procedure call (RPC). In alternative embodiments, other technologies may be used to transmit the identifier. The window manager process assigns the received identifier 258 to the window manager proxy view object 210. Once assigned to proxy view object 210, identifier 258 provides a logical link to the proxy window object 256.
FIG. 2B illustrates the display structure of the window manager process when proxy window object 256 has been mapped to proxy view object 210. The result is a composite display structure 270, including the window manager process display structure 200 logically linked to a portion of the application display structure 250.
FIG. 2C illustrates the composite display structure 270 and a rendering structure 230 in the process space of a computing device according to one embodiment. Composite display structure 270 includes the objects of window manager display structure 200 and the mapped portions of application display structure 250. In this embodiment, identifier 258 is assigned to proxy view object 210 providing a logical link to application proxy window object 256.
It will be apparent to a practitioner in the art that the display structures described with reference to FIGS. 2A, 2B and 2C may be implemented in various alternative ways. For example, for the purposes of clarity, this description refers to objects, logical links, hierarchies and the like. Nevertheless, a view object may alternatively be implemented as any equivalent data structure; similarly, logical links and hierarchical structures may be implemented using pointers, references, array based indirection, handles, and the like as is known in the art.
When rendering an image, composite display structure 270 is copied into the window manager rendering structure 230. In this embodiment, display window object 202 and all associated view objects 204-210 are copied into rendering structure 230. In place of proxy view object 210, the process renders an image from proxy window object 256. Proxy window object 256 may include one or more view objects 260 logically linked to the proxy window object 256 in a hierarchy. The resulting rendered image includes features from the window manager process display structure 200 as well as from application display structure 250.
FIG. 3 illustrates the process space of a computing device according to an alternative embodiment. In this embodiment, the process space of the computing device is divided into three sections: a window manager process space, a first application process space and a second application process space. In alternative embodiments, the process space is divided into another number of sections. Each process space includes a display structure made up of objects representing windows and views that may be rendered to form a display image, as described above with respect to FIGS. 2A-2C.
In the embodiment, illustrated in FIG. 3, the window manager display structure 300 includes display window object 302. A number of page view objects 304 can be found one logical level below window object 302 in the display structure 300. There may be any number of page view objects in a level. One of the page view objects is a start screen view object 306. View objects 308 are located one logical level below start screen view object 306 in the display structure 300. One of the view objects is a window manager proxy view object 310. In alternative embodiments, the window manager proxy view object 310 is located at another location in the hierarchical display structure 300 of the window manager process. Furthermore, there may be a plurality of proxy view objects located throughout the display structure.
The first application process space has a display structure 350 including application window object 352 and application view objects 354. In one embodiment a proxy window object 356 is created in application display structure 350. Proxy window object 356 is a copy of application window object 352. Proxy window object 356 includes one or more sub-views logically linked to proxy window object 356 in a hierarchy and is assigned an identifier 358. One of the view objects in the first application display structure 350 is a proxy view object 360. Proxy view object 360 may be similar to the proxy view object of the window manager display structure, discussed above.
The second application process space has a display structure 370 including application window object 372 and application view objects 374. In one embodiment, a proxy window object 376 is created in application display structure 370. Proxy window object 376 is a copy of application window object 372. Proxy window object 376 may include one or more sub-views logically linked to proxy window object 376 in a hierarchy.
Proxy window object 376 is assigned an identifier 378 by the second application. The identifier 378 is used by the first application in order to identify which proxy window object is mapped to a proxy view object. In this embodiment, the identifier 378 of proxy window object 376 is sent from the second application process to the first application process using a remote procedure call (RPC).
The first application assigns the received identifier 378 to the proxy view object 360. Once assigned to proxy view object 360, identifier 378 provides a logical link to proxy window object 376. Thus, a portion of the second application display structure 370 is mapped into the first application display structure 350 to create a combined display structure. Proxy view object 360 may, in turn, be a part of the structure logically under proxy window object 356. Proxy window object 356 is assigned an identifier 358 by the first application. The identifier 358 is used by the window manager process in order to identify which proxy window object is mapped to a proxy view object. In this embodiment, the identifier 358 of proxy window object 356 is sent from the first application process space to the window manager process space using a remote procedure call.
The window manager process assigns the received identifier 358 to the window manager proxy view object. Once assigned to a proxy view object, identifier 358 provides a logical link to the proxy window object 356. The display structure 356 of the window manager process logically includes proxy window object 356, which has been mapped to a proxy view object. The result is a composite display structure including the window manager process display structure 300 linked to a portion of the first application display structure 350, which in turn, links to a portion of the second application display structure 370. When the window manager process renders an image based on the composite display structure, upon reaching the proxy view object, the window manager process renders an image based on the combined display structure contained in proxy window object 356 identified by identifier 358. Thus, the rendered image corresponds to proxy window object 356 which includes a number of view objects logically linked to proxy window object 356 in a hierarchy, including proxy view object 360 which is logically linked to proxy window object 376 of the second application display structure.
FIG. 4 illustrates a proxy view hosting method according to one embodiment. The method 400 may be performed by processing logic that comprises hardware (e.g., circuitry, dedicated logic, programmable logic, microcode, etc.), software (e.g., instructions run on a processing device to perform hardware simulation), or a combination thereof. The processing logic is configured to enable hosting of a proxy view object in the display structure of a window manager process, as further described below in conjunction with FIGS. 5 and 6. In one embodiment, method 400 is performed by the window manager process of FIGS. 2A-2C.
Referring to FIG. 4, at block 410, method 400 creates a local proxy view object within a display structure for a window manager process, such as display structure 200 shown in FIG. 2A. At block 415, method 400 receives an identifier for a remote proxy window object which corresponds to a display structure for an application, such as display structure 250 shown in FIGS. 2A-2C, from the application. At block 417, method 400 determines whether an identifier has been received from an application. If at block 417, method 400 determines that an identifier has been received, method 400 proceeds to block 420. At block 420, method 400 registers the received identifier. If at block 417, method 400 determines that an identifier has not been received, method 400 proceeds to block 425. At block 425, method 400 creates a default local view object having a default identifier. After either block 420 or 425, method 400 proceeds to block 430.
At block 430, method 400 assigns the identifier for either the remote proxy window object or the default identifier to the local proxy view object in the first display structure to create a composite display structure and logically links the local proxy view object is to the remote proxy window object of the application display structure. Optionally, at block 435, method 400 copies the composite display structure to a rendering structure, such as rendering structure 230 shown in FIG. 2C. At block 440, method 400 renders the composite display structure to display an image on a display device. After the image has been rendered process 400 ends.
FIG. 5A illustrates a proxy view hosting method according to one embodiment. The method 500 may be performed by processing logic as described above with respect to FIG. 4. In one embodiment, method 500 is performed by the application process of FIGS. 2A-2C.
Referring to FIG. 5A, at block 510, method 500 creates a remote proxy window object within a display structure for an application, such as application display structure 250 shown in FIGS. 2A-2C. At block 520, method 500 creates an identifier for the remote proxy window object.
At block 530, method 500 sends the identifier for the remote proxy window object to a local proxy view object in the display structure of a window manager process, such as the window manager process shown in FIGS. 2A-2C. After sending the identifier to the window manager process, process 500 ends.
FIG. 5B illustrates a proxy view hosting method according to one embodiment. The method 540 may be performed by processing logic as described above with respect to FIG. 5A. The processing logic is configured to enable hosting of nested proxy view objects in the display structure of a window manager process. In one embodiment, method 540 is performed by the first application of FIG. 3.
Referring to FIG. 5B, at block 550, method 540 creates a first remote proxy window object within a display structure for a first application, such as the first application shown in FIG. 3. At block 555, method 540 creates a first identifier for the remote proxy window object. At block 560, method 540 creates a remote proxy view object, such as proxy view object 360 shown in FIG. 3.
At block 562, method 540 receives a second identifier for a second remote proxy window object which corresponds to a display structure for a second application, such as the second application of FIG. 3, from the second application. At block 565, method 540 registers the second identifier. At block 570, method 540 assigns the second identifier for the second remote proxy window object to the remote proxy view object in the display structure of the first application to create a combined display structure. When the second identifier is assigned to the remote proxy view object, the remote proxy window object of the second application is mapped to the remote proxy view object of the first application.
At block 575, method 540 sends the first identifier for the remote proxy window object of the first application to a local proxy view object in the display structure of a window manager process. After sending the identifier to the window manager process, process 540 ends. Thus, when the first identifier is assigned to the local proxy view object, the remote proxy window object of the first allocation is mapped to the local proxy view object of the window manager process. The window manager process renders an image based on objects from the display structures of both the first and second applications.
FIG. 6 illustrates a data processing system according to one embodiment. The system 600 may include a processor, such as processor 602, and a memory 604, which are coupled to each other through a bus 606. The system 600 may also optionally include a display device 610 which is coupled to the other components through the bus 606. One or more input/output (I/O) devices 620 are also connected to bus 606. The bus 606 may include one or more buses connected to each other through various bridges, controllers, and/or adapters as is well known in the art. The I/O devices 620 may include a keypad or keyboard or a cursor control device or a gesture-sensitive device such as a touch or gesture input panel. Memory 604 may include window manager process 612, and applications 614, 616 and 618. In at least certain implementations of the system 600, the processor 602 may receive data from one or more of the applications and may perform the processing of that data in the manner described herein.
In at least certain embodiments, processor 602 is configured to cause images created from data in window manager process 612 and applications 614, 616, 618 to be displayed on display device 610. View objects from at least one of applications 614, 616 and 618 may be included in the display structure of window manager process 612 through a proxy view object. When the display structure is rendered by processor 602, the view objects from the application will be included in the image that is displayed on display device 610.
The above description sets forth numerous specific details such as examples of specific systems, components, methods, and so forth, in order to provide a good understanding of several embodiments of the present invention. It will be apparent to one skilled in the art, however, that at least some embodiments of the present invention may be practiced without these specific details. In other instances, well-known components or methods are not described in detail or are presented in simple block diagram format in order to avoid unnecessarily obscuring the present invention. Thus, the specific details set forth are merely exemplary. Particular implementations may vary from these exemplary details and still be contemplated to be within the scope of the present invention.
Embodiments of the present invention include various operations, which are described above. These operations may be performed by hardware components, software, firmware, or a combination thereof. As used herein, the term “coupled to” may mean coupled directly or indirectly through one or more intervening components. Any of the signals provided over various buses described herein may be time multiplexed with other signals and provided over one or more common buses. Additionally, the interconnection between circuit components or blocks may be shown as buses or as single signal lines. Each of the buses may alternatively be one or more single signal lines and each of the single signal lines may alternatively be buses.
Certain embodiments may be implemented as a computer program product that may include instructions stored on a machine-readable medium. These instructions may be used to program a general-purpose or special-purpose processor to perform the described operations. A machine-readable medium includes any mechanism for storing or transmitting information in a form (e.g., software, processing application) readable by a machine (e.g., a computer). The machine-readable medium may include, but is not limited to, magnetic storage medium (e.g., floppy diskette); optical storage medium (e.g., CD-ROM); magneto-optical storage medium; read-only memory (ROM); random-access memory (RAM); erasable programmable memory (e.g., EPROM and EEPROM); flash memory; or another type of medium suitable for storing electronic instructions.
Additionally, some embodiments may be practiced in distributed computing environments where the machine-readable medium is stored on and/or executed by more than one computer system. In addition, the information transferred between computer systems may either be pulled or pushed across the communication medium connecting the computer systems.
The digital processing devices described herein may include one or more general-purpose processing devices such as a microprocessor or central processing unit, a controller, or the like. Alternatively, the digital processing device may include one or more special-purpose processing devices such as a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or the like. In an alternative embodiment, for example, the digital processing device may be a network processor having multiple processors including a core unit and multiple microengines. Additionally, the digital processing device may include any combination of general-purpose processing devices and special-purpose processing device(s).
Although the operations of the methods herein are shown and described in a particular order, the order of the operations of each method may be altered so that certain operations may be performed in an inverse order or so that certain operation may be performed, at least in part, concurrently with other operations. In another embodiment, instructions or sub-operations of distinct operations may be in an intermittent and/or alternating manner.
In the above descriptions, embodiments have been described in terms of objects in an object-oriented environment. It should be understood, that the invention is not limited to embodiments in object-oriented environments and that alternative embodiments may be implemented in other programming environments having characteristics similar to object-oriented concepts.
In the foregoing specification, the invention has been described with reference to specific exemplary embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader scope of the invention as set forth in the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.

Claims (39)

1. A method, comprising:
creating, by a processor in a device, a local proxy view within a window manager display structure for a window manager process;
registering an identifier for a remote proxy window, the remote proxy window corresponding to a first display structure for a first process, wherein the first process controls processing of data used by the first process;
assigning the identifier for the remote proxy window to the local proxy view in the window manager display structure to create a composite display structure; and
rendering the composite display structure to display an image corresponding to views of the first display structure represented by the remote proxy window in the window manager display structure, wherein rendering the composite display structure is controlled by the window manager process.
2. The method of claim 1, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
3. The method of claim 1, further comprising:
determining if an identifier has been received from the first process; and
if an identifier has not been received from the first process
creating a default local view having a default identifier, and
assigning the default identifier to the local proxy view.
4. The method of claim 1, wherein registering an identifier comprises receiving the identifier from the first process.
5. The method of claim 1, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
6. The method of claim 5, wherein assigning the identifier comprises mapping the remote proxy window of the first display structure to the local proxy view of the window manager display structure to form the composite display structure.
7. The method of claim 6, wherein rendering the composite display structure comprises creating the image from the composite display structure, wherein the image comprises views from the window manager display structure and the first display structure.
8. The method of claim 7, wherein the first display structure further comprises a remote proxy view having an identifier linking the remote proxy view of the first display structure to a remote proxy window of a second display structure in a second process.
9. A machine readable storage medium storing instructions which when executed cause a data processing system to perform a method comprising:
creating a local proxy view within a window manager display structure for a window manager process;
registering an identifier for a remote proxy window, the remote proxy window corresponding to a first display structure for a first process, wherein the first process controls processing of data used by the first process;
assigning the identifier for the remote proxy window to the local proxy view in the window manager display structure to create a composite display structure; and
rendering the composite display structure to display an image corresponding to views of the first display structure represented by the remote proxy window in the window manager display structure, wherein rendering the composite display structure is controlled by the window manager process.
10. The machine readable storage medium of claim 9, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
11. The machine readable storage medium of claim 9, further comprising:
determining if an identifier has been received from the first process; and
if an identifier has not been received from the first process
creating a default local view having a default identifier, and
assigning the default identifier to the local proxy view.
12. The machine readable storage medium of claim 9, wherein registering an identifier comprises receiving the identifier from the first process.
13. The machine readable storage medium of claim 9, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
14. The machine readable storage medium of claim 13, wherein assigning the identifier comprises mapping the remote proxy window of the first display structure to the local proxy view of the window manager display structure to form the composite display structure.
15. The machine readable storage medium of claim 14, wherein rendering the composite display structure comprises creating the image from the composite display structure, wherein the image comprises views from the window manager display structure and the first display structure.
16. The machine readable storage medium of claim 15, wherein the first display structure further comprises a remote proxy view having an identifier linking the remote proxy view of the first display structure to a remote proxy window of a second display structure in a second process.
17. A system, comprising:
a processor; and
a memory coupled to the processor, the memory storing a window manager process and a first process, wherein the window manager process is configured to:
create a local proxy view within a window manager display structure for the window manager process;
register an identifier for a remote proxy window, the remote proxy window corresponding to a first display structure for the first process, wherein the first process controls processing of data used by the first process;
assign the identifier for the remote proxy window to the local proxy view in the window manager display structure to create a composite display structure; and
render the composite display structure to display an image corresponding to views of the first display structure represented by the remote proxy window in the window manager display structure, wherein rendering the composite display structure is controlled by the window manager process.
18. The system of claim 17, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
19. The system of claim 17, further comprising:
determining if an identifier has been received from the first process; and
if an identifier has not been received from the first process
creating a default local view having a default identifier, and
assigning the default identifier to the local proxy view.
20. The system of claim 17, wherein registering an identifier comprises receiving the identifier from the first process.
21. The system of claim 17, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
22. The system of claim 21, wherein assigning the identifier comprises mapping the remote proxy window of the first display structure to the local proxy view of the window manager display structure to form the composite display structure.
23. The system of claim 22, wherein rendering the composite display structure comprises creating the image from the composite display structure, wherein the image comprises views from the window manager display structure and the first display structure.
24. The system of claim 23, wherein the first display structure further comprises a remote proxy view having an identifier linking the remote proxy view of the first display structure to a remote proxy window of a second display structure in a second process.
25. A method, comprising:
creating, by a processor in a device, a remote proxy window for a first process, the remote proxy window corresponding to a first display structure for the first process, wherein the first process controls processing of data used by the first process;
creating an identifier for the remote proxy window; and
sending the identifier to a window manager process, wherein the window manager process maps the identifier to a local proxy view in a window manager display structure and controls rendering of the window manager display structure.
26. The method of claim 25, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
27. The method of claim 25, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
28. The method of claim 27, wherein the identifier is assigned to the local proxy view by the window manager process.
29. The method of claim 26, further comprising:
receiving a second identifier for a second remote proxy window of a second process; and
assigning the second identifier to a remote proxy view in the first display structure of the first process, wherein the remote proxy view comprises one of the plurality of remote views.
30. A machine readable storage medium storing instructions which when executed cause a data processing system to perform a method comprising:
creating a remote proxy window for a first process, the remote proxy window corresponding to a first display structure for the first process, wherein the first process controls processing of data used by the first process;
creating an identifier for the remote proxy window; and
sending the identifier to a window manager process, wherein the window manager process maps the identifier to a local proxy view in a window manager display structure and controls rendering of the window manager display structure.
31. The machine readable storage medium of claim 30, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
32. The machine readable storage medium of claim 30, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
33. The machine readable storage medium of claim 32, wherein the identifier is assigned to the local proxy view by the window manager process.
34. The machine readable storage medium of claim 31, wherein the method further comprises:
receiving a second identifier for a second remote proxy window of a second process; and
assigning the second identifier to a remote proxy view in the first display structure of the first process, wherein the remote proxy view comprises one of the plurality of remote views.
35. A system, comprising:
a processor; and
a memory coupled to the processor, the memory storing a first process and a window manager process, wherein the first process is configured to:
create a remote proxy window for the first process, the remote proxy window corresponding to an first display structure for the first process, wherein the first process controls processing of data used by the first process;
create an identifier for the remote proxy window; and
send the identifier to a window manager process, wherein the window manager process maps the identifier to a local proxy view in a window manager display structure and controls rendering of the window manager display structure.
36. The system of claim 35, wherein the first display structure comprises a remote window and a plurality of remote views logically linked to the remote window in a hierarchy, wherein the remote proxy window comprises a copy of the remote window.
37. The system of claim 35, wherein the window manager display structure comprises a local window and a plurality of local views logically linked to the local window in a hierarchy, wherein the local proxy view comprises one of the plurality of local views.
38. The system of claim 37, wherein the identifier is assigned to the local proxy view by the window manager process.
39. The system of claim 36, wherein the first process is further configured to:
receive a second identifier for a second remote proxy window of a second process; and
assign the second identifier to a remote proxy view in the first display structure of the first process, wherein the remote proxy view comprises one of the plurality of remote views.
US12/405,202 2009-03-16 2009-03-16 Providing a proxy view for an application in a window manager Active 2031-08-17 US8291440B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/405,202 US8291440B2 (en) 2009-03-16 2009-03-16 Providing a proxy view for an application in a window manager
US13/616,713 US8656418B2 (en) 2009-03-16 2012-09-14 Providing a proxy view for an application in a window manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/405,202 US8291440B2 (en) 2009-03-16 2009-03-16 Providing a proxy view for an application in a window manager

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/616,713 Continuation US8656418B2 (en) 2009-03-16 2012-09-14 Providing a proxy view for an application in a window manager

Publications (2)

Publication Number Publication Date
US20100235777A1 US20100235777A1 (en) 2010-09-16
US8291440B2 true US8291440B2 (en) 2012-10-16

Family

ID=42731727

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/405,202 Active 2031-08-17 US8291440B2 (en) 2009-03-16 2009-03-16 Providing a proxy view for an application in a window manager
US13/616,713 Active US8656418B2 (en) 2009-03-16 2012-09-14 Providing a proxy view for an application in a window manager

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/616,713 Active US8656418B2 (en) 2009-03-16 2012-09-14 Providing a proxy view for an application in a window manager

Country Status (1)

Country Link
US (2) US8291440B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9182937B2 (en) 2010-10-01 2015-11-10 Z124 Desktop reveal by moving a logical display stack with gestures
US9223426B2 (en) * 2010-10-01 2015-12-29 Z124 Repositioning windows in the pop-up window
US9405444B2 (en) 2010-10-01 2016-08-02 Z124 User interface with independent drawer control
US9396001B2 (en) * 2010-11-08 2016-07-19 Sony Corporation Window management for an embedded system
KR102208436B1 (en) * 2013-08-06 2021-01-27 삼성전자주식회사 Method for displaying and an electronic device thereof

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6826762B2 (en) 2001-02-16 2004-11-30 Microsoft Corporation Radio interface layer in a cell phone with a set of APIs having a hardware-independent proxy layer and a hardware-specific driver layer
US7140024B2 (en) * 2002-07-29 2006-11-21 Silicon Graphics, Inc. System and method for managing graphics applications
US20070083813A1 (en) 2005-10-11 2007-04-12 Knoa Software, Inc Generic, multi-instance method and GUI detection system for tracking and monitoring computer applications
US20080250424A1 (en) * 2007-04-04 2008-10-09 Ms1 - Microsoft Corporation Seamless Window Implementation for Windows Presentation Foundation based Applications
US20080313282A1 (en) 2002-09-10 2008-12-18 Warila Bruce W User interface, operating system and architecture
US7937452B2 (en) * 2008-02-19 2011-05-03 Microsoft Corporation Framework for rendering plug-ins in remote access services
US8046403B2 (en) * 2007-09-12 2011-10-25 Citrix Systems, Inc. Methods and systems for providing, by a remote machine, access to functionality associated with a resource executing on a local machine

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8312384B2 (en) * 2008-06-11 2012-11-13 Honeywell International Inc. Apparatus and method for fault-tolerant presentation of multiple graphical displays in a process control system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6826762B2 (en) 2001-02-16 2004-11-30 Microsoft Corporation Radio interface layer in a cell phone with a set of APIs having a hardware-independent proxy layer and a hardware-specific driver layer
US7140024B2 (en) * 2002-07-29 2006-11-21 Silicon Graphics, Inc. System and method for managing graphics applications
US20080313282A1 (en) 2002-09-10 2008-12-18 Warila Bruce W User interface, operating system and architecture
US20070083813A1 (en) 2005-10-11 2007-04-12 Knoa Software, Inc Generic, multi-instance method and GUI detection system for tracking and monitoring computer applications
US20080250424A1 (en) * 2007-04-04 2008-10-09 Ms1 - Microsoft Corporation Seamless Window Implementation for Windows Presentation Foundation based Applications
US8046403B2 (en) * 2007-09-12 2011-10-25 Citrix Systems, Inc. Methods and systems for providing, by a remote machine, access to functionality associated with a resource executing on a local machine
US20120011198A1 (en) * 2007-09-12 2012-01-12 Richard James Mazzaferri Methods and systems for providing, by a remote machine, access to functionality associated with a resource executing on a local machine
US7937452B2 (en) * 2008-02-19 2011-05-03 Microsoft Corporation Framework for rendering plug-ins in remote access services

Also Published As

Publication number Publication date
US8656418B2 (en) 2014-02-18
US20130067402A1 (en) 2013-03-14
US20100235777A1 (en) 2010-09-16

Similar Documents

Publication Publication Date Title
KR102255138B1 (en) Message processing method and device, storage medium, and computer device
US11778430B2 (en) Layers in messaging applications
US8656418B2 (en) Providing a proxy view for an application in a window manager
US20060230156A1 (en) Seamless windows functionality to remote desktop sessions regarding z-order
JP4434973B2 (en) Video display device, video composition distribution device, program, system and method
US9311125B2 (en) Apparatus and method of supporting plurality of operating systems
US5826051A (en) Method and apparatus for simplifying active window selection, application activation, and shared command execution in a multi-application environment
CN107292807B (en) Graph synthesis method, window setting method and system
US20090077174A1 (en) Server-based computing environment
US9449575B2 (en) Screen output control method and system, and mobile terminal supporting the same
CN101652742A (en) Remoting of windows presentation framework based applications in a non-composed desktop
CN103294428A (en) Information display method and electronic equipment
CN106802762B (en) Synchronizing server-side keyboard layout with client-side layout in virtual session
JP7122270B2 (en) SYSTEM AND METHOD FOR SUPPORTING APPLICATION SOFTWARE DEVELOPMENT
JP5749910B2 (en) System and method for providing a service-oriented user interface integration bus
KR20070005651A (en) Multi-source, multi-destination data transfers
CN113515390A (en) Inter-page data interaction processing method and device, electronic equipment and storage medium
JP2008102947A (en) Window display system, information processing system, client device, telephone set information device, household appliance and device
WO2022134361A1 (en) Screen watermark display method and apparatus, and electronic device and storage medium
US7567253B2 (en) Mirror driver notification of device independent bitmap drawing calls
CN113448651A (en) Method and device for realizing application singleton function
US20060010381A1 (en) Method for visually indicating the quality of on-screen help messages
CN116719456A (en) Icon style switching method and device, electronic equipment and storage medium
CN111240850A (en) Function calling method and device, electronic equipment and storage medium
JP5741136B2 (en) Control program, control program for portable terminal and virtual machine

Legal Events

Date Code Title Description
AS Assignment

Owner name: APPLE INC., A CALIFORNIA CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HERZ, SCOTT;HARPER, JOHN;MARCELLINO, CHRISTOPHER;REEL/FRAME:022422/0581

Effective date: 20090316

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8