CA2567915A1 - User interface action processing using a freshness status - Google Patents

User interface action processing using a freshness status Download PDF

Info

Publication number
CA2567915A1
CA2567915A1 CA002567915A CA2567915A CA2567915A1 CA 2567915 A1 CA2567915 A1 CA 2567915A1 CA 002567915 A CA002567915 A CA 002567915A CA 2567915 A CA2567915 A CA 2567915A CA 2567915 A1 CA2567915 A1 CA 2567915A1
Authority
CA
Canada
Prior art keywords
user interface
action
freshness
interface action
indicator
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.)
Abandoned
Application number
CA002567915A
Other languages
French (fr)
Inventor
Brian Harold Kelley
Jason Miller
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.)
Qualcomm Inc
Original Assignee
Qualcomm Incorporated
Brian Harold Kelley
Jason Miller
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 Qualcomm Incorporated, Brian Harold Kelley, Jason Miller filed Critical Qualcomm Incorporated
Publication of CA2567915A1 publication Critical patent/CA2567915A1/en
Abandoned legal-status Critical Current

Links

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
    • 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
    • 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

A system for processing user interface actions generated from a user interface device, including generating a freshness status for the user interface action.
The freshness status indicates a freshness state associated with the user interface action. The freshness status is associated wit the user interface action.

Description

USER INTERFACE ACTION PROCESSING USING A FRESHNESS
STATUS
BACKGROUND
Field [0001] The present invention relates generally to the processing of user interface actions, and more specifically, to the selective providing of user interface actions to associated applications.

Back rg ound [0002] Advances in technology have resulted in smaller and more powerful personal computing devices. For example, there currently exist a variety of portable wireless telephones, personal digital assistants (PDAs), and paging devices that are small, lightweight, and can be easily carried by users. Typically, these devices are severely resource constrained. For example, the screen size, amount of available memory and file system space, amount of input and output capabilities and processing capability may be each limited by the small size of the device. Further, although all types of computing devices, including both severely and non-severely resource constrained devices, generally reap the benefit from the introduction of new computing techniques that provide increased computing capabilities within a current or smaller space requirements, it is the typically the severely constrained devices that benefit the most.
[0003] Currently, a wide variety of computing devices, including some personal computing devices, contain computing capabilities that include user interface (U/I) systems that track and record U/I events/actions. Such events/actions typically include key strokes and pointer (mouse or pen) movements and each event/action has its own corresponding event/action code. Pointer movements, for example, are known to have several event/action types (pen events/actions), including: pen-up, pen-down and pen-drag. Event/action codes are typically generated by the periodic polling of the corresponding U/I devices by the U/I system. For example, if a pen is detected to have changed its contact position with respect to a previous position in a previous time period, then an event/action code is generated by the U/I system where the event/action code uniquely identifies the event/action as a pen-drag with a current pen location of (xaY)=
[0004] As noted above, events/actions are generated based on the periodic sampling of the corresponding U/I device. Typically, sampling periods are set to a length that is determined to be neither too short nor too long with respect to operations performed by average applications. If set to be too short, pointer movement events/actions generated, for example, may be so numerous as to overwhelm an application such that the corresponding application, for example, spends a large portion of time displaying each of the event/action locations while either the pointer continues to generate additional events/actions or while the user waits for the screen to catch-up with the actions of the user. Although efforts can be made to attempt to handle the massive data, either by, for example, simply dropping events/actions as they occur (i.e., failing to queue them once the queue/buffer reaches a certain size), or doing nothing and simply allowing the display to significantly lag behind the user's actions, neither of the corresponding outcomes represent an acceptable solution. If, in contrast, the period is set to be too long, applications that require higher resolution data, for example, handwriting recognition software, would not have sufficient data available to perform as desired.
[0005] One popular approach is the tracking of events/actions by providing both high-resolution and low-resolution buffers. In one embodiment, a high-resolution buffer tends to be associated with software having a higher sampling rate while a low-resolution buffer tends to be associated with software having a lower sampling rate. In at least some embodiments, the items captured in the high-resolution buffer are referred to as actions, while the items captured in the low-resolution buffer are referred to as events. In one such embodiment the events are a subset of the actions. In one embodiment, the most recent, or "current" action/event can be determined by examining the item located at the top of the corresponding buffer. In at least one embodiment, the high-resolution buffer is associated with a sampling rate of 100 Hertz and is associated with a handwriting sampling program.
[0006] Those systems implementing both the high and low-resolution buffers described above, also are known to be designed to provide workable solutions for applications requiring high-resolution data, such as handwriting recognition software, by providing optional access to the high-resolution buffer that can be separately accessed to retrieve the higher resolution data. As such, although many applications operate satisfactorily using solely the low-resolution buffer, other higher-resolution based applications achieve better results using the separate high-resolution buffer. Therefore, generally, systems that handle event code information identifying U/I event information, are known to contain both a high and low-resolution buffers, one for typical applications generally concerned with "current" events, and another for higher-resolution based applications that are concerned with more than just "current" events. The providing of both high and low-resolution solutions requires additional coding, data structure and processing capabilities than would be necessary if a working single buffer solution was available.
[0007] Another approach of handling the potential problems of the generation of a large backlog of events/actions is to push the responsibility of handling the backlog to the individual applications. However, this complicates the design of such applications, and introduces the possibility of having resulting different behaviors of the same application on different devices.
[0008] There is therefore a need in the art for a reduced resource intensive U/I
event/action processing system that provides applications action/event data in a form that is acceptable for all applications, whether such systems require high-resolution information or whether such systems require only current location information.
There is also therefore a further need to reduce the duplicative nature of storing actions in both an actions buffer and an events queue.

