This disclosure relates to application programming interfaces that provide scrolling operations.
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent & Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
Applicant has submitted herewith Computer Program Listings which are included as Appendix A, attached.
An API is a source code interface that a computer system or program library provides in order to support requests for services from a software application. An API is specified in terms of a programming language that can be interpretative or compiled when an application is built, rather than an explicit low level description of how data is laid out in memory. The software that provides the functionality described by an API is said to be an implementation of the API.
Various devices such as electronic devices, computing systems, portable devices, and handheld devices have software applications. The API interfaces between the software applications and user interface software to provide a user of the device with certain features and operations. A user may desire certain operations such as scrolling, selecting, gesturing, and animating operations for a display of the device.
Scrolling is the act of sliding a directional (e.g., horizontal or vertical) presentation of content, such as text, drawings, or images, across a screen or display window. In a typical graphical user interface, scrolling is done with the help of a scrollbar or using keyboard shortcuts, often the arrow keys. Gesturing is a type of user input with two or more input points. Animating operations include changing content within a given time period.
The various types of devices may have a limited display size, user interface, software, API interface and/or processing capability which limits the ease of use of the devices. User interfaces of devices implement APIs in order to provide requested functionality and features. These user interfaces can have difficulty interpreting the various types of user inputs and providing the intended functionality associated with the user inputs.
At least certain embodiments of the present disclosure include one or more application programming interfaces in an environment with user interface software interacting with a software application. Various function calls or messages are transferred via the application programming interfaces between the user interface software and software applications. Example application programming interfaces transfer function calls to implement scrolling, gesturing, and animating operations for a device.
At least certain embodiments of the present disclosure include an environment with user interface software interacting with a software application. A method for operating through an application programming interface (API) in this environment includes transferring a set bounce call. The method further includes setting at least one of maximum and minimum bounce values. The set bounce call causes a bounce of a scrolled region in an opposite direction of a scroll based on a region past an edge of the scrolled region being visible in a display region at the end of the scroll.
At least certain embodiments of the present disclosure include an environment with user interface software interacting with a software application. A method for operating through an application programming interface (API) in this environment includes transferring a rubberband call. Rubberbanding a scrolled region within a display region occurs by a predetermined maximum displacement when the scrolled region exceeds a display edge. The method further includes transferring an edge rubberband call to set displacement values for at least one edge of the display (e.g., top and bottom edges, left and right edges).
At least certain embodiments of the present disclosure include gesture operations for a display of a device. The gesture operations include performing a scaling transform such as a zoom in or zoom out in response to a user input having two or more input points. The gesture operations also include performing a rotation transform to rotate an image or view in response to a user input having two or more input points.
At least certain embodiments of the present disclosure include a method for performing animations for a display of a device. The method includes starting at least one animation. The method further includes determining the progress of each animation. The method further includes completing each animation based on a single timer. The single timer can be based on a redraw interval of the display hardware.
Various devices which perform one or more of the foregoing methods and machine readable media which, when executed by a processing system, cause the processing system to perform these methods, are also described.
Other methods, devices and machine readable media are also described.
The disclosure is described by way of example with reference to the accompanying drawings, wherein:
Various embodiments and aspects of the disclosure will be described with reference to details discussed below, and the accompanying drawings will illustrate the various embodiments. The following description and drawings are illustrative of the disclosure and are not to be construed as limiting the disclosure. Numerous specific details are described to provide a through understanding of various embodiments of the present disclosure. However, in certain instances, well-known or conventional details are not described in order to provide a concise discussion of embodiments of the present disclosure.
Some portions of the detailed descriptions which follow are presented in terms of algorithms which include operations on data stored within a computer memory. An algorithm is generally a self-consistent sequence of operations leading to a desired result. The operations typically require or involve physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, can refer to the action and processes of a data processing system, or similar electronic device, that manipulates and transforms data represented as physical (electronic) quantities within the system's registers and memories into other data similarly represented as physical quantities within the system's memories or registers or other such information storage, transmission or display devices.
The present disclosure can relate to an apparatus for performing one or more of the operations described herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a machine (e.g. computer) readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), erasable programmable ROMs (EPROMs), electrically erasable programmable ROMs (EEPROMs), flash memory, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a bus.
A machine-readable medium includes any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer). For example, a machine-readable medium includes read only memory (“ROM”); random access memory (“RAM”); magnetic disk storage media; optical storage media; flash memory devices; electrical, optical, acoustical or other form of propagated signals (e.g., carrier waves, infrared signals, digital signals, etc.); etc.
At least certain embodiments of the present disclosure include one or application programming interfaces in an environment with user interface software interacting with a software application. Various function calls or messages are transferred via the application programming interfaces between the user interface software and software applications. Transferring the function calls or messages may include issuing, initiating, invoking or receiving the function calls or messages. Example application programming interfaces transfer function calls to implement scrolling, gesturing, and animating operations for a device having a display region. An API may also implement functions having parameters, variables, or pointers. An API may receive parameters as disclosed or other combinations of parameters. In addition to the APIs disclosed, other APIs individually or in combination can perform similar functionality as the disclosed APIs.
The display region is a form of a window. A window is a display region which may not have a border and may be the entire display region or area of a display. In some embodiments, a display region may have at least one window and/or at least one view (e.g., web, text, or image content). A window may have at least one view. The methods, systems, and apparatuses disclosed can be implemented with display regions, windows, and/or views.
At least certain embodiments of the present disclosure include scrolling operations for scrolling a display of a device. The scrolling operations include bouncing a scrolled region in an opposite direction of a scroll when a scroll completes, rubberbanding a scrolled region by a predetermined maximum displacement when the scrolled region exceeds a display edge, and setting a scrolling angle that locks the scroll in a horizontal or vertical direction.
At least certain embodiments of the present disclosure include gesture operations for a display of a device. The gesture operations include performing a scaling transform such as a zoom in or zoom out in response to a user input having two or more input points. The gesture operations also include performing a rotation transform to rotate an image or view in response to a user input having two or more input points.
At least certain embodiments of the present disclosure include a method for performing animations for a display of a device. The method includes starting at least one animation. The method further includes determining the progress of each animation. The method further includes completing each animation based on a single timer. The single timer can be based on a redraw interval of the display hardware.
At least certain embodiments of the disclosure may be part of a digital media player, such as a portable music and/or video media player, which may include a media processing system to present the media, a storage device to store the media and may further include a radio frequency (RF) transceiver (e.g., an RF transceiver for a cellular telephone) coupled with an antenna system and the media processing system. In certain embodiments, media stored on a remote storage device may be transmitted to the media player through the RF transceiver. The media may be, for example, one or more of music or other audio, still pictures, or motion pictures.
The portable media player may include a media selection device, such as a click wheel input device on an iPod® or iPod Nano® media player from Apple Computer, Inc. of Cupertino, Calif., a touch screen input device, pushbutton device, movable pointing input device or other input device. The media selection device may be used to select the media stored on the storage device and/or the remote storage device. The portable media player may, in at least certain embodiments, include a display device which is coupled to the media processing system to display titles or other indicators of media being selected through the input device and being presented, either through a speaker or earphone(s), or on the display device, or on both display device and a speaker or earphone(s). In some embodiments, the display device and input device are integrated while in other embodiments the display device and input device are separate devices. Examples of a portable media player are described in published U.S. patent application numbers 2003/0095096 and 2004/0224638, both of which are incorporated by reference.
Embodiments of the disclosure described herein may be part of other types of data processing systems, such as, for example, entertainment systems or personal digital assistants (PDAs), or general purpose computer systems, or special purpose computer systems, or an embedded device within another device, or cellular telephones which do not include media players, or multi touch tablet devices, or other multi touch devices, or devices which combine aspects or functions of these devices (e.g., a media player, such as an iPod®, combined with a PDA, an entertainment system, and a cellular telephone in one device). In this disclosure, electronic devices and consumer devices are types of devices.
In certain embodiments of the present disclosure, scroll operations include attaching scroll indicators to a content edge of a display. Alternatively, the scroll indicators can be attached to the display edge. In some embodiments, user input in the form of a mouse/finger down causes the scroll indicators to be displayed on the display edge, content edge, or window edge of the scrolled region. If a mouse/finger up is then detected, the scroll indicators are faded out from the display region, content edge, or window edge of the scrolled region.
In certain embodiments of the present disclosure, gesture operations include responding to at least one gesture call, if issued, by rotating a view associated with the event object based on receiving a plurality of input points in the form of the user input. Gesture operations may also include scaling a view associated with the event object by zooming in or zooming out based on receiving the user input.
In some embodiments, a device includes a display region having multiple views or windows. Each window may have a multiple views including superviews and subviews. It is necessary to determine which window, view, superview, or subview is contacted by a user input in the form of a mouse up, mouse down, or drag, etc. An API can set various modes for making this determination. In one embodiment, a pass always mode sends mouse down, mouse up, and drag inputs to the nearest subview. In another embodiment, an intercept on drag mode sends a drag input to the superview while mouse up and down inputs are sent to the subview. In another embodiment, an intercept always mode sends all drag, mouse up and down inputs to the superview. The superview may be scroller software operating as a subclass of a view software. The subview may be view software operating as a subclass of the user interface software.
In certain embodiments of the present disclosure, transferring the set bounce call is either one of issuing, initiating, invoking or receiving the set bounce call.
Rubberbanding a scrolled region according to the method 300 occurs by a predetermined maximum displacement value when the scrolled region exceeds a display edge of a display of a device based on the scroll. If a user scrolls content of the display making a region past the edge of the content visible in the display, then the displacement value limits the maximum amount for the region outside the content. At the end of the scroll, the content slides back making the region outside of the content no longer visible on the display.
In certain embodiments of the present disclosure, transferring the rubberband call is either one of issuing, initiating, invoking or receiving the rubberband call.
In at least some embodiments of the present disclosure, the method 200 performs the bounce operations described in
If the list of emails fills more than the allotted screen area, the user may scroll through the emails using vertically upward and/or vertically downward swipe gestures on the touch screen. In the example of
As a result of detecting the vertically downward gesture 3514, in
In this example, the email 3534 from Aaron Jones is the first email in the list and thus is the terminus of the list. Upon reaching this email 3534, in response to continued detection of the vertically downward gesture 3514, an area 3536 (
Once vertically downward gesture 3514 is complete, such that a corresponding object is no longer detected on or near the touch screen display, the list is scrolled in an opposite direction until the area 3536 is no longer displayed.
In the example of
Similarly, a vertically upward gesture may result in display of an area beyond the last item of the list, if the vertically upward gesture continues once the list has been scrolled to the last item. The last item may be considered a terminus of the list, similar to the first item. As discussed above, the gesture need not be exactly vertical to result in vertical scrolling; a gesture within a predefined range of angles from perfectly vertical is sufficient.
In certain embodiments, a user input in the form of a drag forms an angle with the horizontal direction that is less than the first scroll angle. In this case, the user presumably intends to scroll in the horizontal direction. The scrolling will be locked in the horizontal direction until the user input exceeds the first scroll angle. A second scroll angle may be used for locking the user input in the vertical direction. The second scroll angle may be set equal to the first scroll angle.
In some embodiments, the horizontal and vertical locking angles can be determined in part by the aspect of the content. For example, content in the form of a tall page may receive a larger vertical locking angle compared to the horizontal locking angle.
In certain embodiments, a user input in the form of a drag invokes a scroll operation for a certain time period. The user input has a certain speed. The scroll of the scrolled region of a window or a display region of a display of a device will be stopped after the user input stops by applying a deceleration factor to the speed of the user input during the drag movement.
In certain embodiments, a user input in the form of a drag over a certain distance across a display or window within a display of a device invokes a scroll operation. The hysteresis value determines the certain distance which the user input must drag across the display or window prior to invoking a scroll operation. A user input that does not drag the certain predetermined distance will not invoke a scroll operation and may be considered a mouse up or down input or other type of input.
In some embodiments, the operations of method 1100 can be altered, modified, combined, or deleted. For example, block 1104 can be deleted. Likewise, block 1106 can be deleted from the method 1100. Alternatively, the order of block 1104 and block 1106 can be switched. Other methods having various operations that have been disclosed within the present disclosure can also be altered, modified, rearranged, collapsed, combined, or deleted.
In certain embodiments of the present disclosure, transferring the scroll indicator call is either one of issuing, initiating, invoking or receiving the scroll indicator call. For example, the user interface software (e.g., software kit or library) may receive the scroll indicator call from the software application.
In certain embodiments of the present disclosure, transferring the inadvertent user input call is either one of issuing, initiating, invoking or receiving the inadvertent user input call.
A gesture API provides an interface between an application and user software in order to handle gesturing. Gesturing may include scaling, rotating, or other changes to a view, window, or display. A mask may merely permit certain changes while limiting or not permitting other changes. Events of all kinds come into the application via a graphics framework. They are enqueued, collaleced if necessary and dispatched. If the events are system level events (e.g., application should suspend, device orientation has changed, etc) they are routed to the application having an instance of a class of the user interface software. If the events are hand events based on a user input, the events are routed to the window they occurred over. The window then routes these events to the appropriate control by calling the instance's mouse and gesture methods. The control that receives a mouse down or mouse entered function will continue to get all future calls until the hand is lifted. If a second finger is detected, the gesture methods or functions are invoked. These functions may include start, change, and end gesture calls. The control that receives start gesture call will be sent all future change gesture calls until the gesture ends.
In certain embodiments, a user input in the form of two or more points is received by a display of a device. A multi-touch driver of the device receives the user input and packages the event into an event object. A window server receives the event object and determines whether the event object is a gesture event object. If the window server determines that a gesture event object has been received, then user interface software issues or transfers the handle gesture call at block 1302 to a software application associated with the view. The software application confirms that a gesture event has been received and passes the handle gesture call to a library of the user interface software. The window server also associates the gesture event object with the view that received the user input. The library responds by transferring a gesture change call in response to the handle gesture event call at block 1304.
In one embodiment, a window or view associated with the user input receives the change call in order to perform the gesture event. The user software that provides the view receives a gesture start event call, a gesture changed event call, a zoom to scale setting for the view, and a gesture end call. The gesture calls receive an input of a gesture event which may be base event having a type such as a hand event, keyboard event, system event, etc. A delegate associated with the application receives a start gesture call, gesture did change call, and gesture did finish call. The user software is dynamically linking into the application during the run time of the gesture process.
In some embodiments, the gesture changed function call contains the following information about the gesture:
the number of fingers currently down;
the number of fingers initially down;
the rotation of the hand;
the scale of the hand;
the translation of the hand;
the position of the inner and outermost fingers; and
the pressure of the first finger.
In other embodiments, more information about each finger down may be included as follows.
the stage of the finger (just touch down, fully pressed, lifting off, etc);
the position of the finger;
the proximity of the finger (how hard you're touching);
the orientation of the finger (what angle the ovoid is at);
the length of the major and minor axis;
the velocity of the finger; and
the eccentricity of the finger's ovoid.
A gesture event object may be a chord event object having a chord count (e.g., number of fingers contacted the view or display), a chord start event, a chord change event, and a chord end event. A chord change event may include a scaling or rotation transform.
In certain embodiments, a user input in the form of two or more input points (e.g., fingers) moves together or apart to invoke a gesture event that performs a scaling transform on the view associated with the user input. A scale transform includes a minimum and maximum scale factor.
In at least some embodiments of the present disclosure, a user desires to change a view 1670 from a scale factor of 2× to a scale factor of 1× as illustrated in
In certain embodiments, a user input in the form of two or more input points rotates to invoke a gesture event that performs a rotation transform on the view associated with the user input. The rotation transform includes a minimum and maximum degree of rotation for associated minimum and maximum rotation views. The user input may temporarily rotate a view past a maximum degree of rotation prior to the view snapping back to the maximum degree of rotation.
In certain embodiments, software invokes an animation that performs a scaling transform on the view associated with the user input. A display may include numerous views. The view being increased in size by the scaling transform may obstruct other views in which case the other views may need to be reduced in size. Alternatively, the view being decreased in size by the scaling transform may create additional area for other views to increase in size.
In certain embodiments of the present disclosure, the single timer includes a timer based on a redraw interval which is a time period between the display of a current frame and a next frame of the display of the device. In this case, changes in animation are updated to the display during the redraw interval in order to display the changes during the next frame of the display. The progress of each animation may be calculated periodically or based upon a progress call.
The method 1900 may further include determining whether each animation is associated with a delegate. The delegate is then notified of the animation. Other views not associated with an animation may be changed depending on the software application controlling the delegate.
In some embodiments, a first data structure or layer tree represents a hierarchy of layers that correspond to the views or windows of the processes. A second data structure or render tree represents a similar copy of the layer tree. However, the render tree is not updated until the independent processes have completed their separate animations. At this time, the render tree updates and redraws the screen with the new animations.
In some embodiments, each layer from the data structure is associated with a view. The layer associated with the view sends a delegate function call to the view in order to generate content provided by the view. A first pointer reference points from the layer to the view. A second pointer reference points from the view to the layer. The number of references pointing to an object such as the view is defined as the retained count of the object. The view may receive notification that the layer will be removed from the data structure. Removing the layer from the data structure may occur based on the view associated with the layer being removed from the display of the device. When the layer is removed from the data structure or layer tree the pointer from the layer to the view will be removed. The view will have a retained count of zero and be deallocated or removed from memory if the ownership of the view is not reversed. The view will have a retained count of at least one if ownership is reversed.
If the layer 2506 is removed from the data structure as illustrated in
In some embodiments, compositing the media and non-media content includes retrieving the media content from the first memory location, retrieving the non-media content from the second memory location, and scanning the media and non-media content directly to the display. The memory location can be any type of memory located in cache, main memory, a graphics processing unit, or other location within a device. The media content may include video, video plug-in, audio, image, or other time varying media. The media content may be in the form of a YUV model with the Y representing a luminance component (the brightness) and U and V representing chrominance (color) components. The media content may be scanned to the display at a rate of substantially twenty to forty frames per second. The media content may be scaled prior to being scanned to the display of the device.
The non-media content may include content, views, and images that do not require frequent updating. The non-media content may be in the form of a RGB model which is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors. The non-media content may be scanned to the display at a slower rate compared to the media content.
In some embodiments, the methods, systems, and apparatuses of the present disclosure can be implemented in various devices including electronic devices, consumer devices, data processing devices, desktop computers, portable computers, wireless devices, cellular devices, tablet devices, handheld devices, multi touch devices, multi touch data processing devices, any combination of these devices, or other like devices.
The display device 2834 is shown positioned at an upper portion of the housing 2832, and the input device 2836 is shown positioned at a lower portion of the housing 2832. The antenna 2842 is shown extending from the housing 2832 at an upper portion of the housing 2832. The speaker 2838 is also shown at an upper portion of the housing 2832 above the display device 2834. The microphone 2840 is shown at a lower portion of the housing 2832, below the input device 3286. It will be appreciated that the speaker 2838 and microphone 2840 can be positioned at any location on the housing, but are typically positioned in accordance with a user's ear and mouth, respectively.
The display device 2834 may be, for example, a liquid crystal display (LCD) which does not include the ability to accept inputs or a touch input screen which also includes an LCD. The input device 2836 may include, for example, buttons, switches, dials, sliders, keys or keypad, navigation pad, touch pad, touch screen, and the like. Any well-known speaker, microphone and antenna can be used for speaker 2838, microphone 2840 and antenna 2842, respectively.
The data acquired from the proximity sensor 2844 and the accelerometer 2846 can be combined together, or used alone, to gather information about the user's activities. The data from the proximity sensor 2844, the accelerometer 2846 or both can be used, for example, to activate/deactivate a display backlight, initiate commands, make selections, control scrolling, gesturing, animating or other movement in a display, control input device settings, or to make other changes to one or more settings of the device. In certain embodiments of the present disclosure, the device 2800 can be used to implement at least some of the methods discussed in the present disclosure.
In one embodiment, the display/input device 2954 may include a multi-point touch input screen in addition to being a display, such as an LCD. In one embodiment, the multi-point touch screen is a capacitive sensing medium configured to detect multiple touches (e.g., blobs on the display from a user's face or multiple fingers concurrently touching or nearly touching the display) or near touches (e.g., blobs on the display) that occur at the same time and at distinct locations in the plane of the touch panel and to produce distinct signals representative of the location of the touches on the plane of the touch panel for each of the multiple touches.
In certain embodiments of the present disclosure, the device 2800 can be used to implement at least some of the methods discussed in the present disclosure.
In at least certain embodiments, the device 3070 may contain components which provide one or more of the functions of a wireless communication device such as a cellular telephone, a media player, an entertainment system, a PDA, or other types of devices described herein. In one implementation of an embodiment, the device 3070 may be a cellular telephone integrated with a media player which plays MP3 files, such as MP3 music files.
Each of the devices shown in
Wireless device 3070 may include an antenna system 3101. Wireless device 3070 may also include a digital and/or analog radio frequency (RF) transceiver 3102, coupled to the antenna system 3101, to transmit and/or receive voice, digital data and/or media signals through antenna system 3101.
Wireless device 3070 may also include a digital processing system 3103 to control the digital RF transceiver and to manage the voice, digital data and/or media signals. Digital processing system 3103 may be a general purpose processing device, such as a microprocessor or controller for example. Digital processing system 3103 may also be a special purpose processing device, such as an ASIC (application specific integrated circuit), FPGA (field-programmable gate array) or DSP (digital signal processor). Digital processing system 3103 may also include other devices, as are known in the art, to interface with other components of wireless device 3070. For example, digital processing system 3103 may include analog-to-digital and digital-to-analog converters to interface with other components of wireless device 3070. Digital processing system 3103 may include a media processing system 3109, which may also include a general purpose or special purpose processing device to manage media, such as files of audio data.
Wireless device 3070 may also include a storage device 3104, coupled to the digital processing system, to store data and/or operating programs for the Wireless device 3070. Storage device 3104 may be, for example, any type of solid-state or magnetic memory device.
Wireless device 3070 may also include one or more input devices 3105, coupled to the digital processing system 3103, to accept user inputs (e.g., telephone numbers, names, addresses, media selections, etc.) Input device 3105 may be, for example, one or more of a keypad, a touchpad, a touch screen, a pointing device in combination with a display device or similar input device.
Wireless device 3070 may also include at least one display device 33106, coupled to the digital processing system 3103, to display information such as messages, telephone call information, contact information, pictures, movies and/or titles or other indicators of media being selected via the input device 3105. Display device 3106 may be, for example, an LCD display device. In one embodiment, display device 3106 and input device 3105 may be integrated together in the same device (e.g., a touch screen LCD such as a multi-touch input panel which is integrated with a display device, such as an LCD display device). The display device 3106 may include a backlight 3106A to illuminate the display device 3106 under certain circumstances. It will be appreciated that the Wireless device 3070 may include multiple displays.
Wireless device 3070 may also include a battery 3107 to supply operating power to components of the system including digital RF transceiver 3102, digital processing system 3103, storage device 3104, input device 3105, microphone 3105A, audio transducer 3108, media processing system 3109, sensor(s) 3110, and display device 3106. Battery 3107 may be, for example, a rechargeable or non-rechargeable lithium or nickel metal hydride battery. Wireless device 3070 may also include audio transducers 3108, which may include one or more speakers, and at least one microphone 3105A. In certain embodiments of the present disclosure, the wireless device 3070 can be used to implement at least some of the methods discussed in the present disclosure.
In certain embodiments of the present disclosure, the device 3200 can be used to implement at least some of the methods discussed in the present disclosure.
In certain embodiments of the present disclosure, the laptop device 3300 can be used to implement at least some of the methods discussed in the present disclosure.
In some embodiments, a platform provides various scrolling, gesturing, and animating operations. The platform includes hardware components and an operating system. The hardware components may include a processing unit coupled to an input panel and a memory coupled to the processor. The operating system includes one or more programs that are stored in the memory and configured to be executed by the processing unit. One or more programs include various instructions for transferring function calls or messages through an application programming interface in order to perform various scrolling, gesturing, and animating operations.
In an embodiment, the one or more programs include instructions for transferring a bounce call through an API to cause a bounce of a scrolled region in an opposite direction of a scroll based on a region past an edge of the scrolled region being visible in a display region at the end of the scroll. In an embodiment, the one or more programs include instructions for transferring a rubberband call through an API to cause a rubberband effect on a scrolled region by a predetermined maximum displacement when the scrolled region exceeds a display edge based on a scroll. In an embodiment, the one or more programs include instructions for transferring a directional scroll call through an API to set a scroll angle for locking the scrolling in at least one of a vertical or a horizontal direction.
In an embodiment, the one or more programs include instructions for transferring a scroll hysteresis call through an API to determine whether a user input invokes a scroll. In an embodiment, the one or more programs include instructions for transferring a deceleration scroll call through an API to set a deceleration factor for a user input based on the user input invoking a scroll. In an embodiment, the one or more programs include instructions for transferring a scroll indicator call through an API to determine whether at least one scroll indicator attaches to a content edge or a display edge of a display region.
In some embodiments, the platform includes a framework containing a library of software code. The framework interacts with the programs of the platform to provide application programming interfaces for performing various scrolling, gesturing, and animating operations. The framework also includes associated resources (e.g., images, text, etc.) that are stored in a single directory.
In an embodiment, the library of the framework provides an API for specifying a bounce operation to cause a bounce of a scrolled region in an opposite direction of a scroll based on a region past an edge of the scrolled region being visible in a display region at the end of the scroll. In an embodiment, the library of the framework provides an API for specifying a rubberband operation that has a rubberband effect on a scrolled region by a predetermined maximum displacement when the scrolled region exceeds a display edge based on a scroll. In an embodiment, the library of the framework provides an API for specifying a directional scroll operation to set a scroll angle for locking the scrolling in at least one of a vertical or a horizontal direction.
In an embodiment, the library of the framework provides an API for specifying a scroll hysteresis operation to determine whether a user input invokes a scroll. In an embodiment, the library of the framework provides an API for specifying a deceleration scroll operation to set a deceleration factor for a user input based on the user input invoking a scroll. In an embodiment, the library of the framework provides an API for specifying a scroll indicator operation to determine whether at least one scroll indicator attaches to a content edge or a display edge of a display region.
In the foregoing specification, the disclosure has been described with reference to specific exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the disclosure as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.
This application is a continuation of U.S. application Ser. No. 15/269,582, filed on Sep. 19, 2016, now U.S. Pat. No. 9,760,272, issued on Sep. 12, 2017, which is a continuation of U.S. application Ser. No. 14/712,637, filed on May 14, 2015, now U.S. Pat. No. 9,448,712, issued on Sep. 20, 2016, which is a continuation of U.S. application Ser. No. 14/189,922, filed on Feb. 25, 2014, now U.S. Pat. No. 9,037,995, issued on May 19, 2015, which is a continuation of U.S. application Ser. No. 13/867,950, filed on Apr. 22, 2013, now U.S. Pat. No. 8,661,363, issued on Feb. 25, 2014, which is a continuation of U.S. application Ser. No. 12/869,182, filed on Aug. 26, 2010, now U.S. Pat. No. 8,429,557, issued on Apr. 23, 2013, which is a divisional of U.S. application Ser. No. 11/620,717, filed on Jan. 7, 2007, now U.S. Pat. No. 7,844,915, issued on Nov. 30, 2010, all of which are incorporated herein by reference in their entirety.
Number | Name | Date | Kind |
---|---|---|---|
3825730 | Worthington, Jr. et al. | Jul 1974 | A |
3846826 | Mueller | Nov 1974 | A |
4014000 | Uno et al. | Mar 1977 | A |
4146924 | Birk et al. | Mar 1979 | A |
4219847 | Pinkney et al. | Aug 1980 | A |
4290052 | Eichelberger et al. | Sep 1981 | A |
4305071 | Bell et al. | Dec 1981 | A |
4305131 | Best | Dec 1981 | A |
4340911 | Kato et al. | Jul 1982 | A |
4346376 | Mallos | Aug 1982 | A |
4375674 | Thornton | Mar 1983 | A |
4396945 | Dimatteo et al. | Aug 1983 | A |
4435835 | Sakow et al. | Mar 1984 | A |
4455452 | Schuyler | Jun 1984 | A |
4475122 | Green | Oct 1984 | A |
4484179 | Kasday | Nov 1984 | A |
4526043 | Boie et al. | Jul 1985 | A |
4542375 | Alles et al. | Sep 1985 | A |
4550221 | Mabusth | Oct 1985 | A |
4561017 | Greene | Dec 1985 | A |
4613942 | Chen | Sep 1986 | A |
4618989 | Tsukune et al. | Oct 1986 | A |
4629319 | Clarke et al. | Dec 1986 | A |
4631525 | Serravalle | Dec 1986 | A |
4631676 | Pugh | Dec 1986 | A |
4644100 | Brenner et al. | Feb 1987 | A |
4654872 | Hisano et al. | Mar 1987 | A |
4686332 | Greanias et al. | Aug 1987 | A |
4686374 | Liptay-Wagner et al. | Aug 1987 | A |
4710760 | Kasday | Dec 1987 | A |
4746770 | Mcavinney | May 1988 | A |
4755811 | Slavin et al. | Jul 1988 | A |
4763356 | Day et al. | Aug 1988 | A |
4787040 | Ames et al. | Nov 1988 | A |
4806709 | Evans | Feb 1989 | A |
4839634 | More et al. | Jun 1989 | A |
4843568 | Krueger et al. | Jun 1989 | A |
4914624 | Dunthorn | Apr 1990 | A |
4954967 | Takahashi | Sep 1990 | A |
4988981 | Zimmerman et al. | Jan 1991 | A |
5045843 | Hansen | Sep 1991 | A |
5046434 | Breezer et al. | Sep 1991 | A |
5072294 | Engle | Dec 1991 | A |
5073950 | Colbert et al. | Dec 1991 | A |
5105186 | May | Apr 1992 | A |
5113041 | Blonder et al. | May 1992 | A |
5119079 | Hube et al. | Jun 1992 | A |
5153829 | Furuya et al. | Oct 1992 | A |
5168531 | Sigel | Dec 1992 | A |
5186629 | Rohen | Feb 1993 | A |
5203704 | Mccloud | Apr 1993 | A |
5223547 | Harada et al. | Jun 1993 | A |
5227985 | Dementhon | Jul 1993 | A |
5231381 | Duwaer | Jul 1993 | A |
5233547 | Kapp et al. | Aug 1993 | A |
5235509 | Mueller et al. | Aug 1993 | A |
5252951 | Tannenbaum et al. | Oct 1993 | A |
5267327 | Hirayama | Nov 1993 | A |
RE34476 | Norwood | Dec 1993 | E |
5276794 | Lamb, Jr. | Jan 1994 | A |
5293430 | Shiau et al. | Mar 1994 | A |
5297030 | Vassigh et al. | Mar 1994 | A |
5327161 | Logan et al. | Jul 1994 | A |
5335557 | Yasutake | Aug 1994 | A |
5341133 | Savoy et al. | Aug 1994 | A |
5374787 | Miller et al. | Dec 1994 | A |
5412189 | Cragun | May 1995 | A |
5418760 | Kawashima et al. | May 1995 | A |
5428367 | Mikan | Jun 1995 | A |
5454960 | Newsom | Oct 1995 | A |
5459793 | Naoi et al. | Oct 1995 | A |
5463388 | Boie et al. | Oct 1995 | A |
5463725 | Henckel et al. | Oct 1995 | A |
5468947 | Danielson et al. | Nov 1995 | A |
5479528 | Speeter | Dec 1995 | A |
5483261 | Yasutake | Jan 1996 | A |
5488204 | Mead et al. | Jan 1996 | A |
5491495 | Ward et al. | Feb 1996 | A |
5495269 | Elrod et al. | Feb 1996 | A |
5495566 | Kwatinetz | Feb 1996 | A |
5511148 | Wellner | Apr 1996 | A |
5513309 | Meier et al. | Apr 1996 | A |
5528266 | Arbeitman et al. | Jun 1996 | A |
5530456 | Kokubo | Jun 1996 | A |
5534893 | Hansen et al. | Jul 1996 | A |
5543588 | Bisset et al. | Aug 1996 | A |
5543591 | Gillespie et al. | Aug 1996 | A |
5552787 | Schuler et al. | Sep 1996 | A |
5559301 | Bryan et al. | Sep 1996 | A |
5566337 | Szymanski et al. | Oct 1996 | A |
5570113 | Zetts | Oct 1996 | A |
5572239 | Jaeger | Nov 1996 | A |
5581243 | Ouellette et al. | Dec 1996 | A |
5583543 | Takahashi et al. | Dec 1996 | A |
5589856 | Stein et al. | Dec 1996 | A |
5594806 | Colbert | Jan 1997 | A |
5603053 | Gough et al. | Feb 1997 | A |
5627567 | Davidson | May 1997 | A |
5627959 | Brown et al. | May 1997 | A |
5634064 | Warnock et al. | May 1997 | A |
5638093 | Takahashi et al. | Jun 1997 | A |
5655094 | Cline et al. | Aug 1997 | A |
5676064 | Shuert | Oct 1997 | A |
5686940 | Kuga | Nov 1997 | A |
5708460 | Young et al. | Jan 1998 | A |
5709219 | Chen et al. | Jan 1998 | A |
5712661 | Jaeger | Jan 1998 | A |
5726685 | Kuth et al. | Mar 1998 | A |
5729249 | Yasutake | Mar 1998 | A |
5734742 | Asaeda et al. | Mar 1998 | A |
5745116 | Pisutha-Arnond | Apr 1998 | A |
5749908 | Snell | May 1998 | A |
5764218 | Della et al. | Jun 1998 | A |
5798752 | Buxton et al. | Aug 1998 | A |
5805144 | Scholder et al. | Sep 1998 | A |
5805145 | Jaeger | Sep 1998 | A |
5805146 | Jaeger et al. | Sep 1998 | A |
5805161 | Tiphane | Sep 1998 | A |
5809166 | Huang et al. | Sep 1998 | A |
5818455 | Stone et al. | Oct 1998 | A |
5825352 | Bisset et al. | Oct 1998 | A |
5835079 | Shieh | Nov 1998 | A |
5838302 | Kuriyama et al. | Nov 1998 | A |
5841428 | Jaeger et al. | Nov 1998 | A |
5844547 | Minakuchi et al. | Dec 1998 | A |
5850358 | Danielson et al. | Dec 1998 | A |
5856822 | Du et al. | Jan 1999 | A |
5859631 | Bergman et al. | Jan 1999 | A |
5864636 | Chisaka | Jan 1999 | A |
5867149 | Jaeger | Feb 1999 | A |
5867158 | Murasaki et al. | Feb 1999 | A |
5869791 | Young | Feb 1999 | A |
5871251 | Welling et al. | Feb 1999 | A |
5880411 | Gillespie et al. | Mar 1999 | A |
5898434 | Small et al. | Apr 1999 | A |
5903902 | Orr et al. | May 1999 | A |
5917477 | Lee | Jun 1999 | A |
5923319 | Bishop et al. | Jul 1999 | A |
5936613 | Jaeger et al. | Aug 1999 | A |
5942733 | Allen et al. | Aug 1999 | A |
5943043 | Furuhata et al. | Aug 1999 | A |
5943052 | Allen et al. | Aug 1999 | A |
5949345 | Beckert et al. | Sep 1999 | A |
5956020 | D'Amico et al. | Sep 1999 | A |
5982352 | Pryor | Nov 1999 | A |
5982355 | Jaeger et al. | Nov 1999 | A |
5995104 | Kataoka et al. | Nov 1999 | A |
6002808 | Freeman | Dec 1999 | A |
6008800 | Pryor | Dec 1999 | A |
6016355 | Dickinson et al. | Jan 2000 | A |
6028271 | Gillespie et al. | Feb 2000 | A |
6028602 | Weidenfeller et al. | Feb 2000 | A |
6029214 | Dorfman et al. | Feb 2000 | A |
6034688 | Greenwood et al. | Mar 2000 | A |
6035343 | Tsushima et al. | Mar 2000 | A |
6037882 | Levy | Mar 2000 | A |
6037937 | Beaton et al. | Mar 2000 | A |
6057540 | Gordon et al. | May 2000 | A |
6061063 | Wagner et al. | May 2000 | A |
6066075 | Poulton | May 2000 | A |
6067068 | Hussain | May 2000 | A |
6089371 | Lin | Jul 2000 | A |
6100874 | Schena et al. | Aug 2000 | A |
6111577 | Zilles et al. | Aug 2000 | A |
6121960 | Carroll et al. | Sep 2000 | A |
6141018 | Beri et al. | Oct 2000 | A |
6169538 | Nowlan et al. | Jan 2001 | B1 |
6175610 | Peter | Jan 2001 | B1 |
6188391 | Seely et al. | Feb 2001 | B1 |
6208329 | Ballare | Mar 2001 | B1 |
6219035 | Skog | Apr 2001 | B1 |
6222465 | Kumar et al. | Apr 2001 | B1 |
6239389 | Allen et al. | May 2001 | B1 |
6255604 | Tokioka et al. | Jul 2001 | B1 |
6256020 | Pabon et al. | Jul 2001 | B1 |
6259436 | Moon et al. | Jul 2001 | B1 |
6262717 | Donohue et al. | Jul 2001 | B1 |
6278441 | Gouzman et al. | Aug 2001 | B1 |
6278443 | Amro et al. | Aug 2001 | B1 |
6310610 | Beaton et al. | Oct 2001 | B1 |
6311162 | Reichwein et al. | Oct 2001 | B1 |
6313849 | Takase et al. | Nov 2001 | B1 |
6313853 | Lamontagne et al. | Nov 2001 | B1 |
6323846 | Westerman et al. | Nov 2001 | B1 |
6330009 | Murasaki et al. | Dec 2001 | B1 |
6337698 | Keely et al. | Jan 2002 | B1 |
6369821 | Merrill et al. | Apr 2002 | B2 |
6380929 | Platt | Apr 2002 | B1 |
6393401 | Loudermilk et al. | May 2002 | B1 |
6414672 | Rekimoto et al. | Jul 2002 | B2 |
6421042 | Omura et al. | Jul 2002 | B1 |
6421046 | Edgren | Jul 2002 | B1 |
6429846 | Rosenberg et al. | Aug 2002 | B2 |
6441806 | Jaeger | Aug 2002 | B1 |
6446083 | Leight et al. | Sep 2002 | B1 |
6466203 | Van Ee | Oct 2002 | B2 |
6486896 | Ubillos | Nov 2002 | B1 |
6489951 | Wong et al. | Dec 2002 | B1 |
6492979 | Kent et al. | Dec 2002 | B1 |
6498590 | Dietz et al. | Dec 2002 | B1 |
6504530 | Wilson et al. | Jan 2003 | B1 |
6509907 | Kuwabara | Jan 2003 | B1 |
6538635 | Ringot | Mar 2003 | B1 |
6552719 | Lui et al. | Apr 2003 | B2 |
6559869 | Lui et al. | May 2003 | B1 |
6563492 | Furuya | May 2003 | B1 |
6567102 | Kung | May 2003 | B2 |
6570557 | Westerman et al. | May 2003 | B1 |
6570594 | Wagner | May 2003 | B1 |
6590595 | Wagner et al. | Jul 2003 | B1 |
6597347 | Yasutake | Jul 2003 | B1 |
6636242 | Bowman-Amuah | Oct 2003 | B2 |
6639584 | Li | Oct 2003 | B1 |
6657615 | Harada | Dec 2003 | B2 |
6661409 | Demartines et al. | Dec 2003 | B2 |
6664982 | Bi | Dec 2003 | B1 |
6664989 | Snyder et al. | Dec 2003 | B1 |
6664991 | Chew et al. | Dec 2003 | B1 |
6677932 | Westerman | Jan 2004 | B1 |
6677965 | Ullmann et al. | Jan 2004 | B1 |
6683628 | Nakagawa et al. | Jan 2004 | B1 |
6690365 | Hinckley et al. | Feb 2004 | B2 |
6690387 | Zimmerman et al. | Feb 2004 | B2 |
6707449 | Hinckley et al. | Mar 2004 | B2 |
6714221 | Christie et al. | Mar 2004 | B1 |
6714936 | Nevin, III | Mar 2004 | B1 |
6720949 | Pryor et al. | Apr 2004 | B1 |
6727891 | Moriya et al. | Apr 2004 | B2 |
6735583 | Bjarnestam et al. | May 2004 | B1 |
6741996 | Brechner et al. | May 2004 | B1 |
6750848 | Pryor | Jun 2004 | B1 |
6757673 | Makus et al. | Jun 2004 | B2 |
6765557 | Segal et al. | Jul 2004 | B1 |
6778992 | Searle et al. | Aug 2004 | B1 |
6788815 | Lui et al. | Sep 2004 | B2 |
6791530 | Vernier et al. | Sep 2004 | B2 |
6809724 | Shiraishi et al. | Oct 2004 | B1 |
6820237 | Abu-Hakima et al. | Nov 2004 | B1 |
6831631 | Chuang | Dec 2004 | B2 |
6839721 | Schwols | Jan 2005 | B2 |
6856259 | Sharp | Feb 2005 | B1 |
6856326 | Zhai | Feb 2005 | B1 |
6888532 | Wong et al. | May 2005 | B2 |
6888536 | Westerman et al. | May 2005 | B2 |
6903927 | Anlauff | Jun 2005 | B2 |
6907575 | Duarte | Jun 2005 | B2 |
6912462 | Ogaki | Jun 2005 | B2 |
6920619 | Milekic | Jul 2005 | B1 |
6924790 | Bi | Aug 2005 | B1 |
6938222 | Hullender et al. | Aug 2005 | B2 |
6957392 | Simister et al. | Oct 2005 | B2 |
6958749 | Matsushita et al. | Oct 2005 | B1 |
6963937 | Kamper et al. | Nov 2005 | B1 |
6970160 | Mulligan et al. | Nov 2005 | B2 |
6972749 | Hinckley et al. | Dec 2005 | B2 |
6972776 | Davis et al. | Dec 2005 | B2 |
6975306 | Hinckley et al. | Dec 2005 | B2 |
6985137 | Kaikuranta | Jan 2006 | B2 |
6985178 | Morita et al. | Jan 2006 | B1 |
7009599 | Pihlaja | Mar 2006 | B2 |
7009626 | Anwar | Mar 2006 | B2 |
7013435 | Gallo et al. | Mar 2006 | B2 |
7015894 | Morohoshi | Mar 2006 | B2 |
7023427 | Kraus et al. | Apr 2006 | B2 |
7030860 | Hsu et al. | Apr 2006 | B1 |
7030861 | Westerman et al. | Apr 2006 | B1 |
7030862 | Nozaki | Apr 2006 | B2 |
7046230 | Zadesky et al. | May 2006 | B2 |
7061474 | Hinckley et al. | Jun 2006 | B2 |
7075512 | Fabre et al. | Jul 2006 | B1 |
7081886 | Nakano et al. | Jul 2006 | B2 |
7084859 | Pryor | Aug 2006 | B1 |
7088374 | David et al. | Aug 2006 | B2 |
7102626 | Denny, III | Sep 2006 | B2 |
7109978 | Gillespie et al. | Sep 2006 | B2 |
7117453 | Drucker et al. | Oct 2006 | B2 |
7138983 | Wakai et al. | Nov 2006 | B2 |
7152210 | Van Den Hoven et al. | Dec 2006 | B1 |
7154534 | Seki et al. | Dec 2006 | B2 |
7155048 | Ohara | Dec 2006 | B2 |
7173623 | Calkins et al. | Feb 2007 | B2 |
7180500 | Marvit et al. | Feb 2007 | B2 |
7181373 | Le Cocq et al. | Feb 2007 | B2 |
7184064 | Zimmerman et al. | Feb 2007 | B2 |
7184796 | Karidis et al. | Feb 2007 | B2 |
7202857 | Hinckley et al. | Apr 2007 | B2 |
7240291 | Card et al. | Jul 2007 | B2 |
7254775 | Geaghan et al. | Aug 2007 | B2 |
7256767 | Wong et al. | Aug 2007 | B2 |
7283126 | Leung | Oct 2007 | B2 |
7337412 | Guido et al. | Feb 2008 | B2 |
RE40153 | Westerman et al. | Mar 2008 | E |
7339580 | Westerman et al. | Mar 2008 | B2 |
7355620 | Ikehata et al. | Apr 2008 | B2 |
7382139 | Mackey | Jun 2008 | B2 |
7385592 | Collins | Jun 2008 | B2 |
7411575 | Hill et al. | Aug 2008 | B2 |
7446783 | Grossman | Nov 2008 | B2 |
7450113 | Gillespie et al. | Nov 2008 | B2 |
7450114 | Anwar | Nov 2008 | B2 |
7469381 | Ording | Dec 2008 | B2 |
7479949 | Jobs et al. | Jan 2009 | B2 |
7487447 | Jerger | Feb 2009 | B1 |
7499027 | Brigham et al. | Mar 2009 | B2 |
7508375 | Liu | Mar 2009 | B2 |
7511702 | Hotelling | Mar 2009 | B2 |
7532205 | Gillespie et al. | May 2009 | B2 |
7561159 | Abel et al. | Jul 2009 | B2 |
7564448 | Yi | Jul 2009 | B2 |
7576732 | Lii | Aug 2009 | B2 |
7598949 | Han | Oct 2009 | B2 |
7612786 | Vale et al. | Nov 2009 | B2 |
7614008 | Ording | Nov 2009 | B2 |
7614019 | Rimas Ribikauskas et al. | Nov 2009 | B2 |
7653883 | Hotelling et al. | Jan 2010 | B2 |
7658675 | Hotta | Feb 2010 | B2 |
7663607 | Hotelling et al. | Feb 2010 | B2 |
7673255 | Schechter et al. | Mar 2010 | B2 |
7701442 | Wong et al. | Apr 2010 | B2 |
7719523 | Hillis | May 2010 | B2 |
7724242 | Hillis et al. | May 2010 | B2 |
7728821 | Hillis et al. | Jun 2010 | B2 |
7735016 | Celik et al. | Jun 2010 | B2 |
7750893 | Hashimoto et al. | Jul 2010 | B2 |
7786975 | Ording et al. | Aug 2010 | B2 |
7812826 | Ording et al. | Oct 2010 | B2 |
7839391 | Varian et al. | Nov 2010 | B2 |
7843427 | Ording et al. | Nov 2010 | B2 |
7843429 | Pryor | Nov 2010 | B2 |
7844913 | Amano et al. | Nov 2010 | B2 |
7844915 | Platzer et al. | Nov 2010 | B2 |
7864037 | Miller | Jan 2011 | B2 |
7872640 | Lira | Jan 2011 | B2 |
7872652 | Platzer et al. | Jan 2011 | B2 |
7900156 | Andre et al. | Mar 2011 | B2 |
7903115 | Platzer et al. | Mar 2011 | B2 |
7907124 | Hillis et al. | Mar 2011 | B2 |
7907125 | Weiss et al. | Mar 2011 | B2 |
7924271 | Christie et al. | Apr 2011 | B2 |
7925996 | Hofmeister et al. | Apr 2011 | B2 |
7941760 | Kocienda et al. | May 2011 | B2 |
7956847 | Christie | Jun 2011 | B2 |
7962862 | Kulp et al. | Jun 2011 | B2 |
7966578 | Tolmasky et al. | Jun 2011 | B2 |
7995030 | Joung et al. | Aug 2011 | B2 |
8051406 | Knight et al. | Nov 2011 | B2 |
8091045 | Christie et al. | Jan 2012 | B2 |
8112299 | Kim et al. | Feb 2012 | B2 |
8115744 | Kong et al. | Feb 2012 | B2 |
8135171 | Ho et al. | Mar 2012 | B2 |
8140570 | Ingrassia et al. | Mar 2012 | B2 |
8171432 | Matas et al. | May 2012 | B2 |
8174502 | Bolsinga et al. | May 2012 | B2 |
8214768 | Boule et al. | Jul 2012 | B2 |
8239784 | Hotelling et al. | Aug 2012 | B2 |
8253695 | Ganatra et al. | Aug 2012 | B2 |
8285499 | Moore et al. | Oct 2012 | B2 |
8289289 | Rimon et al. | Oct 2012 | B2 |
8291344 | Chaudhri | Oct 2012 | B2 |
8296332 | Boley et al. | Oct 2012 | B2 |
8310459 | Nurmi | Nov 2012 | B2 |
8314775 | Westerman et al. | Nov 2012 | B2 |
8428893 | Moore et al. | Apr 2013 | B2 |
8489783 | Wilson | Jul 2013 | B2 |
8560975 | Beaver et al. | Oct 2013 | B2 |
8566044 | Shaffer et al. | Oct 2013 | B2 |
8566045 | Shaffer et al. | Oct 2013 | B2 |
8570277 | Rekimoto | Oct 2013 | B2 |
8645827 | Beaver et al. | Feb 2014 | B2 |
8661363 | Platzer et al. | Feb 2014 | B2 |
8682602 | Moore et al. | Mar 2014 | B2 |
9037995 | Platzer et al. | May 2015 | B2 |
9448712 | Platzer et al. | Sep 2016 | B2 |
20010009033 | Morisaki et al. | Jul 2001 | A1 |
20010011998 | Agata et al. | Aug 2001 | A1 |
20010012001 | Rekimoto et al. | Aug 2001 | A1 |
20010028369 | Gallo et al. | Oct 2001 | A1 |
20010035880 | Musatov et al. | Nov 2001 | A1 |
20010045949 | Chithambaram et al. | Nov 2001 | A1 |
20020015024 | Westerman et al. | Feb 2002 | A1 |
20020015064 | Robotham et al. | Feb 2002 | A1 |
20020018051 | Singh | Feb 2002 | A1 |
20020036618 | Wakai et al. | Mar 2002 | A1 |
20020056575 | Keely et al. | May 2002 | A1 |
20020067346 | Mouton | Jun 2002 | A1 |
20020130839 | Wallace et al. | Sep 2002 | A1 |
20020158838 | Smith et al. | Oct 2002 | A1 |
20020191029 | Gillespie et al. | Dec 2002 | A1 |
20020194589 | Cristofalo et al. | Dec 2002 | A1 |
20030016252 | Noy et al. | Jan 2003 | A1 |
20030071850 | Geidl | Apr 2003 | A1 |
20030071858 | Morohoshi | Apr 2003 | A1 |
20030080946 | Chuang | May 2003 | A1 |
20030085870 | Hinckley | May 2003 | A1 |
20030095096 | Robbin et al. | May 2003 | A1 |
20030095135 | Kaasila et al. | May 2003 | A1 |
20030095697 | Wood et al. | May 2003 | A1 |
20030122787 | Zimmerman et al. | Jul 2003 | A1 |
20030132959 | Simister et al. | Jul 2003 | A1 |
20030146941 | Bailey et al. | Aug 2003 | A1 |
20030159567 | Subotnick | Aug 2003 | A1 |
20030160832 | Ridgley et al. | Aug 2003 | A1 |
20030167119 | Cherveny | Sep 2003 | A1 |
20030174149 | Fujisaki et al. | Sep 2003 | A1 |
20030184525 | Tsai | Oct 2003 | A1 |
20030184593 | Dunlop | Oct 2003 | A1 |
20030193481 | Sokolsky | Oct 2003 | A1 |
20030197689 | May | Oct 2003 | A1 |
20030210258 | Williams | Nov 2003 | A1 |
20030222917 | Trantow | Dec 2003 | A1 |
20030231168 | Bell et al. | Dec 2003 | A1 |
20040001627 | Simmons et al. | Jan 2004 | A1 |
20040012572 | Sowden et al. | Jan 2004 | A1 |
20040021676 | Chen et al. | Feb 2004 | A1 |
20040021694 | Doar | Feb 2004 | A1 |
20040021698 | Baldwin et al. | Feb 2004 | A1 |
20040027398 | Jaeger | Feb 2004 | A1 |
20040034801 | Jaeger | Feb 2004 | A1 |
20040039474 | Kontani | Feb 2004 | A1 |
20040056837 | Koga et al. | Mar 2004 | A1 |
20040070573 | Graham | Apr 2004 | A1 |
20040080541 | Saiga et al. | Apr 2004 | A1 |
20040095387 | Demsey et al. | May 2004 | A1 |
20040100479 | Nakano et al. | May 2004 | A1 |
20040108995 | Hoshino et al. | Jun 2004 | A1 |
20040119700 | Ichikawa | Jun 2004 | A1 |
20040125136 | Wallenius | Jul 2004 | A1 |
20040135817 | Daughtery et al. | Jul 2004 | A1 |
20040155888 | Padgitt et al. | Aug 2004 | A1 |
20040160419 | Padgitt | Aug 2004 | A1 |
20040160420 | Baharav et al. | Aug 2004 | A1 |
20040161132 | Cohen et al. | Aug 2004 | A1 |
20040167919 | Sterling et al. | Aug 2004 | A1 |
20040189720 | Wilson et al. | Sep 2004 | A1 |
20040210847 | Berson et al. | Oct 2004 | A1 |
20040215643 | Brechner et al. | Oct 2004 | A1 |
20040222992 | Calkins et al. | Nov 2004 | A1 |
20040224638 | Fadell et al. | Nov 2004 | A1 |
20040263486 | Seni | Dec 2004 | A1 |
20050005241 | Hunleth et al. | Jan 2005 | A1 |
20050008343 | Frohlich et al. | Jan 2005 | A1 |
20050012723 | Pallakoff | Jan 2005 | A1 |
20050017957 | Yi | Jan 2005 | A1 |
20050024341 | Gillespie et al. | Feb 2005 | A1 |
20050027666 | Beck et al. | Feb 2005 | A1 |
20050030255 | Chiu et al. | Feb 2005 | A1 |
20050041385 | Kikinis et al. | Feb 2005 | A1 |
20050046621 | Kaikuranta | Mar 2005 | A1 |
20050052427 | Wu et al. | Mar 2005 | A1 |
20050057524 | Hill et al. | Mar 2005 | A1 |
20050088418 | Nguyen | Apr 2005 | A1 |
20050088443 | Blanco et al. | Apr 2005 | A1 |
20050093868 | Hinckley | May 2005 | A1 |
20050110769 | DaCosta et al. | May 2005 | A1 |
20050114788 | Fabritius | May 2005 | A1 |
20050122806 | Arakawa et al. | Jun 2005 | A1 |
20050145807 | Lapstun et al. | Jul 2005 | A1 |
20050162402 | Watanachote | Jul 2005 | A1 |
20050168353 | Dement et al. | Aug 2005 | A1 |
20050168488 | Montague | Aug 2005 | A1 |
20050179648 | Barabe et al. | Aug 2005 | A1 |
20050183035 | Ringel et al. | Aug 2005 | A1 |
20050190144 | Kong | Sep 2005 | A1 |
20050193015 | Logston et al. | Sep 2005 | A1 |
20050193351 | Huoviala | Sep 2005 | A1 |
20050195154 | Robbins et al. | Sep 2005 | A1 |
20050198588 | Lin et al. | Sep 2005 | A1 |
20050210419 | Kela et al. | Sep 2005 | A1 |
20050212754 | Marvit et al. | Sep 2005 | A1 |
20050237308 | Autio et al. | Oct 2005 | A1 |
20050268247 | Baneth | Dec 2005 | A1 |
20050270269 | Tokkonen | Dec 2005 | A1 |
20050275618 | Juh et al. | Dec 2005 | A1 |
20050275636 | Dehlin et al. | Dec 2005 | A1 |
20060001650 | Robbins et al. | Jan 2006 | A1 |
20060001652 | Chiu et al. | Jan 2006 | A1 |
20060007174 | Shen | Jan 2006 | A1 |
20060007176 | Shen | Jan 2006 | A1 |
20060007178 | Davis | Jan 2006 | A1 |
20060010400 | Dehlin et al. | Jan 2006 | A1 |
20060022955 | Kennedy | Feb 2006 | A1 |
20060022956 | Lengeling et al. | Feb 2006 | A1 |
20060025218 | Hotta | Feb 2006 | A1 |
20060026521 | Hotelling et al. | Feb 2006 | A1 |
20060026535 | Hotelling et al. | Feb 2006 | A1 |
20060026536 | Hotelling et al. | Feb 2006 | A1 |
20060026676 | O'Donoghue | Feb 2006 | A1 |
20060028428 | Dai et al. | Feb 2006 | A1 |
20060028455 | Hinckley et al. | Feb 2006 | A1 |
20060031786 | Hillis et al. | Feb 2006 | A1 |
20060033751 | Keely et al. | Feb 2006 | A1 |
20060036955 | Baudisch et al. | Feb 2006 | A1 |
20060038796 | Hinckley et al. | Feb 2006 | A1 |
20060044259 | Hotelling et al. | Mar 2006 | A1 |
20060047386 | Kanevsky et al. | Mar 2006 | A1 |
20060048073 | Jarrett et al. | Mar 2006 | A1 |
20060049920 | Sadler et al. | Mar 2006 | A1 |
20060055662 | Rimas-Ribikauskas et al. | Mar 2006 | A1 |
20060055669 | Das | Mar 2006 | A1 |
20060061551 | Fateh | Mar 2006 | A1 |
20060066588 | Lyon et al. | Mar 2006 | A1 |
20060077183 | Studt | Apr 2006 | A1 |
20060077544 | Stark | Apr 2006 | A1 |
20060082549 | Hoshino et al. | Apr 2006 | A1 |
20060084852 | Mason et al. | Apr 2006 | A1 |
20060092142 | Gillespie et al. | May 2006 | A1 |
20060094502 | Katayama et al. | May 2006 | A1 |
20060097991 | Hotelling et al. | May 2006 | A1 |
20060101354 | Hashimoto et al. | May 2006 | A1 |
20060112335 | Hofmeister et al. | May 2006 | A1 |
20060123353 | Matthews et al. | Jun 2006 | A1 |
20060125799 | Hillis et al. | Jun 2006 | A1 |
20060125803 | Westerman et al. | Jun 2006 | A1 |
20060132460 | Kolmykov-Zotov et al. | Jun 2006 | A1 |
20060136833 | Dettinger et al. | Jun 2006 | A1 |
20060156249 | Blythe et al. | Jul 2006 | A1 |
20060161871 | Hotelling et al. | Jul 2006 | A1 |
20060164399 | Cheston et al. | Jul 2006 | A1 |
20060181510 | Faith | Aug 2006 | A1 |
20060181519 | Vernier et al. | Aug 2006 | A1 |
20060187215 | Rosenberg et al. | Aug 2006 | A1 |
20060190833 | Sangiovanni et al. | Aug 2006 | A1 |
20060197753 | Hotelling | Sep 2006 | A1 |
20060202953 | Pryor et al. | Sep 2006 | A1 |
20060210958 | Rimas-Ribikauskas et al. | Sep 2006 | A1 |
20060227116 | Zotov et al. | Oct 2006 | A1 |
20060236263 | Bathiche et al. | Oct 2006 | A1 |
20060238495 | Davis | Oct 2006 | A1 |
20060242602 | Schechter et al. | Oct 2006 | A1 |
20060242607 | Hudson | Oct 2006 | A1 |
20060250358 | Wroblewski | Nov 2006 | A1 |
20060250377 | Zadesky et al. | Nov 2006 | A1 |
20060253793 | Zhai et al. | Nov 2006 | A1 |
20060267959 | Goto et al. | Nov 2006 | A1 |
20060279548 | Geaghan | Dec 2006 | A1 |
20060284792 | Foxlin | Dec 2006 | A1 |
20060288313 | Hillis | Dec 2006 | A1 |
20060294472 | Cheng et al. | Dec 2006 | A1 |
20070008066 | Fukuda | Jan 2007 | A1 |
20070013697 | Gilboa | Jan 2007 | A1 |
20070024646 | Saarinen et al. | Feb 2007 | A1 |
20070028191 | Tsuji | Feb 2007 | A1 |
20070035513 | Sherrard et al. | Feb 2007 | A1 |
20070036346 | Kwon | Feb 2007 | A1 |
20070046643 | Hillis et al. | Mar 2007 | A1 |
20070046646 | Kwon et al. | Mar 2007 | A1 |
20070050469 | Gupta et al. | Mar 2007 | A1 |
20070055967 | Poff et al. | Mar 2007 | A1 |
20070061126 | Russo et al. | Mar 2007 | A1 |
20070064004 | Bonner et al. | Mar 2007 | A1 |
20070064869 | Albert | Mar 2007 | A1 |
20070067745 | Choi et al. | Mar 2007 | A1 |
20070075965 | Huppi et al. | Apr 2007 | A1 |
20070081726 | Westerman et al. | Apr 2007 | A1 |
20070089069 | Hsieh et al. | Apr 2007 | A1 |
20070109275 | Chuang | May 2007 | A1 |
20070109279 | Sigona | May 2007 | A1 |
20070120835 | Sato | May 2007 | A1 |
20070132789 | Ording et al. | Jun 2007 | A1 |
20070146337 | Ording et al. | Jun 2007 | A1 |
20070149252 | Jobs et al. | Jun 2007 | A1 |
20070150826 | Anzures et al. | Jun 2007 | A1 |
20070150842 | Chaudhri et al. | Jun 2007 | A1 |
20070152976 | Townsend et al. | Jul 2007 | A1 |
20070152978 | Kocienda et al. | Jul 2007 | A1 |
20070152979 | Jobs et al. | Jul 2007 | A1 |
20070152984 | Ording et al. | Jul 2007 | A1 |
20070155434 | Jobs et al. | Jul 2007 | A1 |
20070156364 | Rothkopf | Jul 2007 | A1 |
20070157089 | Van Os et al. | Jul 2007 | A1 |
20070157094 | Lemay et al. | Jul 2007 | A1 |
20070174257 | Howard | Jul 2007 | A1 |
20070176903 | Dahlin et al. | Aug 2007 | A1 |
20070177803 | Elias et al. | Aug 2007 | A1 |
20070177804 | Elias et al. | Aug 2007 | A1 |
20070185876 | Mendis et al. | Aug 2007 | A1 |
20070198926 | Joguet et al. | Aug 2007 | A1 |
20070214462 | Boillot | Sep 2007 | A1 |
20070236475 | Wherry | Oct 2007 | A1 |
20070242056 | Engelhardt et al. | Oct 2007 | A1 |
20070242607 | Sadler et al. | Oct 2007 | A1 |
20070247435 | Benko et al. | Oct 2007 | A1 |
20070247442 | Andre et al. | Oct 2007 | A1 |
20070252821 | Hollemans et al. | Nov 2007 | A1 |
20070256026 | Klassen et al. | Nov 2007 | A1 |
20070257891 | Esenther et al. | Nov 2007 | A1 |
20070262964 | Zotov et al. | Nov 2007 | A1 |
20070277124 | Shin et al. | Nov 2007 | A1 |
20070288856 | Butlin et al. | Dec 2007 | A1 |
20070291009 | Wright et al. | Dec 2007 | A1 |
20080001923 | Hall et al. | Jan 2008 | A1 |
20080005703 | Radivojevic et al. | Jan 2008 | A1 |
20080012835 | Rimon et al. | Jan 2008 | A1 |
20080016096 | Wilding et al. | Jan 2008 | A1 |
20080028327 | Hirota et al. | Jan 2008 | A1 |
20080034029 | Fang et al. | Feb 2008 | A1 |
20080036743 | Westerman et al. | Feb 2008 | A1 |
20080043020 | Snow et al. | Feb 2008 | A1 |
20080046425 | Perski | Feb 2008 | A1 |
20080048978 | Trent et al. | Feb 2008 | A1 |
20080052945 | Matas et al. | Mar 2008 | A1 |
20080062207 | Park | Mar 2008 | A1 |
20080084400 | Rosenberg | Apr 2008 | A1 |
20080088602 | Hotelling | Apr 2008 | A1 |
20080094356 | Ording et al. | Apr 2008 | A1 |
20080094368 | Ording et al. | Apr 2008 | A1 |
20080094369 | Ganatra et al. | Apr 2008 | A1 |
20080094370 | Ording et al. | Apr 2008 | A1 |
20080104544 | Collins et al. | May 2008 | A1 |
20080114614 | Mahesh et al. | May 2008 | A1 |
20080120576 | Kariathungal et al. | May 2008 | A1 |
20080158191 | Yang et al. | Jul 2008 | A1 |
20080162751 | Wilson | Jul 2008 | A1 |
20080165132 | Weiss et al. | Jul 2008 | A1 |
20080165136 | Christie et al. | Jul 2008 | A1 |
20080165140 | Christie et al. | Jul 2008 | A1 |
20080165141 | Christie | Jul 2008 | A1 |
20080165160 | Kocienda et al. | Jul 2008 | A1 |
20080168388 | Decker | Jul 2008 | A1 |
20080168395 | Ording et al. | Jul 2008 | A1 |
20080168402 | Blumenberg | Jul 2008 | A1 |
20080168404 | Ording | Jul 2008 | A1 |
20080168405 | Tolmasky et al. | Jul 2008 | A1 |
20080172633 | Jeon et al. | Jul 2008 | A1 |
20080180404 | Han et al. | Jul 2008 | A1 |
20080204426 | Hotelling et al. | Aug 2008 | A1 |
20080207130 | Kunii | Aug 2008 | A1 |
20080218489 | Park et al. | Sep 2008 | A1 |
20080231610 | Hotelling et al. | Sep 2008 | A1 |
20080284925 | Han | Nov 2008 | A1 |
20090049388 | Taib et al. | Feb 2009 | A1 |
20090051671 | Konstas | Feb 2009 | A1 |
20090058830 | Herz et al. | Mar 2009 | A1 |
20090064047 | Shim et al. | Mar 2009 | A1 |
20090207140 | Hansson | Aug 2009 | A1 |
20090211891 | Lai et al. | Aug 2009 | A1 |
20090225037 | Williamson et al. | Sep 2009 | A1 |
20090225038 | Bolsinga et al. | Sep 2009 | A1 |
20090225039 | Williamson et al. | Sep 2009 | A1 |
20090228828 | Beatty et al. | Sep 2009 | A1 |
20090228901 | Beaver et al. | Sep 2009 | A1 |
20090231281 | Whytock et al. | Sep 2009 | A1 |
20090244020 | Sjolin | Oct 2009 | A1 |
20090251434 | Rimon et al. | Oct 2009 | A1 |
20090259969 | Pallakoff | Oct 2009 | A1 |
20090262087 | Kim | Oct 2009 | A1 |
20090273571 | Bowens | Nov 2009 | A1 |
20090282332 | Porat | Nov 2009 | A1 |
20090284479 | Dennis et al. | Nov 2009 | A1 |
20090307623 | Agarawala et al. | Dec 2009 | A1 |
20090309847 | Russell et al. | Dec 2009 | A1 |
20090322687 | Duncan et al. | Dec 2009 | A1 |
20090322699 | Hansson | Dec 2009 | A1 |
20090322700 | D'Souza et al. | Dec 2009 | A1 |
20100013676 | Do et al. | Jan 2010 | A1 |
20100020025 | Lemort et al. | Jan 2010 | A1 |
20100020221 | Tupman et al. | Jan 2010 | A1 |
20100030612 | Kim et al. | Feb 2010 | A1 |
20100046850 | Ho et al. | Feb 2010 | A1 |
20100085323 | Bogue | Apr 2010 | A1 |
20100107116 | Rieman et al. | Apr 2010 | A1 |
20100146458 | Wadekar | Jun 2010 | A1 |
20100149122 | Lin | Jun 2010 | A1 |
20100156804 | Young | Jun 2010 | A1 |
20100172624 | Watts | Jul 2010 | A1 |
20100177053 | Yasutake | Jul 2010 | A2 |
20100182248 | Chun | Jul 2010 | A1 |
20100235118 | Moore et al. | Sep 2010 | A1 |
20100245267 | Min et al. | Sep 2010 | A1 |
20100267449 | Gagner et al. | Oct 2010 | A1 |
20100281435 | Bangalore et al. | Nov 2010 | A1 |
20100283739 | Zhang et al. | Nov 2010 | A1 |
20100299594 | Zalewski et al. | Nov 2010 | A1 |
20100325575 | Platzer et al. | Dec 2010 | A1 |
20110037714 | Seo et al. | Feb 2011 | A1 |
20110047459 | Van Der Westhuizen | Feb 2011 | A1 |
20110069021 | Hill | Mar 2011 | A1 |
20110090257 | Ko et al. | Apr 2011 | A1 |
20110102336 | Seok et al. | May 2011 | A1 |
20110115745 | Cabrera Cordon et al. | May 2011 | A1 |
20110167391 | Momeyer et al. | Jul 2011 | A1 |
20110179380 | Shaffer et al. | Jul 2011 | A1 |
20110179386 | Shaffer et al. | Jul 2011 | A1 |
20110179387 | Shaffer et al. | Jul 2011 | A1 |
20110181526 | Shaffer et al. | Jul 2011 | A1 |
20110252306 | Williamson et al. | Oct 2011 | A1 |
20110252307 | Williamson et al. | Oct 2011 | A1 |
20110252368 | Anzures et al. | Oct 2011 | A1 |
20110291951 | Tong | Dec 2011 | A1 |
20110295596 | Hung et al. | Dec 2011 | A1 |
20110310046 | Beaver et al. | Dec 2011 | A1 |
20110310047 | Moore et al. | Dec 2011 | A1 |
20110314430 | Blumenberg | Dec 2011 | A1 |
20110321125 | Kyohgoku et al. | Dec 2011 | A1 |
20120023509 | Blumenberg | Jan 2012 | A1 |
20120278725 | Gordon et al. | Nov 2012 | A1 |
20130009986 | Shah et al. | Jan 2013 | A1 |
20130016039 | Moore et al. | Jan 2013 | A1 |
20130069899 | Beaver et al. | Mar 2013 | A1 |
Number | Date | Country |
---|---|---|
2007283771 | Apr 2008 | AU |
2755443 | Sep 2010 | CA |
1326564 | Dec 2001 | CN |
1422481 | Jun 2003 | CN |
1695105 | Nov 2005 | CN |
1704886 | Dec 2005 | CN |
1754141 | Mar 2006 | CN |
1797308 | Jul 2006 | CN |
1841284 | Oct 2006 | CN |
1845046 | Oct 2006 | CN |
1860429 | Nov 2006 | CN |
1967458 | May 2007 | CN |
101410781 | Apr 2009 | CN |
101526880 | Sep 2009 | CN |
101727240 | Jun 2010 | CN |
102008052485 | Apr 2010 | DE |
269364 | Jun 1988 | EP |
450196 | Oct 1991 | EP |
538705 | Apr 1993 | EP |
609021 | Aug 1994 | EP |
622722 | Nov 1994 | EP |
626635 | Nov 1994 | EP |
635779 | Jan 1995 | EP |
701220 | Mar 1996 | EP |
712825 | May 1996 | EP |
725331 | Aug 1996 | EP |
827094 | Mar 1998 | EP |
880091 | Nov 1998 | EP |
944218 | Sep 1999 | EP |
1517228 | Mar 2005 | EP |
1517228 | Mar 2005 | EP |
2031837 | Mar 2009 | EP |
2141576 | Jan 2010 | EP |
1964022 | Mar 2010 | EP |
2184673 | May 2010 | EP |
2390766 | Nov 2011 | EP |
1517521 | Jul 1978 | GB |
2319591 | May 1998 | GB |
2327558 | Jan 1999 | GB |
2347200 | Aug 2000 | GB |
2351215 | Dec 2000 | GB |
2351639 | Jan 2001 | GB |
2373778 | Oct 2002 | GB |
2404547 | Feb 2005 | GB |
63167923 | Jul 1988 | JP |
1142818 | Jun 1989 | JP |
2140822 | May 1990 | JP |
3271976 | Dec 1991 | JP |
5298002 | Nov 1993 | JP |
6161661 | Jun 1994 | JP |
7230352 | Aug 1995 | JP |
8076926 | Mar 1996 | JP |
9231004 | Sep 1997 | JP |
10500509 | Jan 1998 | JP |
10141974 | May 1998 | JP |
11126149 | May 1999 | JP |
2000501526 | Feb 2000 | JP |
2000137555 | May 2000 | JP |
2000137564 | May 2000 | JP |
2000163031 | Jun 2000 | JP |
2000163193 | Jun 2000 | JP |
2000163443 | Jun 2000 | JP |
2000163444 | Jun 2000 | JP |
2000222130 | Aug 2000 | JP |
2000322495 | Nov 2000 | JP |
2001290585 | Oct 2001 | JP |
2002254614 | Sep 2002 | JP |
2002342033 | Nov 2002 | JP |
2003296024 | Oct 2003 | JP |
2003330613 | Nov 2003 | JP |
2005056286 | Mar 2005 | JP |
2005082086 | Mar 2005 | JP |
2005234199 | Sep 2005 | JP |
2005234291 | Sep 2005 | JP |
2005242669 | Sep 2005 | JP |
2005322088 | Nov 2005 | JP |
2006102275 | Apr 2006 | JP |
2008508601 | Mar 2008 | JP |
2008146165 | Jun 2008 | JP |
2008312153 | Dec 2008 | JP |
2010503124 | Jan 2010 | JP |
2010503125 | Jan 2010 | JP |
4542637 | Sep 2010 | JP |
2012014299 | Jan 2012 | JP |
1020020095992 | Dec 2002 | KR |
1020040071767 | Aug 2004 | KR |
1020090057304 | Jun 2009 | KR |
1020090057421 | Jun 2009 | KR |
9429788 | Dec 1994 | WO |
9806054 | Feb 1998 | WO |
9807112 | Feb 1998 | WO |
9928812 | Jun 1999 | WO |
9940562 | Aug 1999 | WO |
9957630 | Nov 1999 | WO |
0038042 | Jun 2000 | WO |
0129702 | Apr 2001 | WO |
0177792 | Oct 2001 | WO |
0201338 | Jan 2002 | WO |
0208881 | Jan 2002 | WO |
0213176 | Feb 2002 | WO |
0221338 | Mar 2002 | WO |
03054681 | Jul 2003 | WO |
03060622 | Jul 2003 | WO |
03081458 | Oct 2003 | WO |
2004001560 | Dec 2003 | WO |
2005052773 | Jun 2005 | WO |
2006003590 | Jan 2006 | WO |
2006003591 | Jan 2006 | WO |
2006020304 | Feb 2006 | WO |
2006020305 | Feb 2006 | WO |
2006045530 | May 2006 | WO |
2006067711 | Jun 2006 | WO |
2006094308 | Sep 2006 | WO |
2006128248 | Dec 2006 | WO |
2007037806 | Apr 2007 | WO |
2007067858 | Jun 2007 | WO |
2007079425 | Jul 2007 | WO |
2007089766 | Aug 2007 | WO |
2008020446 | Feb 2008 | WO |
2008030563 | Mar 2008 | WO |
2008030779 | Mar 2008 | WO |
2008030879 | Mar 2008 | WO |
2008030880 | Mar 2008 | WO |
2008085846 | Jul 2008 | WO |
2008085848 | Jul 2008 | WO |
2008085855 | Jul 2008 | WO |
2008085871 | Jul 2008 | WO |
2008085877 | Jul 2008 | WO |
2008086218 | Jul 2008 | WO |
2008148021 | Dec 2008 | WO |
2009018314 | Feb 2009 | WO |
2009111189 | Sep 2009 | WO |
2009111458 | Sep 2009 | WO |
2009111460 | Sep 2009 | WO |
2009111469 | Sep 2009 | WO |
2011045805 | Apr 2011 | WO |
Entry |
---|
Office Action received for Chinese Patent Application No. 201610079785.5, dated May 31, 2018, 13 pages (5 pages of English Translation and 8 pages of Official Copy). |
Intention to Grant received for European Patent Application 17165715.8, dated Sep. 26, 2018, 7 pages. |
Advisory Action received for U.S. Appl. No. 90/012,332, dated Nov. 20, 2013, 10 pages. |
Decision to Grant received for European Patent Application No. 08712964.9, dated Apr. 13, 2017, 2 pages. |
Third Party Rejection received for U.S. Appl. No. 90/012,332, dated May 30, 2012, 200 pages. |
Decision to Grant received for European Patent Application 17165715.8, dated Feb. 14, 2019, 2 pages. |
Apple Inc. vs. Samsung Electronics Co. Ltd. et al., Judgment in Interlocutory proceeding, Case No. 396957/KG ZA 11-730, civil law sector,, , Aug. 24, 2011, pp. 1-65. |
Apple Inc. vs. Samsung Electronics Co. Ltd. et al., Samsung's Motion to Supplement Invalidity Contentions, Case No. 11-cv-01846-LHK, filed Jan. 27, 2012 together with Exhibit 6, , Jan. 27, 2012, 47 pages. |
Apple Inc. vs. Samsung Electronics Co. Ltd. et al., Samsung's Patent Local Rule 3-3 and 3-4 Disclosures, Case No. 11-cv-01846-LHK, dated Oct. 7, 2011, together with Exhibits G-1 through G-7 and Exhibit H, , Oct. 7, 2011, 287 pages. |
Corrected Notice of Commission Determination Not to Review an Initial Determination Terminating the Investigation as to Certain Asserted Patient Claims: ITC Inv. No. 337-TA-797, Jun. 22, 2012. |
Flash to the Core Website, http://flashtothecore.praystation.com, 2002. |
Flashloaded SlideMem Website, http://flashloaded.com/flashcomponents/slidemem/, 2007. |
Flashloaded SlideMenu Date, Flashloaded.com, 2007. |
HTC Europe Co. Ltd and Apple Inc. Invalidity Claim dated Apr. 5, 2012, together with annexes, , Apr. 5, 2012, 12 pages. |
HTC Europe Co. Ltd and Apple Inc. invalidity Claim dated Jul. 29, 2011, together with amended Particulars of Claim and amended Grounds of Invalidity, , Jul. 29, 2011, 22 pages. |
Microsoft Word 2003 Screenshots, 1983-2003, 2 pages. |
Motorola Mobility Opposition Grounds to Apple Inc. European Patent EP 2126678 dated Apr. 11, 2012, together with Exhibits E3, E4, and E5 re: CHT 2005, Apr. 2-7, 2005, Portland Oregon, USA, Apr. 2012, 53 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,067, dated Oct. 15, 2010, 4 pages. |
Notice of Allowance received for Chinese Patent Application No. 201310073437.3, dated May 10, 2016, 4 pages (2 pages of English Translation and 2 pages of Official Copy). |
Notice of Allowance received for U.S. Appl. No. 14/712,637, dated May 12, 2016, 10 pages. |
Notice of Allowance received for U.S. Appl. No. 14/712,637, dated Jun. 28, 2016, 2 pages. |
Notice of Appeal in Expedited Appeal in Summary Proceedings dated Sep. 14, 2011, pp. 1-51. |
Order Contruing Disputed Claim terms of U.S. Pat. No. 7,844,915 (DI 849): Apple Inc. v. Samsung Electronics Co. Ltd, et al., 5:11-cv-01846 (N.D.Cal). |
Order Denying Motion for Summary Judgment (DI 1158): Apple Inc. v. Samsung Electronics Co. Ltd, et al., 5:11-cv-01846 (N.D. Cal). |
Order No. 52: Initial Determination Granting Renewed Motion to Terminate Investigation With Respect to Certain Claims: ITC Inv. No. 337-TA-797. |
ORder No. 57: Construing the Terms of the Asserted Claims of the Patents at Issue: ITC Inv. No. 337-TA-797. |
Order No. 58: Initial Determination Granting Motion to Terminate Investigation with Respect to Certain Claims: ITC Inv. No. 337-TA-797. |
PlasmaplugsScrollBar Website, 2006. |
Pleading notes Mr B.J. Berghuis van Woortman, in matter of Apple Inc. vs Samsung Electronics, Case No. KG ZA 11-730 and KG ZA 11-731, Aug. 10-11, 2010, pp. 1-16. |
Pleading notes Mr Kleemans, Mr Blomme and Mr Van Oorschot, in matter of Apple Inc. vs Samsung Electronics, Case No. KG ZA 11-730 and KG ZA 11-731, Aug. 10, 2011, 35 pages. |
Samsung Electronics GmbH vs Apple Inc., “List scrolling and document translation, scaling and rotation on a touch-screen display”, Opposition, Jan. 30, 2012, 27 pages. |
Samsung Electronics vs Apple Inc., Statement of Defense Also Counterclaim, Case No. KG ZA 2011-730, Jul. 20, 2011, 44 pages. |
Samsung Electronics vs Apple Inc., Statement of Defense Also Counterclaim, Case No. KG ZA 2011-731, Jul. 20, 2011, 48 pages. |
Scroll Movie with Inertia, Flash Kit, Aug. 28, 2005, pp. 1-5. |
Summon to attend Oral Proceedings received for European Patent Application No. 08712964.9, dated May 12, 2016, 6 pages. |
Teleprompter-VBForums, 2003. |
Office Action received for European Patent Application No. 08705471.4, dated Dec. 19, 2011, 6 pages. |
Summons to Attend Oral Proceedings received for European Patent Application No. 08705751.9, dated Oct. 28, 2011, , Oct. 28, 2011, 9 pages. |
Office Action received for European Patent Application No. 08712946.6, dated Oct. 20, 2014, 6 pages. |
Office Action received for European Patent Application No. 08712946.6, dated Oct. 30, 2012, 20 pages. |
Office Action received for European Patent Application No. 08712964.9, dated Jan. 20, 2015, 8 pages. |
Office Action received for European Patent Application No. 08712964.9, dated Nov. 26, 2012, 6 pages. |
Decision to Grant received for European Patent Application No. 08713567.9, dated Oct. 7, 2011, 1 page. |
Office Action received for European Application No. 08713567.9, dated Dec. 29, 2009, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 09154313.2, dated Apr. 21, 2009, 6 pages. |
Office Action received for European Patent Application No. 09154313.2, dated Feb. 12, 2010, 1 page. |
Summons to Attend Oral Proceedings received for European Patent Application No. 09154313.2, dated May 15, 2013, 30 pages. |
Office Action received for European Patent Application No. 09700006.1, dated Oct. 15, 2010, 4 pages. |
Summons to Attend Oral Proceedings received for European Patent Application No. 09700006.1, dated Mar. 7, 2013, 5 pages. |
Office Action received for European Patent Application No. 09700007.9, dated Aug. 28, 2014, 8 pages. |
Office Action received for European Patent Application No. 09700007.9, dated Mar. 9, 2012, 7 pages. |
Office Action received for European Patent Application No. 09700007.9, dated Nov. 26, 2010, 5 pages. |
Summons to Attend Oral Proceeding received for European Patent Application No. 09700007.9, dated Oct. 30, 2013, 5 pages. |
Summons to Attend Oral Proceedings received for European Patent Application No. 09700008.7, dated Mar. 27, 2013, 4 pages. |
Office Action received for Taiwan Patent Application No. 100147539, dated Apr. 8, 2014, 12 pages (5 pages of English Translation and 7 pages of Official copy). |
Certificate of Grant received for Hong Kong Patent Application No. 10103983.1, dated Feb. 3, 2012, 5 pages. |
Office Action received for Korean Patent Application No. 10-2009-7003574, dated Aug. 27, 2009, 1 page (English Translation only). |
Notice of Allowance received for Korean Patent Application No. 10-2009-7007114, dated Apr. 26, 2013, 2 pages (Official Copy only). |
Notice of Allowance received for Korean Patent Application No. 10-2011-7024288, dated May 29, 2013, , May 29, 2013, 2 pages (Official copy only). |
Office Action received for Korean Patent Application No. 10-2012-7022239, dated Apr. 30, 2014, 5 pages (2 pages of English Translation and 3 pages of official copy). |
Office Action received for Korean Patent Application No. 10-2012-7029618, dated Dec. 5, 2013, 4 pages (English Translation only). |
Office Action received for Korean Patent Application No. 10-2013-7000337, dated Apr. 28, 2014, 7 pages (3 pages of English Translation and 4 pages of Official Copy). |
Office Action received for Korean Patent Application No. 10-2013-7000337, dated Jun. 25, 2013, 7 pages (3 pages of English Translation and 4 pges of Official Copy). |
Office Action received for Korean Patent Application No. 10-2013-7019463, dated Jun. 26, 2014, 6 pages (2 pages of English Translation and 4 pages of Official copy). |
Office Action received for European Patent Application No. 10712825.8, dated Jun. 19, 2013, 5 pages. |
Final Office Action received for U.S. Appl. No. 11/620,709, dated Nov. 13, 2009, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,709, dated Apr. 1, 2009, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,709, dated Jun. 9, 2010, 8 pages. |
Non-Final Office Action Received for U.S. Appl. No. 11/620,710, dated Jul. 21, 2010, 28 pages. |
Final Office Action received for U.S. Appl. No. 11/620,715, dated Mar. 1, 2013, 15 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,715, dated Aug. 29, 2012, 16 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,717, dated Dec. 29, 2009, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,717, dated Jul. 8, 2009, 6 pages. |
Notice of Allowance received for U.S. Appl. No. 11/620,717, dated Jul. 20, 2010, 11 pages. |
Final Office Action received for U.S. Appl. No. 11/620,720, dated Jun. 23, 2009, 17 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,720, dated Dec. 23, 2008, 18 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,720, dated Nov. 18, 2009, 17 pages. |
Final Office Action received for U.S. Appl. No. 11/620,723, dated Nov. 17, 2009, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,723, dated Apr. 1, 2009, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,723, dated Jun. 8, 2010, 8 pages. |
Final Office Action received for U.S. Appl. No. 11/620,727, dated Mar. 12, 2012, 20 pages. |
Final Office Action received for U.S. Appl. No. 11/620,727, dated Mar. 7, 2013, 23 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,727, dated Aug. 15, 2012, 19 pages. |
Non-Final Office Action received for U.S. Appl. No. 11/620,727, dated Nov. 4, 2011, 15 pages. |
Examiner's Amendment received for U.S. Appl. No. 11/956,969, dated Oct. 29, 2008, 6 pages. |
Notice of Allowance received for U.S. Appl. No. 11/956,969, dated Oct. 29, 2008, 6 pages. |
Certificate of Grant received for Hong-Kong Patent Application No. 11110416.2, dated Nov. 30, 2012, 1 page. |
Decision to Grant received for European Patent Application No, 11150786.9 , dated Jul. 26, 2012, 2 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11150786.9, dated Mar. 2, 2011, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11150788.5, dated Mar. 1, 2011, 6 pages. |
Office Action received for European Patent Application No. 11150788.5, dated May 9, 2014, 6 pages. |
Extended European Search Report (includes European Search Report and European Search Opinion) received for European Patent Application No. 11152015.1, dated May 20, 2011, 9 pages. |
Office Action received for European Patent Application No. 11152015.1, dated Jul. 26, 2013, 6 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11182954.5, dated Nov. 29, 2011, 6 pages. |
European Search Report received for European Patent Application No. 11182959.4, dated Nov. 30, 2011, 7 pages. |
European Search Report received for European Patent Application No. 11182962.8, dated Dec. 1, 2011, 8 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11182963.6, dated Dec. 1, 2011, 7 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184167.2, dated Nov. 23, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184167.2, dated May 14, 2014, 6 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184169.8, dated Nov. 24, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184169.8, dated May 14, 2014, 6 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184170.6, dated Nov. 18, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184170.6, dated May 16, 2014, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184172.2, dated Nov. 18, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184172.2, dated May 16, 2014, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184186.2, dated Dec. 7, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184186.2, dated Mar. 20, 2014, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184222.5, dated Jan. 13, 2012, 7 pages. |
Office Action received for European Patent Application No. 11184222.5, dated Sep. 12, 2012, 4 pages. |
Summons to Attend Oral Proceedings received for European Patent Application No. 11184222.5, dated Oct. 30, 2013, 5 pages. |
Extended European Search Report (includes Patrial European Search Report and European Search Opinion) received for European Patent Application No. 11184223.3, dated Jan. 13, 2012, 7 pages. |
Office Action received for European Patent Application No. 11184223.3, dated Sep. 12, 2012, 4 pages. |
Summons to Attend Oral Proceeding received for European Patent Application No. 11184223.3, dated Oct. 30, 2013, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184224.1, dated Jan. 13, 2012, 7 pages. |
Office Action received for European Patent Application No. 11184224.1, dated Sep. 12, 2012, 4 pages. |
Summons to Attend Oral Proceeding received for European Patent Application No. 11184224.1, dated Oct. 30, 2013, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184226.6, dated Jan. 13, 2012, 7 pages. |
Office Action received for European Patent Application No. 11184226.6, dated Sep. 12, 2012, 5 pages. |
Summons to Attend Oral Proceeding received for European Patent Application No. 11184226.6, dated Oct. 30, 2013, 5 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 11184409.8, dated Nov. 30, 2011, 6 pages. |
Office Action received for European Patent Application No. 11184409.8, dated May 16, 2014, 6 pages. |
Office Action received for German Patent Application No. 112008000144.8, dated Oct. 29, 2010, 8 pages (4 pages of English translation and 4 pages of Official Copy). |
Office Action received for German Patent Application No. 112009000001.0, dated Oct. 19, 2010. |
Office Action received for German Patent Application No. 112009000001.0, dated Sep. 26, 2012, 5 pages. |
Office Action received for German Patent Application No. 112009000002.9, dated Sep. 26, 2012, 5 pages. |
Office Action received for German Patent Application No. 112009000003.7, dated Aug. 10, 2010, 3 pages of English Translation Only. |
Office Action received for German Patent Application No. 112009000003.7, dated Sep. 26, 2012, 5 pages. |
Office Action received for European Patent Application No. 11727371.4, dated Aug. 22, 2013, 6 pages. |
Office Action received for European Patent Application No. 11808779.0, dated Jul. 1, 2014, 5 pages. |
Final Office Action received for U.S. Appl. No. 12/042,067, dated Jul. 28, 2011, 13 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,067, dated Jan. 18, 2011, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,067, dated Mar. 14, 2013, 15 pages. |
Notice of Allowance received for U.S. Appl. No. 12/042,067, dated Dec. 6, 2013, 9 pages. |
Notice of Allowance received for U.S. Appl. No. 12/042,067, dated Sep. 27, 2013, 10 pages. |
Final Office Action received for U.S. Appl. No. 12/042,237, dated Jun. 2, 2011, 10 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,237, dated Dec. 30, 2010, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,237, dated Sep. 14, 2011, 8 pages. |
Notice of Allowance received for U.S. Appl. No. 12/042,237, dated Mar. 6, 2012, 8 pages. |
Final Office Action received for U.S. Appl. No. 12/042,299, dated Jul. 8, 2011, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,299, dated Jan. 4, 2011, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,299, dated May 3, 2012, 9 pages. |
Notice of Allowance received for U.S. Appl. No. 12/042,299, dated Dec. 12, 2012, 8 pages. |
Final Office Action received for U.S. Appl. No. 12/042,318, dated Sep. 15, 2011, 39 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/042,318, dated Feb. 16, 2011, 25 pages. |
Notice of Allowance received for U.S. Appl. No. 12/042,318, dated Dec. 16, 2013, 30 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/207,429, dated Mar. 30, 2012, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,805 , dated Oct. 11, 2011, 27 pages. |
Notice of Allowance received for U.S. Appl. No. 12/270,805, dated May 17, 2012, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,807 , dated Oct. 11, 2011, 26 pages. |
Notice of Allowance received for U.S. Appl. No. 12/270,807, dated May 11, 2012, 12 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,810 , dated Oct. 12, 2011, 12 pages. |
Notice of Allowance received for U.S. Appl. No. 12/270,810, dated Jul. 11, 2012, 17 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,812 , dated May 17, 2012, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,812 , dated Oct. 13, 2011, 12 pages. |
Notice of Allowance received for U.S. Appl. No. 12/270,812, dated Sep. 19, 2012, 20 pages. |
Final Office Action received for U.S. Appl. No. 12/270,815, dated Feb. 14, 2013, 12 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,815, dated May 17, 2012, 13 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/270,815, dated Oct. 11, 2011, 12 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/566,660, dated Dec. 9, 2011, 6 pages. |
Notice of Allowance received for U.S. Appl. No. 12/566,660, dated Jul. 26, 2012, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 12/566,660, dated May 24, 2012, 9 pages. |
Final Office Action received for U.S. Appl. No. 12/789,695, dated May 7, 2014, 17 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/789,695, dated Oct. 24, 2013, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/789,695, dated Mar. 4, 2013, 13 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/869,182, dated Jun. 20, 2012, 6 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/869,182, dated Oct. 24, 2011, 7 pages. |
Notice of Allowance received for U.S. Appl. No. 12/869,182, dated Dec. 12, 2012, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 12/869,182, dated Feb. 23, 2012, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 12/892,848, dated May 15, 2013, 10 pages. |
Final Office Action received for U.S. Appl. No. 12/892,851, dated Jul. 19, 2013, 12 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/892,851, dated Oct. 9, 2012, 11 pages. |
Non-Final Office Action received for U.S. Appl. No. 12/892,851, dated May 22, 2014, 11 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 12156394.4, dated Jun. 5, 2012, 6 pages. |
Office Action received for European Patent Application No. 12156394.4, dated Oct. 22, 2014, 6 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 12156395.1, dated Jun. 6, 2012, 6 pages. |
Office Action received for European Patent Application No. 12156395.1, dated Jul. 9, 2012, 8 pages. |
Office Action received for European Patent Application No. 12156395.1, dated Oct. 22, 2014, 6 pages. |
Extended European Search Report (includes Partial European Search Report and European Search Opinion) received for European Patent Application No. 12188748.3, dated Feb. 28, 2013, 8 pages. |
Office Action received for European Patent Application No. 12188748.3, dated Oct. 30, 2013, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 13/077,925, dated Jun. 27, 2013, 10 pages. |
Notice of Allowance received for U.S. Appl. No. 13/077,927, dated Jun. 13, 2013, 10 pages. |
Final Office Action received for U.S. Appl. No. 13/077,931, dated Sep. 9, 2013, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/077,931, dated Jul. 17, 2014, 21 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/077,931, dated Jan. 3, 2013, 13 pages. |
Notice of Allowance received for U.S. Appl. No. 13/077,931, dated Dec. 31, 2014, 8 pages. |
Final Office Action received for U.S. Appl. No. 13/084,472, dated Jun. 17, 2014, 31 pages. |
Final Office Action received for U.S. Appl. No. 13/084,472, dated Jun. 20, 2013, 20 pages. |
Non Final Office Action received for U.S. Appl. No. 13/084,472, dated Dec. 6, 2013, 24 pages. |
Non Final Office Action received for U.S. Appl. No. 13/084,472, dated Dec. 10, 2014, 25 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/084,472, dated Oct. 9, 2012, 14 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,624, dated Mar. 22, 2013, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,624, dated Nov. 21, 2012, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,624, dated Oct. 24, 2013, 8 pages. |
Notice of Allowance received for U.S. Appl. No. 13/163,624, dated May 12, 2014, 5 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,626, dated Nov. 26, 2012, 9 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,626, dated Mar. 20, 2013, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/163,626, dated Oct. 24, 2013, 8 pages. |
Notice of Allowance received for U.S. Appl. No. 13/163,626, dated Mar. 31, 2014, 5 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/221,827, dated Jun. 23, 2014, 19 pages. |
Notice of Allowance received for U.S. Appl. No. 13/221,830 dated Dec. 3, 2012, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 13/221,830, dated May 23, 2012, 8 pages. |
Final Office Action received for U.S. Appl. No. 13/221,836, dated May 15, 2013, 22 pages. |
Final Office Action received for U.S. Appl. No. 13/221,836, dated May 20, 2014, 36 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/221,836, dated Nov. 5, 2012, 16 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/221,836, dated Oct. 30, 2013, 31 pages. |
Final Office Action received for U.S. Appl. No. 13/221,837, dated Feb. 14, 2013, 13 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/221,837, dated Jul. 24, 2012, 13 pages. |
Examiner's Answer to Appeal Brief received for U.S. Appl. No. 13/251,121, dated Apr. 29, 2014, 41 pages. |
Final Office Action received for U.S. Appl. No. 13/251,121, dated Jul. 9, 2012, 21 pages. |
Final Office Action received for U.S. Appl. No. 13/251,121, dated Sep. 23, 2013, 24 pages. |
Non-Final Office Action Received for U.S. Appl. No. 13/251,121, dated Jan. 10, 2012, 16 pages. |
Non-Final Office Action Received for U.S. Appl. No. 13/251,121, dated May 1, 2013, 17 pages. |
Examiner's Answer to Appeal Brief received for U.S. Appl. No. 13/251,146, dated May 7, 2014, 43 pages. |
Final Office Action received for U.S. Appl. No. 13/251,146, dated Jun. 20, 2012, 14 pages. |
Final Office Action received for U.S. Appl. No. 13/251,146, dated Oct. 2, 2013, 20 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,146, dated Apr. 11, 2013, 15 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,146, dated Jan. 31, 2012, 16 pages. |
Examiner's Answer to Appeal Brief received for U.S. Appl. No. 13/251,150, dated Jun. 17, 2014, 48 pages. |
Final Office Action received for U.S. Appl. No. 13/251,150, dated Dec. 11, 2013, 43 pages. |
Final Office Action received for U.S. Appl. No. 13/251,150, dated Jul. 5, 2012, 27 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,150, dated Feb. 10, 2012, 23 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,150, dated Jun. 7, 2013, 34 pages. |
Examiner's Answer to Appeal Brief received for U.S. Appl. No. 13/251,152, dated May 21, 2014, 45 pages. |
Final Office Action received for U.S. Appl. No. 13/251,152, dated Jun. 20, 2012, 24 pages. |
Final Office Action received for U.S. Appl. No. 13/251,152, dated Oct. 18, 2013, 32 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,152, dated Apr. 23, 2013, 29 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/251,152, dated Jan. 20, 2012, 20 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/464,800, dated Jun. 18, 2012, 10 pages. |
Notice of Allowance received for U.S. Appl. No. 13/464,800, dated Dec. 19, 2012, 9 pages. |
Notice of Allowance received for U.S. Appl. No. 13/464,800, dated Nov. 13, 2012, 8 pages. |
Notice of Allowance received for U.S. Appl. No. 13/620,390, dated Jan. 15, 2014, 10 pages. |
Supplemental Notice of Allowance received for U.S. Appl. No. 13/620,390, dated Jan. 27, 2014, 2 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/670,378, dated Mar. 5, 2013, 28 pages. |
Notice of Allowance received for U.S. Appl. No. 13/670,378, dated Jul. 24, 2013, 18 pages. |
Non-Final Office Action received for U.S. Appl. No. 13/867,950, dated Jun. 26, 2013, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 13/867,950, dated Nov. 15, 2013, 7 pages. |
Notice of Allowance received for U.S. Appl. No. 13/867,950, dated Oct. 22, 2013, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 14/189,922, dated Sep. 24, 2014, 7 pages. |
Notice of Allowance received for U.S. Appl. No. 14/189,922, dated Apr. 7, 2015, 6 pages. |
Non Final Office Action received for U.S. Appl. No. 14/712,637, dated Sep. 23, 2015, 10 pages. |
Notice of Allowance received for Canadian Patent Application No. 2,755,443, dated Nov. 2, 2012, 1 page. |
Office Action received for Canadian Patent Application No. 2,759,090, dated Nov. 4, 2013, 3 pages. |
Office Action received for Canadian Patent Application No. 2,759,091, dated Nov. 7, 2013, 4 pages. |
Notice of Allowance received for Canadian Patent Application No. 2,817,648, dated Apr. 10, 2014, 1 page. |
Office Action received for Canadian Patent Application No. 2,817,890, dated Apr. 22, 2014, 3 pages. |
Office Action received for Dutch Patent Application No. 2007993, dated Jun. 2012, 6 pages (English Translation only). |
Office Action received for Australian Patent Application No. 2008100283, dated Jul. 1, 2008, 2 pages. |
Office Action received for Australian Patent Application No. 2008201540, dated Feb. 19, 2009, 2 pages. |
Office Action received for Australian Patent Application No. 2008201540, dated Jul. 15, 2009, 2 pages. |
Office Action received for Chinese Patent Application No. 200880000019.9, dated Feb. 18, 2013, 23 pages (12 pages of English Translation and 11 pages of Official Copy). |
Office Action received for Chinese Patent Application No. 200880000019.9, dated Jan. 5, 2012, 14 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 200880000019.9, dated Jul. 23, 2013, 7 pages (4 pages of English translation and 3 pages of Official copy). |
Office Action received for Chinese Patent Application No. 200880000019.9, dated Nov. 23, 2010, 13 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 200880000019.9, dated Sep. 20, 2012, 22 pages (13 pages of English Translation and 9 pages of Official copy). |
Office Action received for Chinese Patent Application No. 200880001822.7, dated Jan. 29, 2012, 5 pages (English Translation only). |
Board Opinion received for Chinese Patent Application No. 200880001827.7, dated Apr. 9, 2015, 11 pages (5 pages of English Translation and 6 pages of Official Copy). |
Office Action received for Chinese Patent Application No. 200880001827.7, dated Jan. 29, 2012, 5 pages. |
Office Action received for Chinese Patent Application No. 200880001827.7, dated Jul. 2, 2013, 7 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 200880001827.7, dated Nov. 11, 2010, , Nov. 11, 2010, 6 pages. |
Office Action received for Chinese Patent Application No. 200880001855.9, dated Jul. 29, 2014, 14 pages (Official Copy only). |
Office Action received for Chinese Patent Application No. 200880001855.9, dated Jun. 6, 2012. |
Office Action received for Chinese Patent Application No. 200880001855.9, dated Mar. 7, 2013, 21 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 200880001855.9, dated Nov. 5, 2012, 17 pages (English Translation only). |
Decision to Grant received for Japanese Patent No. 2009080377, dated Jul. 27, 2012, 4 pages. |
Office Action received for Japanese Patent Application No. 2009080377, dated Aug. 26, 2011. |
Grant for Invention received for Chinese Patent Application No. ZL200910118596.4, dated Mar. 22, 2011, 3 pages. |
Office Action received for Australian Patent Application No. 2009200366, dated Feb. 11, 2009, 2 pages. |
Office Action received for Australian Patent Application No. 2009200493, dated Feb. 25, 2011, 3 pages. |
Office Action received for Australian Patent Application No. 2009200493, dated Aug. 9, 2011, 2 pages. |
Notice of Acceptance received for Australian Patent Application No. 2009208099, dated Nov. 24, 2011, 3 pages. |
Notice of Acceptance received for Australian Patent Application No. 2009208103, dated Apr. 14, 2011, 3 pages. |
Office Action received for Australian Patent Application No. 2009208103, dated Apr. 8, 2010, 2 pages. |
Office Action received for Japanese Patent Application No. 2009-544996, dated Feb. 12, 2010, 1 page (English Translation only). |
Office Action received for Japanese Patent Application No. 2009-544996, dated Nov. 8, 2010, 6 pages (English Translation only). |
Notification of Grant received for Chinese Patent Application No. 200980000013.6, dated Nov. 6, 2013, 2 pages. |
Office Action received for Chinese Patent Application No. 200980000013.6, dated Dec. 5, 2012, 7 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 200980000013.6, dated Jul. 3, 2013, 6 pages (3 pages of English Translation and 3 pages of Official copy). |
Office Action received for Chinese Patent Application No. 200980000013.6, dated Jun. 6, 2012, 6 pages. |
Office Action received for Chinese Patent Application No. 200980000013.6, dated Oct. 26, 2011, 11 pages. |
Decision to Grant received for Chinese Patent No. 200980000014.0, dated Nov. 27, 2012, 1 page (Official copy only). |
Office Action received for Chinese Patent Application No. 200980000014.0, dated Jun. 13, 2012, 6 pages. |
Office Action received for Chinese Patent Application No. 200980000014.0, dated Oct. 19, 2011, 15 pages. |
Office Action received for Chinese Patent Application No. 200980000015.5, dated Feb. 22, 2012, 9 pages. |
Office Action received for Chinese Patent Application No. 200980000015.5, dated Jul. 14, 2011, 8 pages. |
Office Action received for Chinese Patent Application No. 200980000015.5, dated Sep. 11, 2012, 9 pages. |
Decision to Grant received for Japanese Patent Application No. 2010-157302, dated Oct. 26, 2012, 3 pages (Official Copy only). |
Decision to Grant received for Japanese Patent Application No. 2010-157303, dated Apr. 15, 2013, 3 pages (Official Copy only). |
Office Action received for Japanese Patent Application No. 2010-157303, dated Oct. 15, 2012, 4 pages (2 pages of English Translation and 2 pages of Official copy). |
Office Action received for Australian Patent Application No. 2010226120, dated Oct. 17, 2012, 3 pages. |
Office Action received for Japanese Patent Application No. 2010502356 dated Oct. 24, 2011. |
Office Action received for Japanese Patent Application No. 2010502357, dated Jan. 16, 2012, 2 pages. |
Office Action received for Japanese Patent Application No. 2010-502357, dated Sep. 2, 2013, 11 pages (English Translation only). |
Office Action received for Japanese Patent Application No. 2010502358, dated Aug. 3, 2011. |
Decision to Grant received for Chinese Patent Application No. 201080020598.0, dated Apr. 24, 2014, 1 page (Official copy only). |
Office Action received for Chinese Patent Application No. 201080020598.0, dated Oct. 31, 2013, 2 pages. |
Notice of Allowance received for Chinese Patent Application No. 201110063183.8, dated Feb. 24, 2014, 4 pages (Official copy only). |
Office Action received for Chinese Patent Application No. 201110063183.8, dated Aug. 26, 2013, 3 pages. |
Office Action received for Chinese Patent Application No. 201110063183.8, dated Oct. 22, 2012, 8 pages (English Translation only). |
Certificate of Examination received for Australian Patent No. 2011101154, dated May 7, 2012, 1 page. |
Office Action received for Australian Patent Application No. 2011101154, dated Dec. 13, 2011, 4 pages. |
Certificate of Examination received for Australian Patent No. 2011101155, dated May 8, 2012, 1 page. |
Office Action received for Australian Patent Application No. 2011101155, dated Dec. 13, 2011, 3 pages. |
Certificate of Examination received for Australian Patent No. 2011101156, dated May 8, 2012, 1 page. |
Office Action received for Australian Patent Application No. 2011101156, dated Dec. 13, 2011, 3 pages. |
Certificate of Examination received for Australian Patent No. 2011101157, dated May 8, 2012, 1 page. |
Office Action received for Australian Patent Application No. 2011101157, dated Dec. 13, 2011, 4 pages. |
Office Action received for Chinese Patent Application No. 201110148738.9, dated Aug. 5, 2013, 6 pages. |
Office Action received for Chinese Patent Application No. 201110148738.9, dated Jan. 21, 2013, 17 pages (10 pages of English Translation and 7 pages of Official copy). |
Office Action received for Chinese Patent Application No. 201110463262.8, dated Apr. 30, 2014, 14 pages (3 pages of English Translation and 11 pages of Official copy). |
Notice of Acceptance received for Australian Patent Application No. 2011201639, dated Nov. 9, 2011, 3 pages. |
Notice of Acceptance received for Australian Patent Application No. 2011205170, dated Jul. 3, 2013, 2 pages. |
Office Action received for Australian Patent Application No. 2011205170, dated Feb. 22, 2012, 3 pages. |
Notice of Grant received for Chinese Patent Application No. 201120580018.5 dated Jul. 26, 2013, 2 pages (Official Copy only). |
Office Action received for Chinese Patent Application No. 201120580018.5, dated Apr. 22, 2013, 4 pages (English Translation only). |
Office Action received for Chinese Patent Application No. 201120580018.5, dated Oct. 19, 2012, 4 pages (2 pages of English Translation and 2 pages of Official copy). |
Notice of Acceptance Received for Australian Patent Application No. 2011209720, dated May 1, 2014, 3 pages. |
Office Action received for Australian Patent Application No. 2011209720, dated Jun. 28, 2013, 4 pages. |
Notice of Acceptance received for Australian Patent Application No. 2011265335, dated Nov. 8, 2012, 3 pages. |
Office Action received for Australian Patent Application No. 2011265335, dated Sep. 3, 2012, 2 pages. |
Office Action received for Australian Patent Application No. 2011268047, dated Aug. 14, 2013, 2 pages. |
Office Action received for Japanese Patent Application No. 2012-088747, dated Sep. 6, 2013, 4 pages (English Translation only). |
Certification of Examination received for Australian Patent Application No. 2012100050, dated Mar. 2, 2012, 3 pages. |
Office Action received for Chinese Patent Application No. 201210128911.3, dated Jan. 17, 2014, 6 pages (Official copy only). |
Office Action received for Chinese Patent Application No. 201210128915.1, dated Mar. 18, 2014, 8 pages (Official copy only). |
Office Action received for Chinese Patent Application No. 201210128932.5, dated Feb. 21, 2014, 12 pages (Official copy only). |
Decision of Grant received for Japanese Patent Application No. 2012-186775, dated Nov. 1, 2013, 3 pages. |
Office Action received for Japanese Patent Application No. 2012-218235, dated Sep. 24, 2013, 6 pages (3 pages of English Translation and 3 pages of Official copy). |
Notice of Allowance received for Japanese Patent Application No. 2012-500844, dated Aug. 1, 2014, 3 pages (Official Copy only). |
Office Action received for Japanese Patent Application No. 2012-500844, dated Feb. 24, 2014, 8 pages (6 pages of English Translation and 2 pages of Official Copy). |
Office Action received for Japanese Patent Application No. 2012-500844, dated Jun. 3, 2013, 5 pages (English Translation only). |
Office Action Received for Chinese Patent Application No. 201310073437.3, dated Sep. 2, 2015, 18 pages (10 pages of English Translation and 8 pages of Official Copy). |
Notice of Allowance received for Japanese Patent Application No. 2013-515382, dated Aug. 22, 2014, 3 pages (Official Copy only). |
Office Action received for Japanese Patent Application No. 2013-515382, dated Nov. 18, 2013, 2 pages (English Translation only). |
Certificate of Grant received for Turkish part of European Patent Application No. 2126678, dated Jun. 21, 2012, 2 pages (Official Copy only). |
Notice of Allowance received for Canadian Patent Application No. 2658177, dated Jan. 30, 2012, 1 page. |
Office Action received for Canadian Patent Application No. 2658177, dated Dec. 1, 2009, 2 pages. |
Office Action received for Canadian Patent Application No. 2658177, dated Jun. 22, 2011, 2 pages. |
Ex-parte Reexamination Final Communication received for U.S. Appl. No. 90/012,332, dated Jul. 26, 2013, 61 pages. |
Ex-parte Reexamination Non-Final Communication received for U.S. Appl. No. 90/012,332, dated Dec. 19, 2012, 38 pages. |
Agarawala, et al., “Keepin' It Real: Pushing the Desktop Metaphor with Physics, Piles and the Pen”, CHI 2006, Montreal, Canada, Apr. 22-27, 2006, pp. 1283-1292. |
Allen, Jay, “Override the GNU C Library—Painlessly”, available at <http://www.ibm.com/developerworks/linux/library/I-glibc/index.html>, Apr. 1, 20024 pages. |
Anonymous, “FireGestures Version History: Add-ons for Firefox”, Internet Article, available at <http://addons.mozilla.org/en-US/firefox/addons/version/6366>, retrieved on Oct. 28, 2009, 6 pages. |
Anonymous, “Firegestures: Changelog”, Internet Article, available at <http://www.xuldev.org/firegestures/changelog.php>, retrieved on Oct. 27, 2009, Oct. 28, 20098 pages. |
Anonymous, “Firegestures: Firefox Extension”, Internet Article, available at <http://www.xuldev.orq/firegestures/>, retrieved on Oct. 27, 2009, 2 pages. |
Apple Inc., “Safari Web Content Guide for iPhone”, Feb. 5, 2005, 96 pages. |
Balakrishnan, et al., “Performance Differences in teh Fingers, Wrist, and Forearm in Computer Input Control”, ACM Conference on Human Factors in Computing Systems (CHI '97), 1997, pp. 303-310. |
Ballard, Paul, “Microsoft Makes Research Technologies Available for Licensing”, available at <http://www.theserveside.com/discussions/thread.tss?thread_id=33761>, May 5, 20058 pages. |
Bartlett, et al., “Rock 'n' Scroll is here to stay [user interface]”, Computer Graphics and Applications, IEEE, vol. 20, Issue 3, May/Jun. 2000. |
Bederson, et al., “Jazz: An Extensible 2D+Zooming Graphics Toolkit in Java”, , Jul. 1999. |
Bederson, et al., “Jazz: An Extensible Zoomable User Interface Graphics Toolkit in Java”, ACM Symposium on User Interfaces Software and Technology, May 2000. |
Bederson, et al., “Pad++: A Zooming Graphical Interface for Exploring Alternate Interface Physics”, UIST' 94 Proceedings of the 7th Annual ACM symposium on User Interface Software and Technology, Nov. 1994, pp. 17-26. |
Bederson, et al., “PhotoMesa 3.1.2 Screen Shots”, , 2004-2006, 5 pages. |
Benko, et al., “Precise Selection Techniques for Multi-Touch Screens”, CHI 2006, Apr. 22-27, 2006, 10 pages. |
Bier, et al., “Snap-Dragging”, Proceedings of SIGGRAPH 86, Computer Graphics (20) 4, 1986, pp. 233-240. |
Brown, et al., “Distributed Active Objects”, Computer Networks and ISDN Systems, vol. 28, No. 11, May 1996, pp. 1037-1052. |
Browne, et al., “Designing a Collaborative Finger Painting Application for Children”, UM Computer Science Department, CS-TR-4184, 2000. |
Buxton, W., “Invited Paper: A Touching Story: A Personal Perspective on the Histsory of Touch Interfaces Past and Future”, Society for Information Display (SID) Symposium Digest of Technical Papers, vol. 41(1), Session 31, May 2010, pp. 444-448. |
Buxton, “Lexical and Pragmatic Considerations of Input Structures”, Computer Graphics, vol. 17, No. 1, 1983pp. 31-37. |
Buxton, Bill, “Multi-Touch Systems that I Have Known and Loved”, available at <http://www.billbuxton.com/multitouchOverview.html>, Jan. 12, 200714 pages. |
C.,A.,R., Hoare “Programming Techniques—Communicating Sequential Processes”, Communications of the ACM, vol. 21, No. 8, Aug. 1978, pp. 666-677. |
Cao, et al., “Interacting with Dynamically Defined Information Spaces using a Handheld Projector and a Pen”, UIST '06, Montreux, Switzerland, Oct. 15-18, 2006, pp. 225-234. |
Captain, Sean, “Future Gear: Keyless (Data) Entry”, PCWorld, Apr. 24, 2002. |
Chang, et al., “Animation: From Cartoons to the User Interface”, UIST '93 Proceedings of the 6th Annual ACM Symposium on User Interface Software and Technology, Nov. 1993, pp. 45-55. |
Chartier, David, “Apple Releases iOS 4.3 beta for Developers”, available at <http://www.macworld.com/article/1157114/ios_4_3.html>, Jan. 12, 20117 pages. |
Chen, Tom, “The Web is Everywhere”, IEEE Communications Magazine, Sep. 2007p. 16. |
Cheng, et al., “Navigation Control and Gesture Recognition Input Device for Small, Portable User Interfaces”, Synaptics, Inc. of San Jose, California, Jun. 11, 2004, pp. 1-13. |
Dannenberg, et al., “A Gesture Based User Interface Prototyping System”, UIST '89 Proceedings of the 2nd Annual ACM SIGGRAPH symposium on User interface software and technology, 1989, pp. 127-132. |
Davidson, et al., “Synthesis and Control on Large Scale Multi-Touch Sensing Displays”, In Proceedings of the 2006 Conference on New Interfaces for Musical Expression, 2006, pp. 216-219. |
Davies, E R., “Lateral Histograms for Efficient Object Location: Speed versus Ambiguity”, Pattern Recognition Letters, vol. 6, No. 3, Aug. 1987, pp. 189-198. |
Davis, Joshua, “Flash to the Core—An Interactive Sketchbook”, available at <http://flashtothecore.praystation.com/menu.html>, 20023 pages. |
DeWid, R D., “Scroll Control Box”, IBM Technical Disclosure Bulletin, vol. 38, No. 4, Apr. 1993, pp. 399-403. |
Decision to Grant dated Mar. 23, 2012, received in Japanese Patent Application No. 2010-502358, which corresponds to U.S. Appl. No. 12/042,299, Mar. 23, 2012, 5 pages. |
Dietz, et al., “DiamondTouch: A Multi-User Touch Technology”, Mitsubishi Electric Research Laboratories, Oct. 2003, 11 pages. |
Dietz, et al., “DT Controls: Adding Identity to Physical Interfaces”, UIST '05, Seattle, Washington, USA, Oct. 23-27, 2005. |
Dietz, et al., “Submerging Technologies”, ACM SIGGRAPH 2006 Sketches, 2006. |
Dodge, et al., “Microsoft Office Excel 2003 Office Manual”, Microsoft Press, vol. 1, Unable to Locate English Translation, Jul. 12, 2004, 5 pages. |
Duce, et al., “An Approach to Hierarchical Input Devices”, Computer Graphics Forum, vol. 9(1), 1990, pp. 1-16. |
Duce, et al., “Components, Frameworks and GKS Input”, CWI Report, No. CS-R8947, Amsterdam, CWI, 1980, pp. 87-106. |
Epps, et al., “A Study of Hand Shape Use in Tabletop Gesture Interaction”, CHI 2006—Work-in-progress, Montreal, Quebec, Canada, Apr. 22-27, 2006, pp. 748-753. |
Erickson, T.,D., “Working with Interface Metaphors, in Human-computer Itneraction”, , 1995, pp. 65-73. |
Esenther, et al., “DiamondTouch SDK: Support for Multi-User, Multi-Touch Applications”, Mistsubishi Electric Research Laboratories, Nov. 2002, 5 pages. |
Esenther, et al., “Fluid DTMouse: Better Mouse Support for Touch-Based Interactions”, AVI '06, Venezia, Italy, May 23-26, 2006. |
Esenther, et al., “Multi-User Multi-Touch Games on Diamond Touch with the DTFlash Toolkit”, Dec. 2005, 5 pages. |
Esenther, et al., “RemoteDT: Support for Multi-Site Table Collaboration”, International Conference on Collaboration Technologies (CollabTech), Jul. 2006. |
Everitt, et al., “Modal Spaces: Spatial Multiplexing to Mediate Direct-Touch Input on Large Displays”, CHI 2005, Portland, Oregon, USA, Apr. 2-7, 2005, pp. 1359-1362 |
Everitt, et al., “MultiSpace: Enabling Electronic Document Micro-mobility in Table-Centric, Multi-Device Environments”, First IEEE International Workshop on Horizontal Interactive Human-Computer Systems, TableTop 2006. |
Everitt, et al., “Observations of a Shared Tabletop User Study”, CSCW '04, Chicago, USA, Nov. 6-10, 2004. |
Everitt, Katherine E., “UbiTable: Impromptu Face-to-Face Collaboration on Horizontal Interactive Surfaces”, Mitsubishi Electric Research Laboratories, Sep. 2003, 10 pages. |
Faconti, et al., “The Input Model of Standard Graphics Systems Revisited by Formal Specification”, EUROGRAPHICS '92, vol. 11, No. 3, 1992, pp. C-237 to C-251. |
Fearing, R S., “Tactile Sensing Mechanisms”, The International Journal of Robotics Research, vol. 9, No. 3, Jun. 1990, pp. 3-23. |
Ferg, “Event-Driven Programming: Introduction, Tutorial, History”, Version 0.2, Feb. 8, 2006pp. 1-59. |
FingerWorks Inc., “FingerWork Installation and Operation Guide for the TouchStream ST & TouchStream LP”, , 2002, pp. 1-25. |
Fitzmaurice, et al., “Bricks: Laying the Foundations for Graspable User Interfaces”, Proceeding of the ACM Conference on Human Factors in Computing Systems (CHI '95), New York: ACM, 1995, pp. 1-8. |
Flanagan, David, “JavaScript”, 5th Edition, O'reilly Japan, Jan. 31, 2008pp. 405-437 (Japanese Language). |
Foley, et al., “The Art of Natural Graphic Man-Machine Conversation”, Proceedings of the IEEE, vol. 62, No. 4, Apr. 1974, pp. 462-471. |
Forlines, et al., “DTLens: Multi-user Tabletop Spatial Data Exploration”, UIST'05, Oct. 23-27, 2005, 6 pages. |
Forlines, et al., “Exploring the Effects of Group Size and Display Configuration on Visual Search”, CSCW '06, Banff, Alberta, Canada, Nov. 4-8, 2006, pp. 11-20. |
Forlines, et al., “Glimpse: A Novel Input Model for Multi-Level Devices”, CHI'2005, Apr. 2-7, 2005, 6 pages. |
Forlines, et al., “HybridPointing: Fluid Switching Between Absolute and Relative Pointing with a Direct Input Device”, UIST '06, Montreux, Switzerland, Oct. 15-18, 2006, pp. 211-220. |
Forlines, et al., “Multi-User, Multi-Display Interaction with a Single-User, Single-Display Geospatial Application”, Mitsubishi Electric Research Laboratories, Inc., TR2006-083, Oct. 2006, pp. 797HTC-0043238-797HTC-0043242. |
Forlines, et al., “Under My Finger: Human Factors in Pushing and Rotating Documents Across the Table”, Proceedings of Human-Computer Interaction—Interact 2005: IFIP TC13 Interaction Conference, Rome Italy, Dec. 2005, pp. 994-997. |
Forlines, et al., “Zoom-and-Pick: Facilitating Visual Zooming and Precision Pointing with Interactive Handheld Projectors”, UIST '05, Seattle, Washington, USA, Oct. 23-27, 2005, pp. 73-82. |
Fukuchi, Kentaro, “Concurrent Manipulation of Multiple Components on Graphical User Interface”, PhD Thesis, Tokyo Institute of Technology, Oct. 23, 2006160 pages. |
Fukuchi, et al., “Interaction Techniques for SmartSkin”, In Proceedings of UIST '02, 2002, 2 pages. |
Fukuchi, et al., “Marble Market: Bimanual Interactive Game with a Body Shape Sensor”, 2007. |
Fukuchi, “Multi-track Scratch Player on a Multi-Touch Sensing Device”, 2007. |
Fukuchi, et al., “SmartSkin”, , 2003. |
Furuichi, et al., “DTMap Demo: Interactive Tabletop Maps for Ubiquitous Computing”, UbiComp 2005. |
Gingold, et al., “A Direct Texture Placement and Editing Interface”, UIST '06, Montreux, Switz, Oct. 15-18, 2006, pp. 23-31. |
Gleicher, M., “Image Snapping”, , 1995, pp. 183-190. |
Gross, Mark D., “Grids in Design and CAD”, Proceedings of Association for Computer Aided Design in Architecture, 1991, pp. 1-110. |
Grossman, et al., “Multi-Finger Gestural Interaction with 3D Volumetric Displays”, UIST '04, Santa Fe, New Mexico, USA, Oct. 24-27, 2004. |
Grossman, et al., “The Design and Evaluation of Selection Techniques for 3D Volumetric Displays”, UIST '06, Montreux, Switzerland, Oct. 15-18, 2006, pp. 3-12. |
Han, Jeff, “Jeff Han Demos his Breakthrough Touchscreen”, TED, Ideas Worth Spreading, available at <http;//www.ted.com/tals//jeff_han_demos_his_breakthrough_touchscreen.html>, Feb. 25, 200612 pages. |
Han, Jefferson Y., “Low-Cost Multi-Touch Sensing Through Frustrated Total Internal Reflection”, Oct. 23, 2005, pp. 115-118. |
Han, et al., “Measuring Bidirectional Texture Reflectance with a Kaleidoscope”, , 2003, pp. 741-748. |
Han, “Media Mirror”. |
Han, Jeff Y., “Multi-Touch Interaction Research”, available at <http://mrl.nyu.edu/˜jhan/ftirtouch/>, retrieved on Apr. 13, 2006, 4 pages. |
Han, “Multi-touch Interaction Wall”, In ACM SIGGRAPH, 20061 page. |
Han, “Multi-Touch Sensing Through Frustrated Total Internal Reflection”, , 2 pages. |
Han, “Unveiling the Genius of Multi-Touch Interface Design”, Feb. 2006. |
Hancock, et al., “Exploring Non-Speech Auditory Feedback at an Interactive Multi-User Tabletop”, GI '05 Proceedings of Graphics Interface, 2005. |
Hansen, et al., “Events Not Equal to GUIs”, SIGCSE '04, Norfolk, Virginia USA, Mar. 3-7, 2004, pp. 378-381. |
Harrison, et al., “Squeeze Me, Hold Me, Tilt Me! An Exploration of Manipulative User Interfaces”, CHI '98, Los Angelse, CA USA, Apr. 1998, pp. 17-24. |
Hauptman, et al., “Gesture Analysis for Graphic Manipulation”, , Nov. 28, 1988, pp. 1-15, |
Holzner, “Built-in JavaScript Objects”, JavaScript Program Control and Objects, 1998pp. 71-79. |
IBM, “Method to Disable and Enable a Touch Pad Pointing Device or Tablet Input Device Using Gestures”, Jun. 11, 2002, pp. 1-3. |
Ishak, et al., “Content-Aware Scrolling”, UIST'06 Proceedings of the 19th annual ACM symposium on User Interface Software and Technology, Montrex, Switzerland, Oct. 15-18, 2006. |
Intention to Grant received for European Patent Application No. 08712964.9, dated Nov. 30, 2016, 7 pages. |
JazzMutant, “Lemur v1.3 Documentation/Addendum”, available at <http://www.jazzmutant.com/support_download.php>, Mar. 22, 20053 pages. |
JazzMutant, “Lemur v1.3 Examples Package: CursorModes.xml”, available at <http://www.jazzmutant.com/support_download.php>, Jan. 31, 20064 pages. |
JazzMutant, “Lemur v1.3 Examples Package: LightStepSeq.xml”, available at <http://www.jazzmutant.com/support_download.php>, Jan. 31, 20065 pages. |
JazzMutant, “Support”, available at <http://web.archive.org/web/20060421144624/http://www.jazzmutant.com.support_download.php>, Apr. 21, 20062 pages. |
JazzMutant, “The Lemur Owner's Manual”, available at <http://www.jazzmutant.com/support_download.php>, Oct. 31, 2005108 pages. |
Johnson, Jeff A., “A Comparison of User Interfaces for Panning on a Touch-Controlled Display”, CHI '95 Proceedings, Mosaic of Creativity. May 7-11, 1995, pp. 218-225. |
Johnson, et al., “The Effect of Touch-Pad Size on Pointing Accuracy”, , Apr. 1994, pp. 1-8. |
Justice Floyd. “UK Royal Court of Justice: [2012] EWHC 1789 (Pat)—Extracts”, available at <http://www.judiciary.gov.uk/Resources/JCO/Documents/Judgments/htc-v-apple-judgment.pdf>, Jul. 4, 201226 pages. |
Karlson, et al., “AppLens and LaunchTile: Two Designs for One-Handed Thumb Use on Small Devices”, Powerpoint Presentation, CHI 2005, 17 pages. |
Karlson, et al., “AppLens and LaunchTile: Two Designs for One-Handed Thumb Use on Small Devices”, CHI 2005, Papers: Small Devices 1, Apr. 2-7, 2005, pp. 201-210. |
Kenny, “UIGestureRecognizer”, available at <http://iphonedevwiki.net/index.php?title=UIGestureRecognizer&oldid=319>, Oct. 31, 20093 pages. |
Kim, et al., “HCI (Human Computer Interaction) Using Multi-touch Tabletop Display”, IEEE Pacific Rim Conference on Communications, Computers and Signal Processing, Victoria, BC, Canada, Aug. 2007, pp. 391-394. |
Kim, et al., “Multi-touch Interaction for Table-Top Display”, ICAT 2006, LNCS 4282, , pp. 1273-1282. |
Kirk, “Optimal Control Theory—An Introduction, Numerical Determination of Optimal Trajectories”, 1970, pp. 331-343. |
Krolik, M., “PIV Creator 3.41”, Cross Browser DHTML 360 Panorama Image Viewer (PIV), 1999. |
Kurtenbach, et al., “The Design of a GUI Paradigm Based on Tablets, Two-Hands, and Transparency”, Mar. 27, 1997, 8 pages. |
Laurel, B., “The Art of Human-Computer Interface Design”,1990, pp. 65-73. |
Lee, et al., “Haptic Pen: Tactile Feedback Stylus for Touch Screens”, Mitsubishi Electric Research Laboratories, Oct. 2004, 6 pages. |
Lytle, “FingerWorks Announces a Gesture Keyboard for Apple PowerBooks”, PR Newswire. |
Malik, “An Exploration of Multi-Finger Interaction on Multi-Touch Surfaces”, Doctoral Dissertation, 2007, pp. 1-169. |
Malik, et al., “Interacting with Large Displays from a Distance with Vision-Tracked Multi-Finger Gestural Input”, UIST '05, Seattle, Washington, USA, 2005, pp. 43-52. |
Malik, et al., “Visual Touchpad: A Two-Handed Gestural Input Device”, ICMI'04 Proceedings of the 6th International Conference on Multimodal Intercases, ACM, Oct. 13-15, 2004, pp. 289-296. |
Masui, et al., “Elastic Graphical Interfaces for Precise Data Manipulation”, ACM Conference on Human Factors in Computing Systems (CHI '95), Conference Companion, Apr. 1995, pp. 143-144. |
Mertz, et al., “The Influence of Design Techniques on User Interfaces: The DigiStrips Experiment for Air Traffic Control”, Proceeding of HCI-Aero 2000 International Conference on Human-Computer Interaction in Aeronautics, 2000, 6 pages. |
Microsoft, “Microsoft® Windows® Software Development Kit—Update for Windows Vista.TM.”, available at <http://www.microsoft.com/download/en/details.aspx?displaying=en&id=23719>, Mar. 22, 200726 pages. |
Microsoft, “Window Styles—Microsoft Windows SDK”, Screenshot, Mar. 22, 20072 pages. |
Miller, Dana, “PersonalJava Application Environment”, available at <http://java.sun.com/products/personaljava/touchable/>, Jun. 8, 199912 pages. |
Millhollon, et al., “Microsoft Office Word 2003 Inside Out”, 2004, 7 pages. |
Minsky, “Manipulating Simulated Objects with Real-World Gestures Using a Force and Position Sensitive Screen”, Proceedings of the 11th Annual Conference on Computer Graphics and Interactive Techniques, Jul. 1984pp. 195-203. |
Moghaddam, et al., “Visualization & User-Modeling for Browsing Personal Photo Libraries”, International Journal of Computer Vision, vol. 56, No. 1/2, 2004, pp. 109-130. |
Morris, et al., “Beyond Social Protocols: Multi-User Coordination Policies for Co-located Groupware”, CSCW '04, Chicago, Illinois, USA, Nov. 6-10, 2004. |
Morris, et al., “Conflict Resolution in Paper and Digital Worlds: Two Surveys of User Expectations”, ACM Conference on Computer Supported Cooperative Work (CSCW), Chicago, Illinois. |
Moscovich, et al., “A Multifinger Interface for Performance Animation of Deformable Drawings”, UIST '05—Adjunct Proceedings of the 18th Annual ACM Symposium on User Interface Software and Technology, 2005. |
Moscovich, et al., “Multi-Finger Cursor Techniques”, GI '06 Proceedings of Graphics Interface 2006, Quebec City, Quebec, Canada, Jun. 9, 2006, 7 pages. |
Moyle, et al., “The Designe and Evaluation of a Flick Gesture for ‘Back’ and ‘Forward’ in Web Browsers”, AUIC '03 Proceedings of the Fourth Australasian user interface conference on User interfaces 2003, vol. 18. |
Myers, et al., “Past, Present, and Future of User Interface Software Tools”, ACM Transactions on Computer-Human Interaction, vol. 7, No. 1, Mar. 2000, pp. 3-28. |
Nairn, Rown, “Breakthrough Internet Device”, Eureka Man, available at <URL:https://web.archive.org web/20070709083626/http:/1eurekaman.com/towards-multi-touch-in-the-browser>, retrieved on Jul. 9, 2007, Jul. 9, 20072 pages. |
Nakatani, et al., “Soft Machines: A Philosophy of User-Computer Interface Design”, CHI '83, Proceedings, Dec. 1983, pp. 19-23. |
Narayanaswamy, et al., “User Interface for a PCS Smart Phone”, Multimedia Computing and Systems, IEEE Conference 1999, Published, Jun. 7-11, 1999, vol. 1, pp, 777-781. |
Newman, “A System for Interactive Graphical Programming”, AFIPS '68 (Spring) Proceedings of the Apr. 30-May 2, 1968, spring joint computer conference, pp. 47-54. |
Ogawa, et al., “Preprocessing for Chinese Character Recognition and Global Classification of Handwritten Chinese Characters”, Pattern Recognition, vol. 11, 1979, pp. 1-7. |
Owen, G.,S., “Principles of Animation: Slow in and Out”, Mar. 13, 1999. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2005/000089, dated Jun. 18, 2008, 5 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2005/000089, dated May 31, 2005, 7 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2008/000058, dated Jul. 7, 2009, 5 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/000058, dated Jul. 31, 2008, 10 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2008/000060, dated Jul. 7, 2009, 7 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/000060, dated Apr. 22, 2008, 12 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2008/000069, dated Jul. 7, 2009, 8 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/000069, dated May 2, 2008, 16 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2008/000089, dated Jul. 7, 2009, 9 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/000089, dated Jun. 4, 2008, 14 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2008/000103, dated Jul. 7, 2009, 9 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/000103, dated Jun. 3, 2008, 11 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2008/050292, dated Sep. 19, 2008, 19 pages. |
Invitation to Pay Additional Fees received for PCT Patent Application No. PCT/US2008/050292, dated Jul. 18, 2008, 4 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2009/034772, dated Sep. 16, 2010, 8 pages. |
International Search Report received for PCT Patent Application No. PCT/US2009/034772, dated Apr. 16, 2009, 3 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2009/035856, dated Sep. 16, 2010, 8 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2009/035856, dated Jul. 3, 2009, 7 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2009/035858, dated Sep. 16, 2010, 7 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2009/035858, dated Jul. 3, 2009, 10 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2009/035874, dated Sep. 16, 2010, 3 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2009/035874, dated Nov. 11, 2009, 7 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2010/027118, dated Sep. 20, 2011, 10 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2010/027118, dated Oct. 5, 2010, 14 pages. |
Invitation to Pay Additional Fees received for PCT Patent Application No. PCT/US2010/027118, dated Jul. 13, 2010, 7 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2011/022516, dated Aug. 09, 2012, 11 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2011/022516, dated May 20, 2011, 16 pages. |
International Preliminary Report on Patentability received for PCT Patent Application No. PCT/US2011/039583, dated Dec. 27, 2012, 10 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2011/039583, dated Dec. 13, 2011, 12 pages. |
International Preliminary report on Patentability received for PCT Patent Application No. PCT/US2011/065859, dated Jul. 4, 2013, 16 pages. |
International Search Report and Written Opinion received for PCT Patent Application No. PCT/US2011/065859, dated Jun. 1, 2012, 22 pages. |
Invitation to Pay Additional Fees received for PCT Patent Application No. PCT/US2011/065859, dated Mar. 12, 2012, 10 pages. |
Notice of Allowance received for U.S. Appl. No. 15/269,582, dated May 5, 2017, 13 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/269,582, dated Jan. 26, 2017, 5 pages. |
Petzold, Charles, “Programming Microsoft Windows with C#”, , Jan. 18, 20025 pages. |
Pickering, J. A., “Touch-Sensitive Screens: The Technologies and Their Application”, International Journal of Man-Machine Studies, vol. 25, No. 3, Sep. 1986, pp. 249-269. |
Pixley, Tom (Editor)., “Document Object Model (DOM) Level 2 Events Specifications (Version 1.0)”, W3C Recommendation, Nov. 13, 2000, 47 pages. |
Plaisant, C., “Touchscreen Toggle Design”, available at <http://www.youtube.com/watch?v=wFWbdxicvK0>, retrieved on Nov. 15, 2013, 2 pages. |
Plaisant, et al., “Touchscreen Toggle Design”, CHI'92, May 3-7, 1992, pp. 667-668. |
Pogue, David, “Windows Vista for Starters: The Missing Manual”, available at <http://academic.safaribooksonline.com/book/operating-systems/0596528264>, Jan. 25, 2007, 18 pages. |
Raab, “Pedagogical Power Tools for Teaching Java”, ITiCSE 2000 7/00 Helsinki, Finland, pp. 156-159. |
Raiha, Liisa, “Delegation: Dynamic Specialization”, ACM, 1994pp. 172-179. |
Rasala, “Java Power Tools: Model Software for Teaching Object-Oriented Design”, SIGCSE 2001 2/01 Charlotte, NC USA, pp. 297-301. |
Raskar, et al., “Intelligent Clusters and Collaborative Projector-based Displays”, NSF Lake Tahoe Workshop on Collaborative Virtual Reality and Visualization, Oct. 2003, pp. 1-5. |
Rekimoto, et al., “Augmented Surfaces: A Spatially Continuous Work Space for Hybrid Computing Environments”, CHI '99 Proceedings of the SIGCHI Conference on Human Factors in Computing Systems: the CHI is the Limit, 1999. |
Rekimoto, “Pick-and-Drop: A Direct Manipulation Technique for Multiple Computer Environments”, UIST '97 Proceedings of the 10th Annual ACM Symposium on User Interface Software and Technology, Banff, Alberta, Canada, 1997pp. 31-39 |
Rekimoto, et al., “SmartSkin: An Infrastructure for Freehand Manipulation on Interactive Surfaces”, Proceedings of the SIGCHI conference on Human factors in computing systems, vol. 4, Issue 1, Apr. 25, 2002, pp. 113-120. |
Robertson, et al., “Data Mountain: Using Spatial Memory for Document Management”, UIST '98: Proceedings of the 11th Annual ACM symposium on User Interface Software and Technology, San Francisco, 1998, pp. 153-162. |
Rogers, Michael, “It's for You! An iPhone Development Primer for the Busy College Professor”, Journal of Computing Sciences in Colleges, vol. 25, No. 1, Oct. 2009, pp. 94-101. |
Rosenberg, et al., “Real-Time Stereo Vision Using Semi-Global Matching on Programmable Graphics Hardware”, ACM SIGGRAPH 2006 Sketches, 2006. |
Rosenthal, et al., “The Detailed Semantics of Graphics Input Devices”, Computer Graphics, vol. 16, No. 3, Jul. 1982, pp. 33-38. |
Rubine, Dean, “Combining Gestures and Direct Manipulation”, CHI '92, May 3-7, 1992pp. 659-660. |
Rubine, “Intergrating Gesture Recognition and Direct Manipulation”, Usenix Technical Conference, 1991pp. 1-18. |
Rubine, et al., “Programmable Finger-Tracing Instrument Controllers”, Computer Music Jounral, vol. 14, No. 1 New Performance Interfacesm Spring 1990, pp. 26-41. |
Rubine, D., “Specifying Gestures by Example”, Computer Graphics vol. 25, No. 4, Jul. 1991, pp. 329-337. |
Rubine, Dean Harris., “The Automatic Recognition of Gestures”, CMU-CS-91-202, Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in Computer Science at Carnegie Mellon University, Dec. 1991, 285 pages. |
Rubine, et al., “The VideoHarp”, Proceedings of the 14th International Computer Music Conference, Cologne, W. Germany, Sep. 20-25, 1988, 1988, pp. 49-55. |
Ryall, et al., “Experiences with and Observations of Direct-Touch Tabletops”, Tabletop '06 Proceedings of the First IEEE International Workshop on Horizontal Interactive Human-Computer Systems. |
Ryall, et al., “Exploring the Effects of Group Size and Table Size on Interactions with Tabletop Shared-Display Groupware”, CSCW '04, Chicago, Illinois, USA, Nov. 6-10, 2004. |
Ryall, et al., “iDwidgets: Parameterizing Widgets by User Identity”, Interact 2005 (Tenth IFIP TC13 Int Conf on Human-Computer interaction). |
Ryall, et al., “Temporal Magic Lens: Combined Spatial and Temporal Query and Presentation”, Interact 2005 (Tenth IFIP TC13 Int. Conf on Human-Computer Interaction), 2005. |
Salmoni, “The Zooming User Interface”, Advogato, available at <http://www.advogato.org/article/788.html>, Aug. 16, 200414 pages. |
Sears, et al., “High Precision Touchscreens: Design Strategies and Comparisons with a Mouse”, International Journal of Man-Machine Studies, vol. 34, No. 4, Apr. 1991, pp. 593-613. |
Sensor Fram Corporation, “The Sensor Frame Graphic Manipulator NASA Phase II Final Report”, , May 8, 1990pp. 1-25. |
Seonkyoo Lee, “A Fast Multiple-Touch-Sensitive Input Device”, , Oct. 1984. |
Sharon, “Haptic Perception with an Articulated Sensate Robot Hand”, Robotica, vol. 10, 1992pp. 497-508. |
Shen, et al., “Building and Sharing Digital Group Histories”, CSCW '02, New Orleans, Louisiana, USA, Nov. 16-20, 2002. |
Shen, et al., “CoR2Ds: Context-Rooted Rotatable Draggables for Tabletop Interaction”, CHI 2005, Portland, Oregon, USA, Apr. 2-7, 2005, pp. 1781-1784. |
Shen, et al., “DiamondSpin: An Extensible Toolkit for Around-the-Table Interaction”, Apr. 24-29, 2004, 8 pages. |
Shen, et al., “Multi-User Interface and Interactions on Direct-Touch Horizontal Surfaces: Collaborative Tabletop Research at MERL”, First IEEE International Workshop on Horizontal Interactive Human-Computer Systems, TableTop 2006, 2006. |
Shen, et al., “Personal Digital Historian: Story Sharing Around the Table”, Interactions—Winds of Change, vol. 10, No. 2, 2003, pp. 15-22. |
Shen, et al., “Three Modes of Multi-Surface Interaction and Visualization”, ACM CHI '06 International Conference, Montreal, Canada, Apr. 22-23, 2006, pp. 1-4. |
Shneiderman, “Future Directions for Human-Computer Interaction”, International Journal of Human Computer Interaction, 1990, pp. 1-19. |
Sibert, et al., “An Object-Oriented User Interface Management System”, SIGGRAPH '86, vol. 20, No. 4, 1986, pp. 259-268. |
Siegel, et al., “Performance ANalysis of a Tactile Sensor”, IEEE International Conference on Robotics and Automation, Proceedings, 1987, pp. 1493-1499. |
Smith, et al., “The Radial Scroll Tool: Scrolling Support for Stylus- or Touch-Based Document Navigation”, UIST '04 Proceedings of the 17th Annual ACM symposium on User Interface Software and Technology, Santa Fe, New Mexico, Oct. 24-27, 2004. pp. 1-4. |
Son, et al., “Comparison of Contact Sensor Localization Abilities During Manipulation”, Robotics and Autonomous Systems, vol. 17(4), 1996, pp. 217-233. |
Sony, “The Power of a Full-Sized PC in the Palm of your Hand”, 2004. |
Stauffer, “Progress in Tactile Sensor Development”, Robotics Today, Jun. 1983pp. 43-49. |
Stein, “What We Swept Under the Rug: Radicaly Rethinking CSI”, Computer Science Education, vol. 8, No. 2, 1998, pp. 118-129. |
Sugimoto, et al., “HybridTouch: An Intuitive Manipulation Technique for PDAs Using Their Front and Rear Surfaces”, MobileHCI '06, Helsinki, Finland, Sep. 12-15, 2006, pp. 137-140. |
Sugiyama, et al., “Tactile Image Detection Using a 1k-element Silicon Pressure Sensor Array”, Sensors and Actuators, A21-A23, 1990, pp. 397-400. |
Sun, et al., “Flipper: A New Method of Digital Document Navigation”, CHI '05 extended abstracts on Human factors in computing systems, Portland, Oregon, Apr. 2-7, 2005, pp. 2001-2004. |
TE Connectivity, “CarrollTouch Infrared Touch Technology”. |
Thomas, et al., “Animating Direct Manipulation Interfaces”, UIST 95 Pittsburg, PA, Nov. 1995, pp. 3-12. |
Thomas, et al., “Applying Cartoon Animation Techniques to Graphical User Interfaces”, ACM Transactions on Computer-Human Interaction, vol. 8, No. 3, Sep. 2001, pp. 198-222. |
Tidwell, Jenifer, “Magnetism”, Designing Interfaces, 2006pp. 261-262. |
Tse, et al., “Enabling Interaction with Single User Applications Through Speech and Gestures on a Multi-User Tabletop”, Mitsubishi Electric Research Laboratories, 2005, pp. 336-343. |
Tse, et al., “GSI Demo: Multiuser Gesture/Speech Interaction over Digital Tables by Wrapping Single User Applications”, ICMI '06, Alberta, Canada, Nov. 2-4, 2006. |
Tse, et al., “Multimodal Multiplayer Tabletop Gaming”, Third International Workshop on Pervasive Gaming Applicaitons—PerGames 2006, Dublin, Ireland, May 7, 2006. |
Wallace, “The Semantics of Graphic Input Devices”, ACM SIGGRAPH Computer Graphics, vol. 10, No. 1, 1974, pp. 61-65. |
Wellner, Pierre D., “Adaptive Thresholing fo rthe Digital Desk”, Technical Report, Rank Xerox Research Center, Cambridge Laboratory, Cambridge, United Kingdom (Available online at http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.71.8970&rep=rep1&type=pdf, Jul. 1993, 18 pages. |
Wellner, Pierre D., “Self Calibration for the DigitalDesk”, Technical Report, Rank Xerox Research Centre, Cambridge Laboratory, Cambridge, United Kingdom (Available online at http://citeseerxist/psu.edu/viewdoc/download?doi=10.1.1.44.7371&rep=repl&type=pdf, last visited Apr. 22, 2010), Jul. 1993, 16 pages. |
Wellner, Pierre, “The DigitalDesk Calculators: Tangible Manipulation on a Desk Top Display”, In ACM UIST '91 Proceedings, Nov. 11-13, 1991pp. 27-33. |
Westerman, Wayne, “Hand Tracking, Finger Identification and Chordic Manipulation on a Multi-Touch Surface”, Doctoral Dissertation, 1999, 363 Pages. |
Westermann, et al., “MultiTouch: A New Tactile 2-D Gesture Interface for HumanComputer Interaction”, Proceedings of the Human Factors and Ergonomics Society 45th Annual Meeting, Minneapolis, MN, USA, 2001, pp. 632-636. |
Wigdor, et al., “Effects of Display Position and Control Space Orientation on User Preference and Performance”, CHI 2006, Montreal, Quebec, Canada, Apr. 22-27, 2006, pp. 309-318. |
Wigdor, et al., “Empirical Investigation into the Effect of Orientation on Text Readability in Tabletop Displays”, ECSCW '05 Proceedings in the 9th Conference on European Conference on Computer Supported Cooperative Work, 2005. |
Wigdor, et al., “Table-Centric Interactive Spaces for Real-Time Collaboration”, AVI'06, Venezia Italy, May 23-26, 2006. |
Wigdor, et al., “Under the Table Interaction”, UIST '06, Montreux, Switzerland, Oct. 15-18, 2006, pp. 259-268. |
Wikibooks, “Java Programming/Applets/Event Listeners”, available at <http://en.wikibooks.org/wiki/Java_Programming/Applets/Event_Listeners>, May 1, 20076 pp. |
Wilson, “PlayAnywhere: A Compact Interactive Tabletop Projection-Vision System”, UIST '05, Seattle, Washington, USA, Oct. 23-27, 2005. |
Wilson, Andrew D., “TouchLight: An Imaging Touch Screen and Display for Gesture-Based Interaction”, ACM, Oct. 13-15, 2004, 8 pages. |
Wireless News, “Adobe Rolls Out Flash Player 9”, Jun. 28, 2006. |
Wittenburg, et al., “Research on Public, Community, and Situated Displays”, MERL Cambridge, Public, Community and Situated Displays Workshop (CSCW), Nov. 2002. |
Wu, et al., “Gesture Registration, Relaxation, and Reuse for Multi-Point” IEEE, International Workshop on Horizontal Interactive Human-Computer Systems, 2006, 8 pages. |
Wu, et al., “Multi-Finger and Whole Hand Gestural Interaction Techniques for Multi-User Tabletop Displays”, UiST '03, Vancouver, BC, Canada, © ACM 2003,, Nov. 5-7, 2003, pp. 193-202. |
YouTube, “A Lemurized Formula”, Video uploaded to YouTube by Sph9000, available at <http://www.youtube.com/watch?v=sHAMyQak-LM>, Dec. 15, 2007, 1 page. |
Extended Search Report received for European Patent Application 17165715.8, dated Nov. 29, 2017, 5 pages. |
Office Action received for Chinese Patent Application No. 201610079785.5, dated Jun. 13, 2019, 11 pages (5 pages of English Translation and 6 pages of Official Copy). |
Extended European Search Report received for European Patent Application No. 19154558.1, dated Aug. 16, 2019, 8 pages. |
Number | Date | Country | |
---|---|---|---|
20180011616 A1 | Jan 2018 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11620717 | Jan 2007 | US |
Child | 12869182 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15269582 | Sep 2016 | US |
Child | 15665167 | US | |
Parent | 14712637 | May 2015 | US |
Child | 15269582 | US | |
Parent | 14189922 | Feb 2014 | US |
Child | 14712637 | US | |
Parent | 13867950 | Apr 2013 | US |
Child | 14189922 | US | |
Parent | 12869182 | Aug 2010 | US |
Child | 13867950 | US |