SUNIMARY
[0009] Embodiments disclosed herein address the above stated needs including, for example, one or more embodiments, in which methods, software and apparatus, are used to process U/I actions generated from a U/I device.
[0010] In at least one embodiment, the processing of the U/I actions includes generating a freshness status for the U/I action wherein the freshness status indicates a freshness state associated with the U/I action. In addition, the freshness status is also associated with the U/I action.
[0011] In at least one embodiment, the processing of the U/I actions includes receiving a U/I action indicator associated with a U/I action. In addition, a freshness status associated with the U/I action is also received.
[0012] In at least one embodiment, the processing of the U/I actions includes generating a freshness status for a U/I action wherein the freshness status indicates a freshness state associated with the U/I action. In addition, the freshness status is associated with the U/I action. In addition, a U/I action indicator associated with the U/I action is received. Finally, the freshness status is received.
[0013] In at least one embodiment, a computing device is used to process U/I
actions generated from a U/I device. The computing device having a memory, a U/I
interface and a processor. The U/I interface configured to receive U/I action signals from a U/I device. The processor is coupled to the memory and operable to execute code to generate the freshness status for the U/I action. The processor is operable to associate the freshness status with the U/I action to form a freshness action indicator.
Further, the processor is operable to provide the freshness action indicator to an application for processing.
[0014] In at least one embodiment, a computing device is used to process U/I
actions generated from a U/I device. The computing device having a memory, a U/I
action buffer and a processor. The U/I action buffer is configured to store freshness action indicators. The processor is coupled to the memory and operable to execute code to receive a U/I action indicator associated with a U/I action. Further, the processor is operable to receive a freshness status associated with the U/I action.
[0015] In at least one embodiment, a computing device is used to process U/I
actions generated from a U/I device. The computing device having a memory, a user I/ interface and a processor. The user 1/0 interface configured to receive U/I action signals from a U/I device. The processor is coupled to the memory and operable to execute code to generate the freshness status for the U/I action. The processor is operable to associate the freshness status with the U/I action to form a freshness action indicator. Further, the processor is operable to store the freshness action indicator in the U/I action buffer. The processor is also operable to receive a U/I action indicator associated with a U/I action. Further, the processor is operable to receive a freshness status associated with the U/I action.
[0016] At least one advantage of at least one embodiment includes providing the ability to only process those U/I action indicators needed by a particular application.
Applications that only need U/I action indicators having an associated "current" status, can easily receive only such data. However, applications needing a wider amount of U/I
action indicators, for example all such U/I action indicators, also can easily receive only such desired data.
[0017] In at least one embodiment, the applications using the U/I action indicators, does not retrieve/receive the U/I action indicators separately from an associated status, but rather the associated status is contained within the U/I action indicator that is retrieved/received at the application. As such, no separate call, query or other like action is needed to separately retrieve such status information. In at least one embodiment, the U/I action indicator containing the associated status is received at the associated application rather than the application receiving such data from the corresponding buffer.
[0018] At least one advantage of at least one embodiment includes the lack of need for the use of a second low-resolution buffer (events queue). Such embodiments use only a high-resolution buffer (actions buffer) without additional need of a separate low-resolution buffer and separate processing for both the separate events queue and the separate actions buffer. At least one advantage of at least one embodiment is providing additional processing control to applications. Rather than requiring applications to process through U/I indicators that they need not process to achieve their desired function, such embodiment instead provides additional control to process only that data that is necessary. At least one advantage of at least one embodiment is reducing the amount of resources necessary to process U/I action indicators. The need for only an actions buffer, rather than both an actions buffer and an events queue, reduces the required resources. Further, only one type of processing is needed to process U/I action indicators as all such data is always found in only one place, the high-resolution buffer (actions buffer).
[0019] Other aspects, advantages, and features of the present invention will become apparent after review of the entire application, including the following sections: Brief Description of the Drawings, Detailed Description, and the Claims.

BRIEF DESCRIPTION OF THE DRAWINGS
[0020] The foregoing aspects and the attendant advantages of the embodiments described herein will become more readily apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings wherein:
[0021] FIG. 1 shows a block diagram of one embodiment of a computing device for processing U/I actions generated from a U/I device;
[0022] FIG. 2 shows a diagram of one embodiment of a computing device for processing U/I actions generated from a U/I device;
[0023] FIG. 3 shows a state table reflecting data corresponding to one embodiment of a computing device for processing U/I actions generated from a U/I device;
[0024] FIG. 4 shows a flow chart of one embodiment of a method of processing U/I
actions generated from a U/I device;
[0025] FIG. 5 shows a flow chart of one embodiment of a method of processing U/I
actions generated from a U/I device;
[0026] FIG. 6 shows a flow chart of one embodiment of a method of processing U/I
actions generated from a U/I device;
[0027] FIG. 7 shows a flow chart of one embodiment of a method of executing applications on a single active application environment computing device using application state history infonnation;
[0028] FIG. 8 shows a flow chart of one embodiment of a method of processing U/I
actions generated from a U/I device; and [0029] FIG. 9 shows a flow chart of one embodiment of a method of processing U/I
actions generated from a U/I device.

DETAILED DESCRIPTION
[0030] The word "exemplary" is used herein to mean "serving as an example, instance, or illustration." Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments.
[0031] The following detailed description describes methods, software and apparatus used to process U/I actions generated from a U/I device on a computing device, including methods, software and apparatus, for processing of pen event actions using freshness status associated with such pen event actions. In one or more embodiments, the computing device has an embedded controller and limited resources (i.e., limited memory capacity, display area and file system space), and the computing device operates to generate and retrieve/receive freshness statuses associated with U/I actions, in controlling the processing of such U/I actions.
[0032] In one or more embodiments, the system used to process U/I actions generated from a U/I device interacts with a runtime environment executing on the computing device that is used to simplify operation of the device, such as by providing generalized calls for device specific resources. One such runtime environment is the Binary Runtime Environment for Wireless (BREWTM) software platform developed by QUALCOMM, Inc., of San Diego, California. In at least one embodiment in the following description, the system used to process U/I actions generated from a U/I
device on the computing device is implemented on a portable device executing a runtime environment, such as the BREW software platform. However, one or more embodiments of the system used to execute applications on the single active application environment computing device are suitable for use with other types of runtime environments to control the execution of applications on single active application environment computing devices.
[0033] FIG. 1 illustrates one exemplary embodiment of a computing device 100 for processing U/I actions generated from a U/I device. As used herein "computing device"
includes: one or more processing circuits executing software modules stored in memory, such as microprocessors, digital signal processors (DSPs), microcontrollers, portable wireless telephones, personal digital assistants (PDAs), and paging devices, or any suitable combination of hardware, software stored in memory and/or firmware wherein a single active application is maintained. The computing device 100 includes a memory 102, network I/O interface 104, user 1/0 interface 106, processor 108 and bus 110.
Although the memory 102 is shown as one contiguous unit of RAM, other embodiments use multiple locations and multiple types of memory as memory 102. The network I/O
interface 104 provides input and output to all devices connected to the network via the bus 110. The user 1/0 interface 106 provides input and output to the user of the single active application environment computing device 100, via U/I devices 113 such as a keyboard, mouse, touch screen, joy stick, and the like. The processor 108 operates on instructions and data provided via the bus 110.
[0034] Shown located within memory 102 is an application 112, runtime environment 114, and U/I action buffer 116. The application 112 represents any application that is compatible with the computing device 100 and is capable of interaction with the U/I
action buffer 116. As mentioned above, the runtime environment 114 executes on the computing device 100 to simplify operation of the device, such as by providing generalized calls for device specific resources. Although the runtime environment shown is BREWTM, other runtime environments 114 providing similar functionality are used in other exemplary embodiments.
[0035] In one embodiment, the U/I action buffer 116 includes freshness action indicators 118 (120, 122, 124, 126, 128, 130, 132, 134 and 136). However, in another embodiment, such freshness action indicators 118 are not included in the associated buffer, but instead, are simply provided to the application using the information.
Further, in yet another embodiment the items received from the U/I action buffer 116 (i.e., U/I action indicators) are used to subsequently generate corresponding freshness action indicators 118 prior to such items being sent to or processed by a processing application. The freshness action indicators 118 represent data used in the processing of U/I device actions. In at least one embodiment, such U/I action buffer 116 include any one or more freshness action indicators 118, where such freshness action indicators 118 may further include U/I action indicators 140, 142, 144, 146, 148, 150, 152 154 and 156. Although the U/I action indicators shown are each pen actions, other U/I
action indicators, including keyboard actions or other like U/I actions, may also be present in the freshness action indicators 118. In addition, the freshness action indicators 118 may also include freshness indicators 160, 162, 168, 170, 172 and 174. In the embodiment shown, the freshness indicators 160, 162, 168, 170, 172 and 174 are only associated with segment based actions (see description below) such as the U/I action indicators U/I
action indicators 140, 142, 144, 146, 148, 150, 152 154 and 156 that contain pen-down actions. In at least one embodiment, the freshness action indicators 118 are not stored in an associated buffer, but instead are generated subsequent to receiving an entry of the associated buffer and including in such entry a freshness indicator 160, 162, 164, 168, 170, 172 and 174. In such embodiments, prior art systems containing prior art buffers may be used where the contents of such buffers remain the same, and it is only after receiving the information from such buffers that the freshness indicators are associated therewith.
[0036] Further, in at least one embodiment, freshness action indicators 118 can be classified into two different types: point based actions/events and segment based actions/events. Point based action/events are U/I actions/events that typically represent specific point related actions/events rather than a series of point actions/events. In at least one embodiment, point based actions/events are typically considered more significant and segment based actions/events where point based actions/events largely rely on user selection and as such are not subject to change based on an associated polling rate. For example, point based actions/events typically include pen-down (120 & 128) and pen-up action/events (126). Here, such point based actions/events (120, 126 and 128) are specifically generated in response to a user picking out one particular point on a corresponding display.
[0037] In contrast, segment based actions/events typically are associated with the generation of a continuous segment, whether straight, diagonal, meandering, serpentine, or having any other like path, that reflects a series of continuous points, that together, represent a series of generated points associated U/I actions/events and which are each separated by consecutive polling samples, rather than consecutively detected user U/I
interaction. For example, segment based actions/events include, for example, pen-drag action/events (122, 124) & (130, 132, 134 and 136). Such segment based actions/events are generally generated in response tracing a path on a display for which the corresponding polling rate defines which points/coordinates along such path will be considered the actual segment based actions/events. Here, the user interaction represents the drawing of a segment of a string of points, rather than the selection of any particular point.
[0038] In at least one embodiment, the freshness indicators 160, 162, 168, 170, 172 and 174, are only associated with segment based actions/events. In such embodiments this is because the "stale" and "current" values are seen as only having meaning with respect to those U/I actions/events that are separated by a single time slice, rather than by a user determined period, where "stale" indicates a U/I action/event that has been superseded by a subsequent U/I action/event, and where "current" indicates a U/I
action/event that has not yet been superseded by such a subsequent U/I action/event. Further, in at least one embodiment freshness action indicators 118 having an associated freshness indicator (160, 162, 168, 170, 172 and 174) of "current," means that such freshness action indicator 118 was recorded at the most recently expired time slice.
[0039] The freshness action indicators 118 may also include other like information that may be stored in any number of memory types, including RAM, ROM, registers, flash memory and the like, and may be stored in any suitable data structure.
Although the freshness action indicators 118 are shown as including only two states: stale and current, other embodiments use additional states for tracking other historical information associated with the U/I action indicators. Here, the "current" state represents a currently active U/I action indicator. For example, if an interactive screen is sensing that a pen is currently in contact with the screen, then a current pen action 156, for example, pen-drag at location 17.6 x and 11.2 y, is indicated as having a freshness indicator 174 with a value of "current." Similarly, an immediately previous freshness action indicator 134, with the introduction of the new current freshness action indicator 136, has its freshness indicator 172 changed from "current" to "stale." In at least one embodiment, pen-up and pen-down events cannot be associated with a "stale" status, as they are considered, in such embodiment, as point based actions/events rather than segment based actions/events and are otherwise absent a similar need for a "stale" status.
[0040] In the current embodiment, at most one U/I action indicator is considered "current" at any instant in time. As shown, all earlier generated freshness action indicators 122, 124, 130, 132 and 134, that represent a segment based action, have a freshness indicator 160, 162, 168, 170 and 172 of "stale." In at least one embodiment, pen-up events are never either "current" or "stale" because it is considered a point based event rather than a segment based event. As such, the freshness action indicator 126, for example, has never had an associated freshness indicator.
[0041] The application 112 is shown to contain code 180 to receive a U/I
action indicator 140, 142, 144, 146, 148, 150, 152 154 and 156, associated with a U/I
action;
and receive a freshness status associated with the U/I action. In one embodiment, for example, the received I/O action indicator and the received freshness status can be processed by the application 112. For example, the application 112 may be programmed such that it is only processes freshness action indicators 118 having a freshness indicator 160, 162, 168, 170, 172 and 174, of "current." This is true, for example, where the application 112 may be a desk top display application where the application 112, during an icon drag-and-drop, is only concerned with the current location of the icon, rather than the path along which the icon was dragged.
(See FIG.
2). In another embodiment, for example, the application 112 may be programmed such that it processes all U/I action indicator regardless of the values of the associated freshness indicators 160, 162, 168, 170, 172 and 174. This is true, for example, where the application 112 may be a writing recognition algorithm where the application 112, during the time when the device is receiving input of from the interaction of a pen with the device screen, such that each recorded location of the pen, or at least a high percentage thereof, is used by the application 112 in performing its function.
(See FIG.
2).
[0042] In one embodiment, the memory includes code 182 to generate the freshness status for the U/I action, associate the freshness status with the U/I action to form a freshness action indicator 118, and store the freshness action indicator 118 in the U/I
action buffer 116. Other embodiments do not store the freshness action indicators 118 in the U/I action buffer, but instead assemble the freshness action indicators 118 based on U/I action indicators stored in the U/I action buffer 116. Although shown located separate from the runtime environment 114 and the application 112, such code 182 may be located in any suitable location throughout the computing device 100 such that it can perform its particular function. In the embodiment shown, the code 182 operates to evaluate whether an incoming U/I action is to be considered "current" or "stale." After such evaluation the code 182 operates to associate a freshness indicator 160, 162, 168, 170, 172 and 174, where present, with the associated U/I action indicator 140, 142, 144, 146, 148, 150, 152 154 and 156, to generate the freshness action indicator 120, 122, 124, 126, 128, 130, 132, 134 and 136, and in one embodiment, to store the freshness action indicator in the U/I action buffer 116. After such operation, the corresponding code 180 is then free to process the new information by reading the same information from the U/I action buffer 116. In at least one embodiment, when "current"
incoming U/I actions arrive, previously identified "current" applications are updated to "stale." In some embodiments the "current" state is presumed to be that one freshness action indicator located at the top of the U/I action buffer 116, wherein any earlier entries are presumed to have a status of "stale." In another embodiment, all entries in the U/I
action buffer 116 are considered "stale," while only newly received U/I
actions are considered as potentially being considered "current."
[0043] However, in at least one other embodiment, the freshness indicator 160, 162, 166, 168, 170, 172 and 174, rather than being associated with the freshness action indicator at, or prior to, the time the freshness action indicator is stored in a buffer, such freshness indicator 160, 162, 164, 166, 168, 170, 172 and 174, is instead associated with the freshness action at, or after, the time such information is removed from a queue in which such information has been stored. Also, the determination of whether a freshness action indicator should be considered as "current" is determined based upon its location in a corresponding queue. For example, if the freshness action indicator is a segment based action/event, and it is located at the top of a corresponding queue, then as the most recently recorded freshness action indicator, and because it is of the type of a segment based action/event, then it can be determined that such freshness action indicator has a status of "current." As such, such functionality represents the determination of the freshness indicator 160, 162, 166, 168, 170, 172 and 174 at a time subsequent to the storage of the corresponding freshness action indicator. As such, the associated freshness indicator 160, 162, 166, 168, 170, 172 and 174 may be determined when an application receives the freshness action indicator from the queue, and need not be determined prior to such instant.
[0044] Although the U/I action buffer 116 is shown to be located in memory 102, such information may be stored in a variety of locations, both internal and external to the computing device 100, and may be stored in a variety of forms, such as in linked-lists, arrays, databases or other data structures, and may be either hardware or software based.
Further, in one embodiment, the U/I action buffer 116 may be the same or similar to the U/I action buffers present in currently available systems, except that the contents now include freshness action indicators 118 rather than U/I action indicators 140, 142, 144, 146, 148, 150, 152 154 and 156. In another embodiment, the U/I action buffer 116 may be the same or similar to the high or low-resolution buffers present in current systems, except that the contents include freshness action indicators 118 rather than U/I action (or event) indicators 140, 142, 144, 146, 148, 150, 152 154 and 156. In another embodiment the U/I action buffer 116 may be unlike the high and low-resolution buffers found in presently existing systems, for example the entries therein include an additional indicator containing the freshness indicators of associated U/I
actions.
[0045] The ability for applications 112 to directly access freshness action indicators 120, 122, 124, 126, 128, 130, 132, 134 and 136, that contain corresponding freshness indicators 160, 162, 166, 168, 170, 172 and 174, allows such applications 112 greater autonomy as to how they operate in that such applications 112 can be programmed to utilize, for example, only U/I actions that are considered "current," while ignoring all those that are considered "stale." Likewise, other applications 112 can be programmed to utilize all U/I actions regardless as to whether they are considered "current" or "stale." Such operation and functionality is absent from current systems which use both high and low-resolution buffers as well as dedicated applications to process incoming U/I actions and events.
[0046] In one embodiment, freshness action indicators 120, 122, 124, 126, 128, 130, 132, 134 and 136, queue up in the U/I action buffer 116 until such freshness action indicators 120, 122, 124, 126, 128, 130, 132, 134 and 136 are ready to be sent to an application to be processed. Similarly, for those embodiments that assemble the freshness action indicators 120, 122, 124, 126, 128, 130, 132, 134 and 136, based on U/I
actions received from the U/I action buffer, additional U/I actions also queue up in the U/I action buffer 116 until such U/I actions are received from the U/I action buffer 116 and sent to a target application to be processed.
[0047] FIG. 2 illustrates a diagram of one exemplary embodiment 200 of the computing device 100 for processing U/I actions generated from a U/I device 113.
Specifically, FIG. 2 shows the computing device 100 having U/I devices 113 and components including a touch-screen display 202, joystick 204, keypad 206 and pen 208.
The U/I
devices 113 may be used to produce the corresponding arc movements 210 and 212 as were generated via cursor 214. As shown, the device receives input to move the cursor 214 in the first arc movement 210, and then in the second arc movement 212. As shown, the cursor 214 is dragging an icon 216 across the touch-screen display where, as shown, the icon 216 is currently still being redrawn at a location corresponding to freshness action indicator 120. Although cursor 214 is currently at a location corresponding to freshness action indicator 136, the icon is continuing to be displayed at the location corresponding to freshness action indicator 120 because the application which is displaying the icon has not completed its execution to fully display the icon at the given location. Also shown in the figure, beyond the current cursor 214 location, is shown an additional portion of the arc movement 212 (dotted line) to be received as input at the computing device in response to a subsequent movement of the cursor 214 by the user. Such arc movement 212 is completed with a fmal U/I
action 218 of a pen-up action. As shown arc movement 210 includes the screen locations points associated with the first four freshness action indicators 120, 122, 124 and 126 while the arc movement 212 includes the screen locations points associated with the second five action indicators 128, 130, 132, 134 and 136.
[0048] To generate the arc movements 210 and 212, the pen 208, having a pen tip 222, may be used in conjunction with the touch-screen display 202 to generate the corresponding U/I actions. Also, the joystick 204 may be moved in a variety of directions, including in a pure y-direction 218 and in a pure x-direction 220, to also generate the corresponding U/I actions. Further, in at least one embodiment, the keypad 206 may be used alone, or in conjunction with other U/I devices 113 to generate the corresponding U/I actions.
[0049] FIG. 3 illustrates a state table 300 reflecting data corresponding to one embodiment of a computing device 100 for processing U/I actions generated from a U/I
device 113. Specifically, FIG. 3 shows the contents of the user U/I action buffer 116 over time slices 302 where the computing device 100 receives U/I action information from the U/I device 113. The contents of state table 300 correspond to the arc movements 210 and 212 of FIG. 2. In the following embodiment, an original icon is continuing to be drawn at the first freshness action indicator 120, while the remainder of the freshness action indicators 122, 124, 126, 128, 130, 132, 134 and 136, are recorded.
Because the original icon continues to be drawn by a corresponding application, the freshness action indicators continue to queue up in the U/I action buffer.
[0050] At time slice 0 304, before any U/I actions are detected, the user action 1/0 buffer 116 is absent any freshness action indicators 118. At a next time slice, time slice x 306, after the U/I device 113 generates the freshness action indicator 120, the user action UO buffer 116 is populated with the freshness action indicator 120 indicating a U/I action indicator (pen-down action) 140 (See FIG. 1). At this location an associated application uses such freshness action indicator 120 information to begin imaging an icon at such screen location and continues imaging at such location while the remaining U/I actions (122, 124, 126, 128, 130, 132, 134 and 136) are received. At time slice x+1 308, a new U/I action is detected with a corresponding freshness action indicator 122, indicating a specific U/I action indicator (pen-drag action) 142 (See FIG. 1), and a freshness indicator of "current." At time slice x+2 310, a new U/I action is detected with a corresponding freshness action indicator 124, indicating a specific U/I
action indicator (pen-drag action) 144, and a freshness indicator of "current." At the same time slice, the freshness action indicator representing the previous freshness action indicator 122 is set to "stale." At time slice x+3, a new U/I action is detected with a corresponding freshness action indicator 126, indicating a specific U/I action indicator (pen-up action) 144. Note, because in this embodiment pen-up actions (i.e., point based action/events) never have a status, even though such U/I action indicator 146 is the most recent, it does not get marked with a "current" status. At the same time slice, the freshness action indicator representing the previous freshness action indicator 124 is set to "stale."
[0051] At time slice x+n 314, a time slice representing some time slice after time slice x+3 312, a new U/I action is detected with a corresponding freshness action indicator 128, indicating a specific U/I action indicator (pen-down action) 148. At time slice x+n+l 316 a new U/I action is detected with a corresponding freshness action indicator 130, indicating a specific U/I action indicator (pen-drag action) 150, and a freshness indicator of "current." At time slice x+n+2 318, a new U/I action is detected with a corresponding freshness action indicator 132, indicating a specific U/I action indicator (pen-drag action) 152, and a freshness indicator of "current." At the same time slice, the freshness action indicator representing the previous freshness action indicator 130 is set to "stale." At time slice x+n+3 318, a new U/I action is detected with a corresponding freshness action indicator 134, indicating a specific U/I action indicator (pen-drag action) 154, and a freshness indicator of "current." At the same time slice, the freshness action indicator representing the previous freshness action indicator 132 is set to "stale." Finally, at time slice x+n+4 318, a new U/I action is detected with a corresponding freshness action indicator 136, indicating a specific U/I action indicator (pen-drag action) 156, and a freshness indicator of "current." At the same time slice, the freshness action indicator representing the previous freshness action indicator 134 is set to "stale.122, 124, 126, 128, 130, 132, 134 and 136"
[0052] As discussed above, those particular applications 112 that are programmed to only process freshness action indicators 118 having a freshness indicator with a value of "current," will operate to only process those freshness action indicators 118, that, at any particular time, contain such a"current"' value. In at least one embodiment, (i.e., the embodiment shown in FIG. 3), only one freshness action indicator 118 may have a "current" value at any one particular point in time. Similarly, for those applications 112, that are programmed to process all freshness action indicators 118, regardless of the contents of the freshness indicator, such applications 112 operate on all the freshness action indicators.
[0053] Further, for those embodiments where freshness action indicators 118 are built only after receiving corresponding U/I action indicators from U/I action buffer 116, (i.e., where U/I action indicators are stored in such buffer rather than an freshness action indicators), then such freshness action indicators 118 are not stored in such U/I action buffer 116 as shown. Instead such freshness action indicators 118 are built using the contents of such the U/I action buffer 116, where, at least in one embodiment, the freshness action indicator 118 has its status determined based upon whether the corresponding U/I action indicator is at the top of the U/I action buffer 116, or by other methods described above for determining the status of a U/I action indicator stored in a U/I action buffer 116.
[0054] FIG. 4 illustrates a flowchart of one exemplary embodiment 400 for a method that executes applications on a single active application environment computing device.
Specifically, FIG. 4 describes the setting of freshness indicators based on U/I actions received by the computing device 100. The process begins at step 402 where initial execution of the application begins. Following step 402 is step 404 where the system detects the presence of a next U/I action. Following step 404 is step 406 in which the system determines if the previous U/I action was a segment based action. If yes, then step 408 is initiated in which the system sets the freshness indicator for the previous U/I
action to "stale." Following either step 406 or step 408 is step 410 wherein the system determines if the next U/I action is a segment based application. If yes, then step 412 is initiated in which the system sets the freshness indicator for the next U/I
action to "current." The method continues execution such that following steps 410 or 412, the system continues processing the next U/I action at step 404.
[0055] FIG. 5 illustrates a flowchart of one exemplary embodiment 500 for a method that executes applications 112 on a computing device. Specifically, FIG. 5 describes only processing U/I actions that area associated with a freshness indicators having a status of "current." The process begins at step 502 where initial execution of the application begins. Following step 502 is step 504 in which the system receives a freshness action indicator having a freshness status of "current." Once such freshness action indicator has been selected, then the following step 506 is initiated.
In step 506 the system processes the action indicator associated with the received freshness action indicator. This process may be repeated for each new time slice. Following step 506 is the terminating step 508.
[0056] FIG. 6 illustrates a flowchart of one exemplary embodiment 600 for a method that executes applications 112 on a computing device. Specifically, FIG. 6 describes processing all U/I actions regardless of the contents of the corresponding freshness indicators. The process begins at step 602 where initial execution of the application begins. Following step 602 is step 604 in which the system receives the next sequential freshness action indicator and ignores the freshness indicator. Once such freshness action indicator has been selected, then the following step 606 is initiated.
In step 606 the system processes such freshness action indicators. This process may be repeated for each new time slice. Following step 606 is the terminating step 608.
[0057] FIG. 7 illustrates one exemplary embodiment 700 of a method of processing U/I
actions generated from a U/I device 113. Specifically, FIG. 7 describes a method where, after a starting at node 702, step 704 is initiated wherein the system generates a freshness status for a U/I action wherein the freshness status indicates a freshness state associated with the U/I action. Following step 704 is step 706 in which the system associates the freshness status with the U/I action. Following step 706 is optional step 708 in which the system optionally stores the freshness action indicator in a U/I action buffer 116. Following the step 706 (and optional step 708) is the end of the method indicated with end node 708.
[0058] In addition FIG. 7 also shows a number of additional optional criteria and steps 712, 714, 716, 718 and 720. Specifically optional criteria and steps 712, 714, 716 and 718 each modify step 704 and the remaining step modifies step 706. First step 704 is optionally modified (712) wherein the freshness status indicates one of two following states: current and stale. Also, step 704 is optionally modified (714) wherein the method is performed on a portable wireless device. Step 704 is optionally modified (716) wherein the U/I action is a pen action. Step 704 is also optionally modified (718) where an additional step is added including the providing the freshness status and user interface action to an application for processing is performed. Finally, step 706 is modified (720) to include the step of generating a freshness action indicator containing both the freshness status and a U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, associated with a U/I action.
[0059] FIG. 8 illustrates one exemplary embodiment 800 of a method of processing U/I
actions generated from a U/I device 113. Specifically, FIG. 8 describes a method where, after a starting at node 802, step 804 is initiated wherein the system receives a U/I action indicator associated with a U/I action. Following step 804 is step 806 in which the system receives a freshness status associated with the U/I action.
Following step 806 are two optional steps 808 and 810. Optional step 808 includes wherein the system selectively processes the U/I action indicator based upon the freshness status.
Optional step 810 includes wherein the system selectively processes the U/I
action indicator based upon the freshness status having a "current" state. Following the step 810 is the end of the method indicated with end node 812.
[0060] In addition FIG. 8 also shows a number of additional optional criteria and steps 814, 816, 818 and 820. Specifically optional criteria and steps 814, 816 and 818 each modify step 804 and the remaining modify step 806. First step 804 is optionally modified (814) wherein the U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, is received from a U/I action buffer 116. Also, step 804 is optionally modified (816) wherein U/I action is a pen action. Step 804 is optionally modified (818) wherein the method is performed on a portable wireless device. Finally, step 806 is modified (820) wherein freshness status has one of two of the following states: current and stale.
[0061] FIG. 9 illustrates one exemplary embodiment 900 of a method of processing U/I
actions generated from a U/I device 113. Specifically, FIG. 9 describes a method where, after a starting at node 902, step 904 is initiated wherein the system generates a freshness status for a U/I action wherein the freshness status indicates a freshness state associated with the U/I action. Following step 904 is step 906 in which the system associates the freshness status with the U/I action. Following step 906 is optional step 908 in which the system stores the freshness status and a U/I action indicator associated with the U/I action. Following optional step 908 is step 910 in wherein the system optionally provides the freshness status and U/I action to an application for processing.
Following optional step 910 is step 912 in which the system receives a U/I
action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, associated with the U/I action.
Following step 912 is step 914 in which the system receives the freshness status.
Following step 914 are two optional steps 916 and 918. Optional step 916 includes wherein the system selectively processes the U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, based upon the freshness status. Optional step 918 includes wherein the system selectively process the U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, based upon the value of the freshness status indicating a "current" state. Following the step 918 is the end of the method indicated with end node 920.
[0062] In addition FIG. 9 also shows a number of additional optional criteria and steps 922, 924 and 926. Step 904 is optionally modified (922) wherein the freshness status indicates one of two following states: current and stale. Step 906 is optionally modified (924) wherein the method includes the additional step wherein the system generates a freshness action indicator 118 containing both the freshness status and the U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156. Step 908 is optionally modified (926) wherein the method includes the additional step wherein the system stores the freshness status and U/I action indicator 140, 142, 144, 146, 148, 150, 152, 154 and 156, in a U/I action buffer 116.
[0063] Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To olearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality.
Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
[0064] The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC
may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
[0065] The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

WHAT IS CLAIMED IS:

Claims (36)

1. A method of processing user interface actions generated from a user interface device, comprising:
generating a freshness status for a user interface action wherein the freshness status indicates a freshness state associated with the user interface action;
associating the freshness status with the user interface action.
2. The Method of claim 1 wherein the freshness status indicates one of two following states: current and stale.
3. The Method of claim 1 wherein the step of associating the freshness status with the user interface action further includes the step of generating a freshness action indicator containing both the freshness status and a user interface action indicator associated with a user interface action.
4. The Method of claim 3 further comprising the step of storing the freshness action indicator in a user interface action buffer.
5. The Method of claim 1 further comprising the step of providing the freshness status and user interface action to an application for processing.
6. The Method of claim 1 wherein the user interface action is a pen action.
7. The Method of claim 1 wherein the method is performed on a portable wireless device.
8. A method of processing user interface actions generated from a user interface device, comprising:
receiving a user interface action indicator associated with a user interface action;
and receiving a freshness status associated with the user interface action.
9. The Method of claim 8 further comprising the step of selectively processing the user interface action indicator based upon the freshness status.
10. The Method of claim 8 wherein the freshness status has one of two of the following states: current and stale.
11. The Method of claim 8 further comprising the step of selectively processing the user interface action indicator based upon the freshness status having a current state.
12. The Method of claim 8 wherein the user interface action indicator is received from a user interface action buffer.
13. The Method of claim 8 wherein the user interface action is a pen action.
14. The Method of claim 8 wherein the method is performed on a portable wireless device.
15. A method of processing user interface actions generated from a user interface device, comprising:
generating a freshness status for a user interface action wherein the freshness status indicates a freshness state associated with the user interface action;
associating the freshness status with the user interface action;
receiving a user interface action indicator associated with the user interface action; and receiving the freshness status.
16. The Method of claim 15 wherein the freshness status indicates one of two following states: current and stale.
17. The Method of claim 15 wherein the step of storing the freshness status and a user interface action indicator further includes the step of storing the freshness status and user interface action indicator in a user interface action buffer.
18. The Method of claim 15 further comprising the step of selectively processing the user interface action indicator based upon the freshness status.
19. The Method of claim 15 further comprising the step of selectively processing the user interface action code based upon the value of the freshness status indicating a current state.
20. The Method of claim 15 wherein the step of associating the freshness status with the user interface action further includes the step of generating a freshness action indicator containing both the freshness status and the user interface action indicator.
21. The Method of claim 15 further comprising the step of providing the freshness status and user interface action to an application for processing.
22. A computing device for processing user interface actions generated from a user interface device comprising:
a memory;
a user input/output interface configured to receive user interface action signals from a user interface device;
a processor coupled to the memory and operable to execute code to generate the freshness status for the user interface action; associate the freshness status with the user interface action to form a freshness action indicator; and provide the freshness action indicator to an application for processing.
23. The computing device of claim 22 wherein the user interface action is a pen action.
24. The computing device of claim 22 wherein the computing device is a portable wireless device.
25. A computing device for processing user interface actions generated from a user interface device comprising:
a memory;

a user interface action buffer configured to store a user freshness action indicators; and a processor coupled to the memory and operable to execute code to receive a user interface action indicator associated with a user interface action; and receive a freshness status associated with the user interface action.
26. The Method of claim 25 further comprising the step of selectively processing the user interface action indicator based upon the freshness status.
27. The Method of claim 25 wherein the user interface action code is received from the user interface action buffer.
28. The computing device of claim 25 wherein the user interface action is a pen action.
29. The computing device of claim 25 wherein the computing device is a portable wireless device.
30. A computing device for processing user interface actions generated from a user interface device comprising:
a memory;
a user input/output interface for receiving user interface action signals from a user interface device;
a processor coupled to the memory and operable to execute code to execute code to generate the freshness status for the user interface action; associate the freshness status with the user interface action to form a freshness action indicator;
and provide the freshness action indicator to an application for processing; receive the user interface action indicator associated with the user interface action; and receive a freshness status associated with the user interface action.
31. The Method of claim 30 further comprising the step of selectively processing the user interface action code based upon the value of the received freshness code.
32. The Method of claim 30 wherein the user interface action code is received from a user interface action buffer.
33. A computer program embodied on a computer readable medium, the computer program capable of processing user interface actions generated from a user interface device, the computer program comprising code operable to generate a freshness status for a user interface action wherein the freshness status indicates a freshness state associated with the user interface action;
and code operable to associate the freshness status with the user interface action.
34. A computer program embodied on a computer readable medium, the computer program capable of processing user interface actions generated from a user interface device, the computer program comprising code operable to receive a user interface action indicator associated with a user interface action; and code operable to receive a freshness status associated with the user interface action.
35. A computing device, comprising:
means for generating a freshness status for a user interface action wherein the freshness status indicates a freshness state associated with the user interface action;
means for associating the freshness status with the user interface action.
36. A computing device, comprising:
means for receiving a user interface action indicator associated with a user interface action; and means for receiving a freshness status associated with the user interface action.
CA002567915A 2004-05-26 2005-05-26 User interface action processing using a freshness status Abandoned CA2567915A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/854,977 US7984382B2 (en) 2004-05-26 2004-05-26 User interface action processing using a freshness status
US10/854,977 2004-05-26
PCT/US2005/018674 WO2005119414A2 (en) 2004-05-26 2005-05-26 User interface action processing using a freshness status

Publications (1)

Publication Number Publication Date
CA2567915A1 true CA2567915A1 (en) 2005-12-15

Family

ID=35426713

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002567915A Abandoned CA2567915A1 (en) 2004-05-26 2005-05-26 User interface action processing using a freshness status

Country Status (13)

Country Link
US (1) US7984382B2 (en)
EP (1) EP1754132A4 (en)
JP (2) JP2008500649A (en)
KR (1) KR100894243B1 (en)
CN (1) CN101124620B (en)
AU (2) AU2005250860A1 (en)
BR (1) BRPI0511550A (en)
CA (1) CA2567915A1 (en)
IL (1) IL179500A0 (en)
MX (1) MXPA06013729A (en)
RU (1) RU2006146046A (en)
TW (1) TW200608270A (en)
WO (1) WO2005119414A2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8122259B2 (en) 2005-09-01 2012-02-21 Bricom Technologies Ltd Systems and algorithms for stateless biometric recognition
JP2011081469A (en) * 2009-10-05 2011-04-21 Hitachi Consumer Electronics Co Ltd Input device
WO2015099802A1 (en) * 2013-12-28 2015-07-02 Intel Corporation Techniques for increasing energy efficiency of sensor controllers
US10977192B1 (en) * 2016-04-08 2021-04-13 Amazon Technologies, Inc. Real-time memory-page state tracking and its applications

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5010482A (en) * 1987-07-02 1991-04-23 Unisys Corp. Multi-event mechanism for queuing happened events for a large data processing system
US5799315A (en) * 1995-07-07 1998-08-25 Sun Microsystems, Inc. Method and apparatus for event-tagging data files automatically correlated with a time of occurence in a computer system
US5890181A (en) * 1996-11-14 1999-03-30 Kurzwell Applied Intelligence, Inc. System and method for remotely grouping contents of an action history stack
JP3409999B2 (en) 1997-08-12 2003-05-26 株式会社東芝 Data editing device and data editing method
JP3855462B2 (en) * 1998-05-29 2006-12-13 株式会社日立製作所 Method for editing command sequence with processing time and apparatus using the same
US6938174B2 (en) 2000-10-06 2005-08-30 International Business Machines Corporation Method and system with adaptive data transfer policy based on a power state of a computing device
JP4346814B2 (en) * 2000-12-27 2009-10-21 キヤノン株式会社 Information processing apparatus and method, computer-readable memory, and program
US7058663B2 (en) * 2001-03-13 2006-06-06 Koninklijke Philips Electronics, N.V. Automatic data update
JP4089268B2 (en) 2002-04-15 2008-05-28 株式会社日立製作所 Information processing device
US7302106B2 (en) * 2003-05-19 2007-11-27 Microsoft Corp. System and method for ink or handwriting compression
US20040257346A1 (en) * 2003-06-20 2004-12-23 Microsoft Corporation Content selection and handling

Also Published As

Publication number Publication date
JP2008500649A (en) 2008-01-10
RU2006146046A (en) 2008-07-10
WO2005119414A2 (en) 2005-12-15
BRPI0511550A (en) 2008-01-02
EP1754132A2 (en) 2007-02-21
CN101124620A (en) 2008-02-13
US20050268004A1 (en) 2005-12-01
IL179500A0 (en) 2007-05-15
AU2005250860A1 (en) 2005-12-15
TW200608270A (en) 2006-03-01
KR100894243B1 (en) 2009-04-20
AU2008202595A1 (en) 2008-07-03
KR20070032722A (en) 2007-03-22
MXPA06013729A (en) 2007-03-15
CN101124620B (en) 2010-09-29
WO2005119414A3 (en) 2007-08-23
US7984382B2 (en) 2011-07-19
EP1754132A4 (en) 2008-11-05
JP2010061669A (en) 2010-03-18

Similar Documents

Publication Publication Date Title
US11592959B2 (en) Device, method, and graphical user interface for navigating and displaying content in context
US11675476B2 (en) User interfaces for widgets
US20210191602A1 (en) Device, Method, and Graphical User Interface for Selecting User Interface Objects
US9489111B2 (en) Device, method, and graphical user interface for navigating through a range of values
JP5925775B2 (en) Device, method and graphical user interface for reordering the front and back positions of objects
US8826164B2 (en) Device, method, and graphical user interface for creating a new folder
US9563351B2 (en) Device, method, and graphical user interface for navigating between document sections
US8692780B2 (en) Device, method, and graphical user interface for manipulating information items in folders
US8692851B2 (en) Device, method, and graphical user interface with grid transformations during device rotation
US8291344B2 (en) Device, method, and graphical user interface for managing concurrently open software applications
US8786639B2 (en) Device, method, and graphical user interface for manipulating a collection of objects
US20110179373A1 (en) API to Replace a Keyboard with Custom Controls
US20130097551A1 (en) Device, Method, and Graphical User Interface for Data Input Using Virtual Sliders
CN112199000A (en) Multi-dimensional object rearrangement
US20230012613A1 (en) Device, Method, and Graphical User Interface for Managing Data Stored on a Device
CN108304107A (en) A kind of display application drawing calibration method, terminal and computer readable storage medium
KR100894243B1 (en) User interface action processing using a freshness status
CN110244889A (en) Picture Zoom method, device, terminal and storage medium
CN113961516A (en) File display method and device and electronic equipment
CN112650426A (en) Information statistical method and device

Legal Events

Date Code Title Description
EEER Examination request
FZDE Discontinued