Touch event model

Information

  • Patent Grant
  • 9690481
  • Patent Number
    9,690,481
  • Date Filed
    Wednesday, June 29, 2016
    8 years ago
  • Date Issued
    Tuesday, June 27, 2017
    7 years ago
Abstract
Embodiments of the present invention are directed to methods, software, devices and APIs for defining touch events for application level software. Furthermore, some embodiments are directed to simplifying the recognition of single and multiple touch events for applications running in multi-touch enabled devices. To simplify the recognition of single and multiple touch events, each view within a particular window can be configured as either a multi-touch view or a single touch view. Furthermore, each view can be configured as either an exclusive or a non-exclusive view. Depending on the configuration of a view, touch events in that and other views can be either ignored or recognized. Ignored touches need not be sent to the application. Selectively ignoring touches can allow for simpler software elements that do not take advantage of advanced multi touch features to be executed at the same device and time as more complex software elements.
Description
FIELD OF THE INVENTION

This relates to multi-point and multi-touch enabled devices in general, and more specifically to recognizing single and multiple point and touch events in multi-point and multi-touch enabled devices.


BACKGROUND OF THE INVENTION

Multi-touch enabled devices are known in the art. A multi-touch enabled device is a device that can sense multiple touches at the same time. Thus, a multi-touch enabled device can, for example, sense two touch events that take place simultaneously at two different positions on a multi-touch panel and are caused by two fingers being pressed down on the panel. Examples of multi-touch enabled devices are discussed in U.S. patent application Ser. No. 11/649,998, entitled “PROXIMITY AND MULTI-TOUCH SENSOR DETECTION AND DEMODULATION,” filed on Jan. 3, 2007 and hereby incorporated by reference in its entirety. Multi-point enabled devices define a more general set of devices that include multi-touch enabled devices as well as similar devices such as the multi-proximity sensor devices discussed in U.S. patent application Ser. No. 11/649,998 mentioned above.


While the benefits of multi-touch enabled interfaces are known, these devices can present some interface design challenges. Existing interface design conventions have assumed a single pointing user input device that specifies a single location at a time. Examples include a mouse or a touch pad.


More specifically, many existing graphical user interface (GUI) systems provide user interfaces in which various portions of a display are associated with separate software elements. Thus, for example, portions of a display can be associated with a window, and the window can be associated with a specific software application and/or process. A mouse can be used to interact with the window and the application or process associated with that window. The mouse cursor can then be moved to another window to interact with another application or process. Because only a single pointing device is used, interaction with only a single window and application or process can occur at a time.


The assumption of a single interaction with a window at any one time can greatly simplify user interface design. The application and/or process running within a window can operate under the assumption that a detected interaction with that particular window is the only input being received. Thus, the application and/or process need not concern itself with the possibility of other user interactions occurring in other portions of the display outside that window. Furthermore, a window can be additionally partitioned into various elements, wherein each element is associated with a specific portion of the window. Each element can be implemented by a separate software element (e.g., a software object). Again, each software object can process interactions that occur in its associated area without concerning itself with interactions that may be simultaneously occurring elsewhere.


On the other hand, if a multi-touch interface is being used, two or more touch events can simultaneously occur at different portions of the display. This can make it difficult to split the display into different portions and have different independent software elements process interactions associated with each portion. Furthermore, even if the display is split up into different portions, multiple touch events can occur in a single portion. Therefore, a single application, process or other software element may need to process multiple simultaneous touch events. However, if each application, process or other software element needs to consider multiple touch interactions, then the overall cost and complexity of software running at the multi-touch enabled device may be undesirably high. More specifically, each application may need to process large amounts of incoming touch data. This can require high complexity in applications of seemingly simple functionality, and can make programming for a multi-touch enabled device generally difficult and expensive. Also, existing software that assumes a single pointing device can be very difficult to convert or port to a version that can operate on a multi-point or a multi-touch enabled device.


SUMMARY OF THE INVENTION

Embodiments of the present invention are directed to methods, software, devices and APIs for defining touch events for application level software. Furthermore, some embodiments are directed to simplifying the recognition of single and multiple touch events for applications running in multi-touch enabled devices. To simplify the recognition of single and multiple touch events, each view within a particular window can be configured as either a multi-touch view or a single touch view. Furthermore, each view can be configured as either an exclusive or a non-exclusive view. Depending on the configuration of a view, touch events in that and other views can be either ignored or recognized. Ignored touches need not be sent to the application. Selectively ignoring touches can allow for simpler applications or software elements that do not take advantage of advanced multi touch features to be executed at the same device (and even at the same time) as more complex applications or software elements.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a diagram of an input/output processing stack of an exemplary multi-touch capable device according to one embodiment of this invention.



FIG. 2A is a diagram of an exemplary multi-touch enabled device according to one embodiment of this invention.



FIG. 2B is a diagram of another exemplary multi-touch enabled device according to one embodiment of this invention.



FIG. 3 is a diagram of an exemplary multi-touch display according to one embodiment of this invention.



FIG. 4 is a flow chart showing an exemplary method of operation of the multi-touch flag according to one embodiment of this invention.



FIGS. 5A and 5B are flowcharts showing an exemplary method of operation of the exclusive touch flag according to one embodiment of this invention.





DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT

In the following description of preferred embodiments, reference is made to the accompanying drawings which form a part hereof, and in which it is shown by way of illustration specific embodiments in which the invention may be practiced. It is to be understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the preferred embodiments of the present invention.


This relates to a touch event model that simplifies the recognition of single and multiple touch events for user interface applications running in multi-point and multi-touch enabled devices. To simplify the recognition of single and multiple touch events, each view within a particular window can be configured as either a multi-touch view or a single touch view. Furthermore, each view can be configured as either an exclusive or a non-exclusive view. Depending on the configuration of a view, touch events in that and other views can be either ignored or recognized.


Although embodiments of the present invention may be described and illustrated herein in terms of specific multi-touch capable devices, it should be understood that embodiments of the present invention are not limited to such devices, but is generally applicable to any multi-touch capable device. Furthermore, embodiments of the invention are not limited to multi-touch devices but also include multi-point devices, such as multi proximity sensor devices as discussed in U.S. application Ser. No. 11/649,998, mentioned above.


Some embodiments are related to APIs. In general, an API is a source code interface that a computer system provides in order to support requests for services from a software operation. An API is specified in terms of a program language that can be interpreted or compiled when a system is built, rather than an explicit low level description of how data is laid out in memory. The software that provides the functionality of an API is said to be an implementation of the API. Various devices such as computer systems, electronic devices, portable devices and handheld devices have software applications. The device interfaces between the software applications and user interface software to provide a user of the device with certain features and operations.


At least some embodiments of the invention can include one or more APIs in an environment with user interface software interacting with a software application. Various function calls or messages are transferred via the APIs between the user interface software and the software applications. Transferring the function calls or messages may include issuing, initiating, invoking or receiving the function calls or messages. Example APIs can include sending touch event information. 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.



FIG. 1 is a diagram of an input/output processing stack of an exemplary multi-touch capable device according to some embodiments of the invention. Hardware 100 can be provided at the base level of a multi-touch enabled device. It can include various hardware interface components, such as a multi-touch enabled panel 101 and/or an accelerometer 102. The multi-touch panel can include a display and a panel that senses multiple touches simultaneously. An example of such a panel is discussed in more detail in the Ser. No. 11/649,998 application mentioned above. The accelerometer can be a hardware device that senses acceleration of the multi-touch enabled device. It can be used to sense when the device is being moved, how it is being moved, if it is dropped, etc. Other hardware interface devices, such as gyroscopes, speakers, buttons, infrared (IR) sensors, etc. (not shown) can also be included.


A driver or a set of drivers 103 can communicate with the hardware 100. The drivers can receive and process input data from received from the hardware. A core Operating System (OS) 104 can communicate with the driver(s). The core OS can process raw input data received from the driver(s). In some embodiments, the drivers can be considered to be a part of the core OS.


A set of OS application programming interfaces (APIs) 105 can communicate with the core OS. These APIs can be a set of APIs that are usually included with operating systems (such as, for example, Linux or UNIX APIs). User Interface APIs 106 (UI APIs) can include a set of APIs designed for use by applications running on the device. The UI APIs can utilize the OS APIs. Applications 107 running on the device can utilize the APIs of the UI APIs in order to communicate with the user. The UI APIs can, in turn, communicate with lower level elements, ultimately communicating with the multi-touch panel 101 and various other user interface hardware. While each layer can utilize the layer underneath it, that is not always required. For example, in some embodiments, applications 107 can occasionally communicate with OS APIs 105. APIs 105 and 106 can comprise respective sets of application programming interfaces as well as their respective implementations. For example UI APIs 106 can also include user interface (UI) software for implementing the UI APIs.



FIGS. 2A and 2B are diagrams of two types of exemplary multi-touch enabled devices according to some embodiments of the invention. FIG. 2A shows exemplary device 200. Device 200 can include a CPU 201 and a memory 202 connected through a bus 204. The bus can also connect to a multi-touch display 203. The multi-touch display can include a multi-touch panel and a display. The multi-touch panel and the display can be combined to form the multi-touch display 203. The multi-touch display can correspond to the multi-touch panel 101 within hardware layer 100 of FIG. 1. The CPU can be used to execute software stored in the memory. The software executed by the CPU can include layers 103-109 of FIG. 1. Thus, the software can include drivers, an OS, various APIs and applications.



FIG. 2B shows alternative device 210. Device 210 can be similar to device 200. However, device 210 can include a separate multi-touch panel (212) and display (211) instead of the single unit of device 200. Thus, for device 210 one need not touch the display in order to interact with the multi-touch panel. Device 210 can be, for example, a multi-touch track-pad equipped laptop computer (the multi-touch panel serving as a track pad).


The multi touch panel and/or display of FIGS. 2A and 2B can also utilize other sensory technology, such as proximity sensing, as discussed in U.S. application Ser. No. 11/649,998, mentioned above. Generally, a multi-point panel and/or display can be used for the devices of FIGS. 2A and 2B. The multi-point panel and/or display can feature various types of sensor technology. For example, it can feature multi-touch technology only (thus resulting in a multi-touch panel and/or display), multi-proximity sense technology, a combination of the two, or another type of multi-point technology.


The devices of FIGS. 2A and 2B can include various different types of multi-touch enabled devices. For example, they can include a mobile telephone, a portable video game console, an electronic music player, an e-book, a PDA, an electronic organizer, an e-mail device, a laptop or other personal computer, a kiosk computer, a vending machine, etc.



FIG. 3 is a diagram of an exemplary multi-touch display 300. The multi-touch display can be display 203 of FIG. 2A or display 211 of FIG. 2B. The display can display various user interface elements (such as graphics, etc.) generated by software running in the device incorporating the display (e.g., device 200 of FIG. 2A or device 210 of FIG. 2B). The user can interact with the various user interface elements in order to interact with the software. When using the device of FIG. 2A, the user can interact with the user interface elements by touching them directly on the display. When using the device of FIG. 2B, the user can touch the separate multi-touch panel 212 in order to move and control one or more cursors on the display 211, the cursors being used to interact with the software.


The user interface elements rendered at the display 300 can include one or more views. Each view can represent a graphical user interface element handled by a separate software element. The separate software elements can include different applications, different processes or threads (even if within the same application), different routines or subroutines, different objects, etc. In some embodiments, each separate software element can create user interface elements for its respective portion of the display as well as receive and handle touch inputs for that portion of the display. The touch inputs can be processed by the various layers discussed in connection with FIG. 1, which can subsequently send processed touch input data to the software element (which can be part of applications 109). The processed touch input data can be referred to as touch event(s) and can be in a format that is easier to handle than raw touch data generated by the multi-touch panel. For example, each touch event can include a set of coordinates at which a touch is currently occurring. In some embodiments, the set of coordinates may correspond to the centroid of a touch. For the sake of brevity and simplicity, the discussion below may refer to a software element associated with a view by simply referring to the view itself.


Views can be nested. In other words, a view can include other views. Consequently, the software element associated with a first view can include or be linked to one or more software elements associated with views within the first view. While some views can be associated with applications, others can be associated with high level OS elements, such as graphical user interfaces, window managers, etc.


The exemplary display of FIG. 3 shows a music browsing application. The display can include a status bar view 301 that indicates the overall status of the device. The status bar view can be part of the OS. Title view 302 can also be included. The title view can itself include several other views, such as center title view 310, back button 312 and forward button 311. Table view 303 can also be included. Table view 303 can include one or more table element views, such as table element view 304. As seen, in one embodiment, the table element views can be song titles. A button bar view 305 can also be included. The button bar view can include buttons 306-309.


Each view and its associated software element may be able to receive, process and handle touch events that occur at that particular view. Thus, for example, if a user touches song title view 304, the software element associated with that view can receive a touch event indicating that the view has been touched, process it and respond accordingly. For example, the software element can change the graphical representation of the view (i.e., highlighting the view), and/or cause other actions such as playing a song associated with the touched view.


In some embodiments, touch events are processed at the lowest level of the view hierarchy. Thus, for example, if a user touches title bar view 302, the touch event need not be directly processed by the software element associated with the title bar view, but instead can be processed by a software element associated with a view included within the title bar view where the touch occurred (i.e., a software element associated with one of views 310, 311 and 312). In some embodiments, some higher level views can also handle touch events. In addition, various software elements that are not associated with a view being touched can nevertheless be alerted or can discover that the view is being touched.


Since display 300 is a multi-touch display, multiple touches can occur at the same time. The multiple touches can occur in the same view, or in two or more different views. Furthermore, the user can perform gestures (e.g., by pressing down one or more fingers and moving them) that can have predefined meanings. Multi-touch gestures are discussed in more detail in U.S. patent application Ser. No. 10/903,964, entitled “GESTURES FOR TOUCH SENSITIVE INPUT DEVICES,” filed on Jul. 30, 2004 and hereby incorporated by reference in its entirety.


A view can receive touch events that start within the view. If a user keeps a finger pressed against the display, then the view can receive multiple touch events indicating a continuous touch. If a user moves a pressed finger, the view can receive multiple touch events indicating movement of the touch. If a user moves a pressed finger outside of the view, then the view can still receive touch events associated with that movement (and the views to which the finger has been moved need not receive such touch events). Thus, a view can receive events associated with a gesture or a movement that begins at the view, even if it continues outside of the view.


A touch can refer to an act which begins with pressing a finger or another body part or object to the surface of a multi touch panel (or multi touch display) and ends when the finger or object is removed from the display. Thus, the touch can include moving of the finger or object, or keeping the finger or object at the same place for a period of time.


Touch events can be sent to views (or the software elements that implement the views) by one or more APIs (and their respective implementations). An example of an API for handling touch events is provided in Appendix A below. According to the API of Appendix A, the API can send each view a touch event data structure that includes one or more single touch data structures (or touch data structures). Each touch event data structure can define the current state of all touches taking place at the view at a particular moment in time. The respective touch data structures within a touch event data structure can define the current states of one or more respective single touches at the particular moment in time. Thus, if there are three touches taking place at a particular moment in time in a particular view, a touch event data structure comprising three touch data structures defining the states of the five touches can be sent to the view. In some embodiments, touch data structures can be sent even if their associated touches are no longer taking place in order to alert the view that the touches have terminated.


As noted above, a touch may include an act that need not be instantaneous. E.g., a touch can include an act of moving or holding a finger against a display for a period of time. A touch data structure, however, defines a state of a touch at a particular time. Therefore, multiple touch data structures may be associated with a single touch, thus defining the single touch at different points in time.


Each touch data structure can comprise various fields. A “first touch for view” field can indicate whether the touch data structure defines the first touch for the particular view (since the software element implementing the view was instantiated). A “time stamp” field can indicate the particular time that the touch data structure relates to.


An “info” field can be used to indicate if a touch is a rudimentary gesture. For example, the “info” field can indicate whether the touch is a swipe and, if so, in which direction the swipe is oriented. A swipe is a quick drag of one or more fingers in a straight direction. The API implementations can determine if a touch is a swipe and pass that information to the application through the “info” field, thus alleviating the application of some data processing that would have been necessary if the touch were a swipe.


A “tap count” field can indicate how many taps have been sequentially performed at the position of the touch. A tap can be defined as a quick pressing and lifting of a finger against a panel at a particular position. Multiple sequential taps can occur if the finger is again pressed and released in quick succession at the same position of the panel. Thus, the API implementation can count taps for various application and relay this information through the tap “count field.” Multiple taps at the same location are sometimes considered to be a very useful and easy to remember command for touch enabled interfaces. Thus, by counting taps, the API can again alleviate some data processing from the application.


A “phase” field can indicate a particular phase the touch is currently in. The phase field can have various values, such as “touch phase began” which can indicate that the touch data structure defines a new touch that has not been referenced by previous touch data structures. A “touch phase moved” value can indicate that the touch being defined has moved from a position defined in a previous touch data structure. A “touch phase stationary” value can indicate that the touch has stayed in the same position since the last touch data structure for that touch was generated. A “touch phase ended” value can indicate that the touch has ended (e.g., the user has lifted his/her finger from the surface of a multi touch display). A “touch phase cancelled” value can indicate that the touch has been cancelled by the device. A cancelled touch can be a touch that is not necessarily ended by a user, but which the device can determine to ignore. For example, the device can determine that the touch is being generated inadvertently (i.e., as a result of placing a portable multi touch enabled device in one's pocket) and ignore the touch for that reason. Each value of the “phase field” can be a integer number.


Thus, each touch data structure can define what is happening with a touch at a particular time (e.g., whether the touch is stationary, being moved, etc.) as well as other information associated with the touch (such as position). Accordingly, each touch data structure can define the state of a particular touch at a particular moment in time. One or more touch data structures referencing the same time can be added in a touch event data structure that can define the states of all touches a particular view is receiving at a moment in time (as noted above, some touch data structures may also reference touches that have ended and are no longer being received). Multiple touch event data structures can be sent to the software implementing a view as time passes, in order to provide the software with continuous information describing the touches that are happening at the view. One or more elements of the device such as, for example, hardware 100, drivers 103, core OS 104, OS APIs 105 and UI APIs can detect touches at the multi touch panel 101 and generate the various touch event data structures defining these touches.


The ability to handle multiple touches and multi-touch gestures can add complexity to the various software elements. In some cases, such additional complexity can be necessary to implement advanced and desirable interface features. For example, a game may require the ability to handle multiple simultaneous touches that occur in different views, as games often require the pressing of multiple buttons at the same time. However, some simpler applications and/or views (and their associated software elements) need not require advanced interface features. For example, a simple button (such as button 306) can be satisfactorily operable with single touches and need not require multi-touch functionality. In these cases, the underlying OS may send unnecessary or excessive touch data (e.g., multi-touch data) to a software element associated with a view that is intended to be operable by single touches only (e.g., a button). Because the software element may need to process this data, it may need to feature all the complexity of a software element that handles multiple touches, even though it is associated with a view for which only single touches are relevant. This can increase the cost of development of software for the device, because software elements that have been traditionally very easy to program in a mouse interface environment (i.e., various buttons, etc.) may be much more complex in a multi-touch environment.


Embodiments of the present invention address the above discussed issues by selectively providing touch data to various software elements in accordance with predefined settings. Thus, a simpler interface can be provided for selected software elements, while others can take advantage of more complex multi-touch input.


Embodiments of the invention can rely on one or more flags associated with one or more views, wherein each flag or combination thereof indicates a mode of touch event processing for a particular view. For example, multi-touch and/or exclusive touch flags can be used. The multi-touch flag can indicate whether a particular view is capable of receiving multiple simultaneous touches or not. The exclusive touch flag can indicate whether a particular view is to allow other views to receive touch events while the view is receiving a touch event.



FIG. 4 is a flow chart showing the operation of the multi-touch flag according to one embodiment of the invention. At step 400, a user can touch a view at a first location within the view. It can be assumed that no other touches are present on the multi-touch display when the touch of step 400 is received. At step 402, the OS can send a touch event defining the received touch to a software element associated with the touched location.


At step 404, the user can touch the view at a second location while not releasing the first touch (i.e., while keeping a finger pressed down at the first location). Thus, for example, the user can touch the right portion of table element view 304 at step 400 and touch the left portion of table element view 304 at step 404 without releasing his/her finger from the right portion. Therefore, the second touch is contemporaneous with the first touch (thus taking advantage of the multi-touch capabilities of display 300).


At step 406, the OS can determine whether the multi-touch flag for the view being touched is set. If the multi-touch flag is set, then the view can be a view that can handle multiple contemporaneous touches. Therefore, at step 408, a second touch event for the second touch can be sent to the software element associated with the view. It should be noted that new instances of the first touch event can also be sent, indicating that the first touch event is still taking place (i.e., the finger at the first location has not been lifted). The new instances of the first touch event can specify different locations if the finger at the first location is moved away from that location without being lifted (i.e., if it is being “dragged” on the surface of the display).


If, on the other hand, the multi-touch flag is not set, the OS can ignore or block the second touch. Ignoring the second touch can result in not sending any touch events associated with the second touch to the software element associated with the touched view. In some embodiments, the OS can alert other software elements of the second touch, if necessary.


Thus, embodiments of the present invention can allow relatively simple software elements that are programmed to handle only a single touch at a time to keep their multi-touch flag unasserted, and thus ensure that touch events that are part of multiple contemporaneous touches will not be sent to them. Meanwhile, more complex software elements that can handle multiple contemporaneous touches can assert their multi-touch flag and receive touch events for all touches that occur at their associated views. Consequently, development costs for the simple software elements can be reduced while providing advanced multi-touch functionality for more complex elements.



FIGS. 5A and 5B are a flow chart showing an exemplary method of operation of the exclusive touch flag according to one embodiment of the invention. At step 500, a user can touch a first view. At step 502, the OS can send a touch event to a first software element associated with the first view. At step 504, the user can touch a second view without releasing the first touch.


At step 506, the OS can check whether the exclusive touch flag for the first view is asserted. If it is set (asserted), that means that the first view needs to receive touches exclusively, and no other touches are to be sent to other views. Thus, if the exclusive touch flag is set, the OS can ignore (or block) the second touch and not send it to any software elements. If the exclusive view flag is not set, then the process can continue to step 510 of FIG. 5B.


In step 510, the OS can determine if the exclusive view flag for the second view is set. If that flag is set, than the second view can only receive exclusive touch events. Thus, if there is another touch event already being received by another view (i.e., the first view), the second view cannot receive a touch event, and the OS can ignore the second touch (step 512). However, if the exclusive touch flag for the second touch is not set (unasserted), the OS can send a touch event associated with the second touch to the second view. More specifically, the OS can send a touch event associated with the second touch to a software element associated with the second view (step 514).


Thus, the exclusive touch flag can ensure that views flagged as exclusive only receive touch events when they are the only views on the display receiving touch events. The exclusive flag can be very useful in simplifying the software of applications running on a multi-touch enabled device. In certain situations, allowing multiple views to receive touches simultaneously can result in complex conflicts and errors. For example, if a button to delete a song and a button to play a song are simultaneously pressed, this may cause an error. Avoiding such conflicts may require complex and costly software. However, embodiments of the present invention can reduce the need for such software by providing an exclusive touch flag which can ensure that a view that has that flag set will receive touch events only when it is the only view that is receiving a touch event. Alternatively, one or more views can have their exclusive touch flags unasserted, thus allowing multiple simultaneous touches at two or more of these views.


In some embodiments the exclusive flag can signify exclusivity for the entire display. Thus, when a view with the exclusive flag set is receiving a touch event, all other views in the display can be blocked from receiving any touch events. In alternative embodiments, the exclusive flag can signify exclusivity in a smaller area such as a single application, or a single window. For example, a first view with its exclusivity flag set can block other views that are in the same window from receiving any touch events while the first view is receiving a touch event, but not block views in other windows.


The exclusive touch and multi-touch flags can be combined. Accordingly, one or more views being displayed can each include two flags—a multi-touch flag and an exclusive touch flag. In some embodiments, all displayed views can include these two flags. The value of one flag need not depend on the value of another. In one example, a view with both exclusive and multi-touch flags set can allow multiple touches within the view but may only receive touches exclusively (i.e., when the view is receiving touches, touches to other views can be blocked). A view with both flags unasserted can block multiple touches within the view but allow single touches within the view even if touches are simultaneously taking place in other views. A view with the multi-touch flag unasserted and the exclusive touch flag asserted can allow only single touches within the view when no other touches are taking place in any other views. A view with the multi-touch flag asserted and the exclusive touch flag unasserted can allow all touches received for the view. A view with both flags asserted can allow multiple touches in the view while no other touches are taking place for other views.


Alternative embodiments can feature only one of the flags (and the associated functionality). Thus, some embodiments can use the multi-touch flag only or exclusive touch flag only. In some embodiments, different views can use different combinations of the flags.


The various functionalities performed by the OS in FIGS. 4, 5A and 5B can instead be performed by other software, such as various utility software. These functionalities can be performed by software at any one layer of layers 103 through 108 of FIG. 1. In an alternative embodiment, these functionalities can even be performed by hardware 100.


Provided below is an exemplary set of code showing the methods of an exemplary software element associated with a view according to some embodiments of the invention. A person of skill in the art would recognize that other code may also be used to implement the functionalities discussed above.


While the above discussion centers on multi-touch displays and panels, the present invention is not limited to multi-touch device but may include various multi-point devices as discussed above (including, for example, multi-proximity sensor devices). For multi-point devices, multi-point and an exclusive point flags can be used. These flags can operate in a similar manner to the multi-touch and exclusive touch flags discussed above.


Although the present invention has been fully described in connection with embodiments thereof with reference to the accompanying drawings, it is to be noted that various changes and modifications will become apparent to those skilled in the art. Such changes and modifications are to be understood as being included within the scope of the present invention as defined by the appended claims.

Claims
  • 1. A non-transitory computer readable storage medium, storing one or more programs for execution by a multi-touch device with a display and a touch-sensitive surface, the one or more programs including instructions that when executed by the multi-touch device cause the multi-touch device to: display a user interface including a plurality of views, each view corresponding to a respective portion of the user interface, the plurality of views including a first view and a second view;execute one or more software elements, each software element being associated with a particular view;receive at least one touch in the first view, wherein the first view is associated with a software element of said one or more software elements; andin response to receiving the at least one touch in the first view, send at least one touch event describing a touch received in the first view to the software element associated with the first view;while receiving the at least one touch in the first view: receive at least one touch in the second view; andin response to receiving the at least one touch in the second view: in accordance with a determination that the first view is an exclusive-touch view in the sense that the first view does not allow software elements associated with other views to receive touch events while the first view is receiving a touch, ignore, with respect to the second view, the at least one touch received in the second view; andin accordance with a determination that the first view is not an exclusive-touch view in the sense that the first view allows software elements associated with other views to receive touch events while the first view is receiving a touch, provide at least one touch event describing a touch received in the second view to a software element associated with the second view.
  • 2. The non-transitory computer readable storage medium of claim 1, wherein the first view is associated with a first exclusive-touch flag, and the first exclusive-touch flag associated with the first view is asserted.
  • 3. The non-transitory computer readable storage medium of claim 1, wherein the second view is not associated with an exclusive-touch flag, or the second view is associated with a second exclusive-touch flag but the second exclusive-touch flag associated with the second view is not asserted.
  • 4. The non-transitory computer readable storage medium of claim 1, wherein: the sending of the at least one touch event that describes the at least one touch received in the first view to the software element associated with the first view is based upon determining that no exclusive-touch view other than the first view is receiving one or more touches.
  • 5. The non-transitory computer readable storage medium of claim 1, wherein the one or more programs include instructions that when executed by the multi-touch device cause the multi-touch device to: receive one or more touches in the second view while, at least initially, not receiving any touch in the first view; and,while receiving the one or more touches in the second view: receive one or more touches in the first view; andin response to receiving the one or more touches in the first view, block any touch event describing a touch received in the first view.
  • 6. The non-transitory computer readable storage medium of claim 5, wherein the one or more programs include instructions that when executed by the multi-touch device cause the multi-touch device to: in response to receiving the one or more touches in the second view, send at least one touch event describing a touch received in the second view to the software element associated with the second view.
  • 7. The non-transitory computer readable storage medium of claim 1, wherein the multi-touch device is a mobile telephone or a digital media player.
  • 8. The non-transitory computer readable storage medium of claim 1, wherein the second view is a non-exclusive-touch view in the sense that the second view allows software elements associated with other views to receive touch events while the second view is receiving a touch.
  • 9. A method for handling touch events at a multi-touch device, comprising: displaying a user interface including a plurality of views, each view corresponding to a respective portion of the user interface, the plurality of views including a first view and a second view;executing one or more software elements, each software element being associated with a particular view;receiving at least one touch in the first view, wherein the first view is associated with a software element of said one or more software elements; andin response to receiving the at least one touch in the first view, sending at least one touch event describing a touch received in the first view to the software element associated with the first view;while receiving the at least one touch in the first view: receiving at least one touch in the second view; andin response to receiving the at least one touch in the second view: in accordance with a determination that the first view is an exclusive-touch view in the sense that the first view does not allow software elements associated with other views to receive touch events while the first view is receiving a touch, ignoring, with respect to the second view, the at least one touch received in the second view; andin accordance with a determination that the first view is not an exclusive-touch view in the sense that the first view allows software elements associated with other views to receive touch events while the first view is receiving a touch, providing at least one touch event describing a touch received in the second view to a software element associated with the second view.
  • 10. The method of claim 9, wherein the first view is associated with a first exclusive-touch flag, and the first exclusive-touch flag associated with the first view is asserted.
  • 11. The method of claim 9, wherein the second view is not associated with an exclusive-touch flag, or the second view is associated with a second exclusive-touch flag but the second exclusive-touch flag associated with the second view is not asserted.
  • 12. The method of claim 9, wherein: the sending of the at least one touch event that describes the at least one touch received in the first view to the software element associated with the first view is based upon determining that no exclusive-touch view other than the first view is receiving one or more touches.
  • 13. The method of claim 9, further comprising: receiving one or more touches in the second view while, at least initially, not receiving any touch in the first view; and,while receiving the one or more touches in the second view: receiving one or more touches in the first view; andin response to receiving the one or more touches in the first view, blocking any touch event describing a touch received in the first view.
  • 14. The method of claim 13, further comprising: in response to receiving the one or more touches in the second view, sending at least one touch event describing a touch received in the second view to the software element associated with the second view.
  • 15. The method of claim 9, wherein the multi-touch device is a mobile telephone or a digital media player.
  • 16. The method of claim 9, wherein the second view is a non-exclusive-touch view in the sense that the second view allows software elements associated with other views to receive touch events while the second view is receiving a touch.
  • 17. A multi-touch device, comprising one or more processors;memory;a display; anda touch-sensitive surface;the memory storing one or more programs for execution by the one or more processors, the one or more programs including instructions that when executed by the one or more processors cause the multi-touch device to:display, on the display, a user interface including a plurality of views, each view corresponding to a respective portion of the user interface, the plurality of views including a first view and a second view;execute one or more software elements, each software element being associated with a particular view;receive, with the touch-sensitive surface, at least one touch in the first view, wherein the first view is associated with a software element of said one or more software elements; andin response to receiving the at least one touch in the first view, send at least one touch event describing a touch received in the first view to the software element associated with the first view;while receiving the at least one touch in the first view: receive at least one touch in the second view; andin response to receiving the at least one touch in the second view: in accordance with a determination that the first view is an exclusive-touch view in the sense that the first view does not allow software elements associated with other views to receive touch events while the first view is receiving a touch, ignore, with respect to the second view, the at least one touch received in the second view; andin accordance with a determination that the first view is not an exclusive-touch view in the sense that the first view allows software elements associated with other views to receive touch events while the first view is receiving a touch, provide at least one touch event describing a touch received in the second view to a software element associated with the second view.
  • 18. The multi-touch device of claim 17, wherein the first view is associated with a first exclusive-touch flag, and the first exclusive-touch flag associated with the first view is asserted.
  • 19. The multi-touch device of claim 17, wherein the second view is not associated with an exclusive-touch flag, or the second view is associated with a second exclusive-touch flag but the second exclusive-touch flag associated with the second view is not asserted.
  • 20. The multi-touch device of claim 17, wherein: the sending of the at least one touch event that describes the at least one touch received in the first view to the software element associated with the first view is based upon determining that no exclusive-touch view other than the first view is receiving one or more touches.
  • 21. The multi-touch device of claim 17, wherein the one or more programs include instructions that when executed by the one or more processors cause the multi-touch device to: receive one or more touches in the second view while, at least initially, not receiving any touch in the first view; and,while receiving the one or more touches in the second view: receive one or more touches in the first view; andin response to receiving the one or more touches in the first view, block any touch event describing a touch received in the first view.
  • 22. The multi-touch device of claim 21, wherein the one or more programs include instructions that when executed by the one or more processors cause the multi-touch device to: in response to receiving the one or more touches in the second view, send at least one touch event describing a touch received in the second view to the software element associated with the second view.
  • 23. The multi-touch device of claim 17, wherein the multi-touch device is a mobile telephone or a digital media player.
  • 24. The multi-touch device of claim 17, wherein the second view is a non-exclusive-touch view in the sense that the second view allows software elements associated with other views to receive touch events while the second view is receiving a touch.
RELATED APPLICATION

This application is a continuation of U.S. application Ser. No. 14/171,680, filed Feb. 3, 2014, which is a continuation of U.S. application Ser. No. 12/042,318, filed Mar. 4, 2008, now U.S. Pat. No. 8,645,827, which are incorporated herein by reference in their entirety.

US Referenced Citations (488)
Number Name Date Kind
4455452 Schuyler Jun 1984 A
4674066 Kucera Jun 1987 A
5046434 Breezer et al. Sep 1991 A
5233547 Kapp et al. Aug 1993 A
5252951 Tannenbaum et al. Oct 1993 A
5454960 Newsom Oct 1995 A
5463725 Henckel et al. Oct 1995 A
5488204 Mead et al. Jan 1996 A
5495566 Kwatinetz Feb 1996 A
5513309 Meier et al. Apr 1996 A
5530861 Diamant et al. Jun 1996 A
5534893 Hansen, Jr. et al. Jul 1996 A
5564112 Hayes et al. Oct 1996 A
5566337 Szymanski et al. Oct 1996 A
5570113 Zetts Oct 1996 A
5583543 Takahashi et al. Dec 1996 A
5589856 Stein et al. Dec 1996 A
5612719 Beernick et al. Mar 1997 A
5627567 Davidson May 1997 A
5627959 Brown et al. May 1997 A
5676064 Shuert Oct 1997 A
5686940 Kuga Nov 1997 A
5698822 Haneda et al. Dec 1997 A
5708460 Young et al. Jan 1998 A
5745116 Pisutha-Arnond Apr 1998 A
5798752 Buxton et al. Aug 1998 A
5818455 Stone et al. Oct 1998 A
5844547 Minakuchi et al. Dec 1998 A
5854853 Wang Dec 1998 A
5864636 Chisaka Jan 1999 A
5867158 Murasaki et al. Feb 1999 A
5880411 Gillespie et al. Mar 1999 A
5903902 Orr et al. May 1999 A
5917477 Lee Jun 1999 A
5959629 Masui Sep 1999 A
6028602 Weidenfeller et al. Feb 2000 A
6034688 Greenwood et al. Mar 2000 A
6035343 Tsushima et al. Mar 2000 A
6061063 Wagner et al. May 2000 A
6089371 Lin Jul 2000 A
6141018 Beri et al. Oct 2000 A
6188391 Seely et al. Feb 2001 B1
6259436 Moon et al. Jul 2001 B1
6281886 Ranieri Aug 2001 B1
6323846 Westerman et al. Nov 2001 B1
6369821 Merrill et al. Apr 2002 B2
6377965 Hachamovitch et al. Apr 2002 B1
6446083 Leight et al. Sep 2002 B1
6486896 Ubillos Nov 2002 B1
6489951 Wong et al. Dec 2002 B1
6498590 Dietz et al. Dec 2002 B1
6559869 Lui et al. 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
6628835 Brill et al. Sep 2003 B1
6631501 Jurion et al. Oct 2003 B1
6636242 Bowman-Amuah Oct 2003 B2
6639584 Li Oct 2003 B1
6661409 DeMartines et al. Dec 2003 B2
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
6690387 Zimmerman et al. Feb 2004 B2
6707449 Hinckley et al. Mar 2004 B2
6714936 Nevin, III Mar 2004 B1
6735583 Bjarnestam et al. May 2004 B1
6741996 Brechner et al. May 2004 B1
6757673 Makus et al. Jun 2004 B2
6765557 Segal et al. Jul 2004 B1
6778992 Searle et al. Aug 2004 B1
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
6856326 Zhai Feb 2005 B1
6868383 Bangalore et al. Mar 2005 B1
6903927 Anlauff Jun 2005 B2
6907575 Duarte Jun 2005 B2
6912462 Ogaki Jun 2005 B2
6957392 Simister et al. Oct 2005 B2
6958749 Matsushita Oct 2005 B1
6963937 Kamper et al. Nov 2005 B1
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
7023427 Kraus et al. Apr 2006 B2
7030861 Westerman et al. Apr 2006 B1
7030863 Longe et al. Apr 2006 B2
7046230 Zadesky et al. May 2006 B2
7062090 Simmons et al. Jun 2006 B2
7075512 Fabre et al. Jul 2006 B1
7084859 Pryor Aug 2006 B1
7088374 David et al. Aug 2006 B2
7102626 Denny, III Sep 2006 B2
7117453 Drucker et al. Oct 2006 B2
7152210 Van Den Hoven et al. Dec 2006 B1
7154534 Seki et al. Dec 2006 B2
7155048 Ohara Dec 2006 B2
7171353 Trower, II et al. Jan 2007 B2
7173623 Calkins et al. Feb 2007 B2
7181373 Le Cocq et al. Feb 2007 B2
7184796 Karidis et al. Feb 2007 B2
7237199 Menhardt et al. Jun 2007 B1
7240291 Card et al. Jul 2007 B2
7337412 Guido et al. Feb 2008 B2
7346850 Swartz et al. Mar 2008 B2
7358965 Barabe et al. Apr 2008 B2
7385592 Collins Jun 2008 B2
7420543 Jayachandra Sep 2008 B2
7469381 Ording Dec 2008 B2
7487447 Jerger Feb 2009 B1
7499027 Brigham, II et al. Mar 2009 B2
7561159 Abel et al. Jul 2009 B2
7564448 Yi Jul 2009 B2
7576732 Lii Aug 2009 B2
7614008 Ording Nov 2009 B2
7653883 Hotelling et al. Jan 2010 B2
7663607 Hotelling et al. Feb 2010 B2
7673255 Schechter et al. Mar 2010 B2
7694231 Kocienda et al. Apr 2010 B2
7724242 Hillis et al. May 2010 B2
7739604 Lyons et al. Jun 2010 B1
7750893 Hashimoto et al. Jul 2010 B2
7782307 Westerman et al. Aug 2010 B2
7786975 Ording et al. Aug 2010 B2
7812826 Ording et al. Oct 2010 B2
7843427 Ording et al. Nov 2010 B2
7844915 Platzer et al. Nov 2010 B2
7864037 Miller Jan 2011 B2
7872652 Platzer et al. Jan 2011 B2
7900156 Andre et al. Mar 2011 B2
7903115 Platzer et al. Mar 2011 B2
7907125 Weiss et al. Mar 2011 B2
7917584 Arthursson Mar 2011 B2
7925996 Hofmeister et al. Apr 2011 B2
7941760 Kocienda et al. May 2011 B2
7962862 Kulp et al. Jun 2011 B2
7966578 Tolmasky et al. Jun 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
8400416 Ho et al. Mar 2013 B2
8416196 Williamson et al. Apr 2013 B2
8428893 Moore et al. Apr 2013 B2
8434003 Zalewski et al. Apr 2013 B2
8436815 Mazeev et al. May 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
8682602 Moore et al. Mar 2014 B2
9285908 Moore et al. Mar 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
20010045949 Chithambaram et al. Nov 2001 A1
20020015024 Westerman et al. Feb 2002 A1
20020015064 Robotham et al. Feb 2002 A1
20020036618 Wakai et al. Mar 2002 A1
20020101418 Vernier et al. Aug 2002 A1
20020191029 Gillespie et al. Dec 2002 A1
20020194589 Cristofalo et al. Dec 2002 A1
20030063073 Geaghan et al. Apr 2003 A1
20030071850 Geidl Apr 2003 A1
20030071858 Morohoshi Apr 2003 A1
20030080946 Chuang 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
20030160832 Ridgley et al. Aug 2003 A1
20030174149 Fujisaki et al. Sep 2003 A1
20030184525 Tsai Oct 2003 A1
20030197689 May Oct 2003 A1
20030197744 Irvine Oct 2003 A1
20030210258 Williams Nov 2003 A1
20030214531 Chambers et al. Nov 2003 A1
20030222917 Trantow Dec 2003 A1
20040001627 Simmons et al. Jan 2004 A1
20040021676 Chen et al. Feb 2004 A1
20040021698 Baldwin et al. Feb 2004 A1
20040025115 Sienel et al. Feb 2004 A1
20040027398 Jaeger Feb 2004 A1
20040039474 Kontani Feb 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
20040111672 Bowman et al. 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
20040189721 Pettiross et al. Sep 2004 A1
20040210847 Berson et al. Oct 2004 A1
20040215643 Brechner et al. Oct 2004 A1
20040221168 Girard Nov 2004 A1
20040222992 Calkins et al. Nov 2004 A1
20040224638 Fadell et al. Nov 2004 A1
20040225965 Garside 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, Jr. et al. Feb 2005 A1
20050057524 Hill et al. Mar 2005 A1
20050088443 Blanco et al. Apr 2005 A1
20050122806 Arakawa et al. Jun 2005 A1
20050145807 Lapstun et al. Jul 2005 A1
20050162402 Watanachote Jul 2005 A1
20050168488 Montague Aug 2005 A1
20050179648 Barabe et al. Aug 2005 A1
20050183035 Ringel et al. Aug 2005 A1
20050193015 Logston et al. Sep 2005 A1
20050195154 Robbins et al. Sep 2005 A1
20050198588 Lin et al. Sep 2005 A1
20050210419 Kela 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
20060010400 Dehlin et al. Jan 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
20060028455 Hinckley et al. Feb 2006 A1
20060031786 Hillis et al. Feb 2006 A1
20060036955 Baudisch et al. Feb 2006 A1
20060038796 Hinckley et al. Feb 2006 A1
20060048073 Jarrett et al. Mar 2006 A1
20060055662 Rimas-Ribikauskas et al. Mar 2006 A1
20060055669 Das Mar 2006 A1
20060055789 Jin et al. 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
20060094502 Katayama et al. May 2006 A1
20060097991 Hotelling et al. May 2006 A1
20060112335 Hofmeister May 2006 A1
20060123353 Matthews et al. Jun 2006 A1
20060125799 Hillis et al. Jun 2006 A1
20060125803 Westerman 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
20060176403 Gritton et al. Aug 2006 A1
20060181510 Faith Aug 2006 A1
20060187215 Rosenberg et al. Aug 2006 A1
20060190833 SanGiovanni et al. Aug 2006 A1
20060197753 Hotelling Sep 2006 A1
20060221061 Fry 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
20060247915 Bradford et al. Nov 2006 A1
20060262104 Sullivan et al. Nov 2006 A1
20060271520 Ragan Nov 2006 A1
20060274042 Krah et al. Dec 2006 A1
20060279548 Geaghan Dec 2006 A1
20060284792 Foxlin Dec 2006 A1
20070008066 Fukuda Jan 2007 A1
20070013697 Gilboa Jan 2007 A1
20070024646 Saarinen et al. Feb 2007 A1
20070036346 Kwon Feb 2007 A1
20070046643 Hillis 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
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
20070120835 Sato May 2007 A1
20070132789 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
20070152980 Kocienda et al. Jul 2007 A1
20070152983 McKillop 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
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
20070214436 Myers Sep 2007 A1
20070214462 Boillot Sep 2007 A1
20070226636 Carpenter et al. Sep 2007 A1
20070236472 Bentsen et al. 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
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
20080027642 Winberry 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
20080048978 Trent, Jr. et al. Feb 2008 A1
20080072143 Assadollahi Mar 2008 A1
20080082934 Kocienda et al. Apr 2008 A1
20080094356 Ording et al. Apr 2008 A1
20080094368 Ording et al. Apr 2008 A1
20080104544 Collins et al. May 2008 A1
20080114614 Mahesh et al. May 2008 A1
20080115086 Rupp et al. May 2008 A1
20080120576 Kariathungal et al. May 2008 A1
20080122806 Ahn May 2008 A1
20080158170 Herz et al. Jul 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
20080166049 Wang et al. Jul 2008 A1
20080168384 Platzer et al. Jul 2008 A1
20080168388 Decker Jul 2008 A1
20080168395 Ording et al. Jul 2008 A1
20080168402 Blumenberg Jul 2008 A1
20080168405 Tolmasky et al. Jul 2008 A1
20080168478 Platzer et al. Jul 2008 A1
20080172633 Jeon et al. Jul 2008 A1
20080195388 Bower et al. Aug 2008 A1
20080207130 Kunii Aug 2008 A1
20080218489 Park et al. Sep 2008 A1
20080225014 Kim Sep 2008 A1
20080231610 Hotelling et al. Sep 2008 A1
20080316178 Caliksan et al. Dec 2008 A1
20080316183 Westerman et al. Dec 2008 A1
20090049388 Taib et al. Feb 2009 A1
20090051671 Konstas Feb 2009 A1
20090058830 Herz et al. Mar 2009 A1
20090063135 Fux 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
20090225041 Kida 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
20090300530 Falchuk Dec 2009 A1
20090303187 Pallakoff Dec 2009 A1
20090304281 Yipu 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
20100060666 Fong Mar 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
20100169841 Singh 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
20110102464 Godavari 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
20110242032 Seo et al. Oct 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
20110304560 Dale et al. Dec 2011 A1
20110307833 Dale et al. Dec 2011 A1
20110310046 Beaver et al. Dec 2011 A1
20110310047 Moore et al. Dec 2011 A1
20110314429 Blumenberg Dec 2011 A1
20110314430 Blumenberg Dec 2011 A1
20110321125 Kyohgoku et al. Dec 2011 A1
20120023443 Blumenberg Jan 2012 A1
20120023460 Blumenberg Jan 2012 A1
20120023461 Blumenberg Jan 2012 A1
20120023509 Blumenberg Jan 2012 A1
20120026104 Ho et al. Feb 2012 A1
20120133579 Prieur et al. May 2012 A1
20120221929 Bolsinga et al. Aug 2012 A1
20120242584 Tuli Sep 2012 A1
20120256849 Crumly Oct 2012 A1
20120278725 Gordon et al. Nov 2012 A1
20120299852 Hsu 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
20130120280 Kukulski May 2013 A1
20130239046 Platzer et al. Sep 2013 A1
20130244574 Okuno et al. Sep 2013 A1
20130246861 Colley et al. Sep 2013 A1
20130275888 Williamson et al. Oct 2013 A1
20140033131 Shaffer et al. Jan 2014 A1
20140145995 Beaver et al. May 2014 A1
20140160052 Moore et al. Jun 2014 A1
20140173419 Williamson et al. Jun 2014 A1
20140181731 Platzer et al. Jun 2014 A1
20140361982 Shaffer Dec 2014 A1
20160018981 Amerige et al. Jan 2016 A1
20160162180 Moore et al. Jun 2016 A1
20160342325 Blumenberg Nov 2016 A1
20160370987 Amerige et al. Dec 2016 A1
20170046063 Shaffer et al. Feb 2017 A1
Foreign Referenced Citations (125)
Number Date Country
2007283771 Apr 2007 AU
2755443 Sep 2010 CA
1326564 Dec 2001 CN
1331815 Jan 2002 CN
1422481 Jun 2003 CN
1695105 Nov 2005 CN
1704886 Dec 2005 CN
1797308 Jul 2006 CN
1841284 Oct 2006 CN
1845046 Oct 2006 CN
1860429 Nov 2006 CN
1942853 Apr 2007 CN
1967458 May 2007 CN
1969254 May 2007 CN
101040244 Sep 2007 CN
101089804 Dec 2007 CN
101339453 Jan 2009 CN
101356492 Jan 2009 CN
101410781 Apr 2009 CN
101526880 Sep 2009 CN
101529368 Sep 2009 CN
101727240 Jun 2010 CN
202007013923 Dec 2007 DE
202005021427 Feb 2008 DE
0538705 Apr 1993 EP
0626635 Nov 1994 EP
0635779 Jan 1995 EP
0701220 Mar 1996 EP
0712825 May 1996 EP
0880091 Nov 1998 EP
1 443 395 Aug 2004 EP
1517228 Mar 2005 EP
1860539 Nov 2007 EP
2031837 Mar 2009 EP
2141576 Jan 2010 EP
1964022 Mar 2010 EP
2184673 May 2010 EP
2 354 930 Aug 2011 EP
2390766 Nov 2011 EP
2409222 Jan 2012 EP
2 472 384 Jul 2012 EP
1517521 Jul 1978 GB
2319591 May 1998 GB
2351639 Jan 2001 GB
2373778 Oct 2002 GB
2404547 Jul 2003 GB
02-140822 May 1990 JP
03-271976 Dec 1991 JP
A H05-019969 Jan 1993 JP
H05-298002 Nov 1993 JP
06-149467 May 1994 JP
08-16314 Jan 1996 JP
H10-500509 Jan 1998 JP
H11-085354 Mar 1999 JP
2000-163031 Jun 2000 JP
2000-163443 Jun 2000 JP
2000-222130 Aug 2000 JP
2000-322199 Nov 2000 JP
2001-027924 Jan 2001 JP
2001-290585 Oct 2001 JP
2003-296024 Oct 2003 JP
2003-330605 Nov 2003 JP
2005-056286 Mar 2005 JP
2005-082086 Mar 2005 JP
2005-165532 Jun 2005 JP
2005-242669 Sep 2005 JP
2005-322088 Nov 2005 JP
2006-085356 Mar 2006 JP
2006-085703 Mar 2006 JP
2006-102275 Apr 2006 JP
2006-314167 Nov 2006 JP
2006-350490 Dec 2006 JP
2008-503125 Jan 2008 JP
2008-508601 Mar 2008 JP
2008-146165 Jun 2008 JP
2008-203973 Sep 2008 JP
2008-312153 Dec 2008 JP
2009-169825 Jul 2009 JP
2009-525538 Jul 2009 JP
10-503124 Jan 2010 JP
12-014299 Jan 2012 JP
2009-0057304 Jun 2009 KR
2009-0057421 Jun 2009 KR
WO 0038042 Jun 2000 WO
WO 0129702 Apr 2001 WO
WO 0177792 Oct 2001 WO
WO 0201338 Jan 2002 WO
WO 0208881 Jan 2002 WO
WO 0213176 Feb 2002 WO
WO 0221338 Mar 2002 WO
WO 03060622 Jul 2003 WO
WO 03081458 Oct 2003 WO
WO 04001560 Dec 2003 WO
WO 2005029460 Mar 2005 WO
WO 2005052773 Jun 2005 WO
WO 2006003590 Jan 2006 WO
WO 2006003591 Jan 2006 WO
WO 2006020304 Feb 2006 WO
WO 2006020305 Feb 2006 WO
WO 2006026183 Mar 2006 WO
WO 2006045530 May 2006 WO
WO 2006067711 Jun 2006 WO
WO 2006094308 Sep 2006 WO
WO 2006124248 Nov 2006 WO
WO 2006128248 Dec 2006 WO
WO 2007037806 Apr 2007 WO
WO 2007067858 Jun 2007 WO
WO 2007079425 Jul 2007 WO
WO 2007089766 Aug 2007 WO
WO 2008020446 Feb 2008 WO
WO 2008030779 Mar 2008 WO
WO 2008030879 Mar 2008 WO
WO 2008030880 Mar 2008 WO
WO 2008085846 Jul 2008 WO
WO 2008085848 Jul 2008 WO
WO 2008085855 Jul 2008 WO
WO 2008085871 Jul 2008 WO
WO 2008085877 Jul 2008 WO
WO 2008148021 Dec 2008 WO
WO 2009018314 Feb 2009 WO
WO 2009111189 Sep 2009 WO
WO 2009111458 Sep 2009 WO
WO 2009111460 Sep 2009 WO
WO 2009111469 Sep 2009 WO
WO 2010107669 Sep 2010 WO
Non-Patent Literature Citations (602)
Entry
Allen, “Override the GNU C Library-Painlessly,” http://www.ibm.com/developerworks/linux/library/l-glibc/index.html, Apr. 1, 2002, 4 pages.
Anonymous, “Firegestures Version History: Add-ons for Firefox,” Internet Article, http://addons.mozilla.org/en-US/firefox/addons/version/6366, Oct. 28, 2009, 6 pages.
Anonymous, “Firegestures: Changelog,” Internet Article, http://www.xuldev.org/firegestures/changelong.php, Oct. 27, 2009, 8 pages.
Anonymous, “Firegestures: Firefox Extension,” Internet Article, http://www.xuldev.org/firegesture/, Oct. 27, 2009, 2 pages.
Apple, “Safari Web Content Guide for iPhone,” Apple Inc., Feb. 5, 2008, 96 pages.
Apple Inc. v. HTC Corporation, Brief Details of Claim, in the High Court of Justice, Chancery Division, Patents Court, Sep. 12, 2011, 2 pages.
Apple Inc. v. HTC Corporation Intervention of the Infringer according to Art. 105 EPC, Dec. 12, 2011, 24 pages.
Apple vs. HTC, Justice Floyd, Royal Courts of Justice, Jul. 4, 2012, 26 pages.
Apple Inc. v. HTC Corporation, Particulars of Claim, In the High Court of Justice, Chancery Division, Patents Court, Sep. 12, 2011, 4 pages.
Apple Inc. v. HTC Corporation, Particulars of Infringement, In the High Court of Justice, Chancery Division, Patents Court, Sep. 12, 2011, 5 pages.
Apple vs HTC, Reference to Complaint, Letter from Powell Gilbert, Apr. 5, 2012, 12 pages.
Apple vs HTC, Reference to Complaint, Letter from Powell Gilbert, Jul. 29, 2011, 22 pages.
Apple Inc. vs. Samsung Electronics Co. Ltd. et al., Judgment, District Court of the Hague, Aug. 24, 2011, 65 pages.
Apple Inc. vs. Samsung Electronics Co. Ltd., et al., Samsung's Motion to Supplement Invalidity, U.S. District Court, Jan. 27, 2012, 47 pages.
Ballard, “Microsoft Makes Research Technologies Available for Licensing,” http://www.theserverside.com/news/thread.tss?thread—id=33761, May 5, 2005, 3 pages.
Bederson, “Photo Mesa 3.1.2, Screen Shots,” May 24, 2006, 5 pages.
Benko et al., “Precise Selection Techniques for Multi-Touch Screens,” Department of Computer Science, Columbia University, NY, Jan. 16, 2006, 10 pages.
Brown, et al., “Distributed Active Objects,” Fifth International World Wide Web Conference, Paris, France, May 6-10, 1996, 18 pages.
Buxton, “Multi-Touch Systems that I Have Known and Loved,” Jan. 12, 2007, http://www.billbuxton.com/multitouchOverview.html, 25 pages.
Chartier, “Apple Releases iOS 4.3 Beta for Developers,” Macworld.com, www.macworld.com/article/1157114/ios—4—3.html, Jan. 12, 2011, 7 pages.
Chen, “The Web is Everywhere,” IEEE Communications Magazine, Feb. 5, 2008, 1 page.
Davis, “Flash to the Core,” http://www.amazon.com/Flash-Core-Joshua-David/dp/0735712881:Amazon.com, Jul. 24, 2002, 5 pages.
Dewid, “Scroll Control Box,” IBM Technical Disclosure Bulletin, vol. 38, Apr. 4, 1993, 6 pages.
Dietz et al., “DiamondTouch: A Multi-User Touch Technology,” Mitsubishi Electric Research Laboratories, Cambridge, Massachusetts, Oct. 2003, 11 pages.
Dodge et al., “Microsoft Office Excel 2003 Office Manual,” Microsoft Press, vol. 1, Jul. 12, 2004, 5 pages.
Esenther et al., “Fluid DTMouse: Better Mouse Support for Touch-Based Interactions,” Mitsubishi Electric Research Laboratories, Cambridge, Massachusetts, May 2006, 5 pages.
Feng et al., “Wireless Java Programming with Java 2 Micro Edition,” ASCII Corporation, Kenichi Suzuki, , Japan, May 11, 2002, 90 pages.
Flanagan, JavaScript, 5th Ed., O'Reilly Japan, Jan. 31, 2008, 35 pages.
Forlines et al., “DTLens: Multi-user Tabletop Spatial Data Exploration,” Mitsubishi Electric Research Laboratories, Cambridge, Massachusetts, Oct. 2005, 5 pages.
Forlines et al., “Glimpse: A Novel Input Model for Multi-Level Devices,” Mitsubishi Electric Research Laboratory, Cambridge, Massachusetts, Dec. 2005, 5 pages.
Han, “TED Ideas Worth Spreading,” http://www.ted.com/talks/jeff—han—demos—his—breakthrough—touchscreen.html, Feb. 25, 2006, 1 page.
Holzner, “Built-in JavaScript Objects,” JavaScript Complete, McGraw/Hill, New York, Jun. 1998, 9 pages.
JazzMutant, “Lemur v1.3 Examples Package: CursorModes.xml,” http://www.jazzmutant.com/support—download.php>, Jan. 31, 2006, 4 pages.
JazzMutant, The Lemur Owner's Manual, 2005 JazzMutant SAS and Cycling '74, //www.jazzmutant.com/support—download.php, Oct. 31, 2005, 108 pages.
JazzMutant, Lemur v1.3 Documentation Addendum, http://www.jazzmutant.com/support—download.php, Mar. 22, 2005, 3 pages.
JazzMutant, Lemur v1.3 Examples package: LightStepSeq.xml, http://www.jazzmutant.com/support—download.php, Jan. 31, 2006, 5 pages.
JazzMutant, Support, web.archive.org/web/20060421144624/http://www.jazzmutant.com/support—download.php, Apr. 21, 2006, 2 pages.
Karlson et al., AppLens and LaunchTile: Two Designs for One-handed Thumb Use on Small Devices, PowerPoint presentation, Computer Science Department, University of Maryland, College Park, MD, Apr. 2-7, 2005, 17 pages.
Karlson et al.,“AppLens and LaunchTile: Two Designs for One-handed Thumb Use on Small Devices,” paper, Computer Science Department, University of Maryland, College Park, MD, Apr. 2-7, 2005, 10 pages.
KennyTM, “UIGestureRecognizer,” from iPhone Development Wiki, Oct. 31, 2009, http://iphonedevwiki.net/index.php?title=UIGestureRecognizer&oldid=319http://iphonedevwiki.net/index.php?title=UIGestureRecognizer&action=history, 3 pages.
Kim et al., “HCI (Human Computer Interaction) Using Multi-touch Tabletop Display,” Department of Computer Engineering, Chonnam National University, Gwangju Korea, Aug. 24, 2007, 4 pages.
Lin et al., “Embedded GUI Based on Linux OS and Design Improvement Thereof,” May 13, 2004, 6 pages.
Maemo.org, “Coding Style and Programming Guidelines,” http://maemo.org/development/documentation/manuals/3-x/maemo—coding—style—and—programming—guides, Nov. 28, 2007, 14 pages.
Masui et al., “Elastic Graphical Interfaces for Precise Data Manipulation,” Software Research Laboratories, SHARP Corporation, Nara, Japan, Apr. 1995, 2 pages.
Matsuda et al., “Phosphorylcholine-endcapped oligomer and block co-oligomer and surface biological reactivity,” Biomaterials, Jun. 24, 2003, 11 pages.
Mertz et al., “The Influence of Design Techniques on User Interfaces: the DigiStrips Experiment for Air Traffic Control,” HCI-aero 2000, Toulouse, France, Sep. 2000, 6 pages.
“Microsoft Word 2003 Screen Shots,” Microsoft 2003, 2 pages.
Microsoft, “Microsoft Windows Software Development Kit Update for Windows Vista,” www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=23719, Mar. 22, 2007, 26 pages.
Microsoft, Window Styles-Microsoft Windows SDK-Screenshot, Mar. 22, 2007, 2 pages.
Miller, “Archive—Java Technology Products Download, PersonalJava Application Environment,” http://java.sun.com/products/personaljava/touchable/, Apr. 13, 2006, 12 pages.
Millhollon, “Microsoft Office Word 2003 Inside Out,” Microsoft Press, Redmond, Washington, Oct. 2, 2003, 7 pages.
Nathan, “Silverlight 1.0 Unleashed,” Sam's Publishing, XP055236068, ISBN: 978-0-672-33007-0, Oct. 16, 2007, 271 pages. (Part One & Part Two).
Nokia, “Hildon User Interface Style Guide Summary,” Version 1.1, Apr. 12, 2006, 15 pages.
Notice of Appeal in Expedited Appeal in Summary Proceedings, Sep. 11, 2011, 51 pages.
Olsen, “Building Interactive Systems: Principles for Human-Computer Interaction,” Jan. 7, 2009, 6 pages.
Olsen, “Developing User Interfaces,” Morgan Kaufmann Publishers, San Francisco, California, 1998, Chapter 4, 40 pages.
Petzold, “Programming Microsoft Windows with C#,” Core Reference, Jan. 18, 2002, 5 pages.
Pixley, “Document Object Model (DOM) Level 2 Events Specification, Version 1,” Netscape Communications Corp., W3C, Nov. 13, 2000, 47 pages.
Plaisant et al., “Touchscreen Toggle Design,” Human-Computer Interaction Laboratory, University of Maryland, College Park, MD, May 3-7, 1992, 2 pages.
Pleading notes Mr. B.J. Berghuis van Woodman, Aug. 10-11, 2010, 16 pages.
Pleading notes Mr. Kleemans, Mr. Blomme and Mr. Van Oorschot, Aug. 10, 2011, 35 pages.
Pogue, “Windows Vista for Starters: The Missing Manual,” Safari Books Online, Jan. 25, 2007, 18 pages.
Quinn Emanuel, Apple Inc. vs. Samsung Electronics Co. Ltd., et al., Samsung's Patent Local Rule 3-3 and 3-4 Disclosures, U.S. District Court, Oct. 7, 2011, 287 pages.
Quinn Emanuel, Translation Letter to the EPO, dated Apr. 11, 2012, received in European Patent Application No. 08713567.9, 53 pages.
Quinn Emanuel on behalf of Motorola, Statement letter re Notice of the Opposition Division, Dec. 3, 2013, 13 pages.
Quinn Emanuel on behalf of Motorola, Statement letter re briefs, Jan. 21, 2014, 9 pages.
Quinn Emanuel, response to Appeal Proceedings for European Patent Application No. 09154313.2 (EP 2 098 948 B1), which corresponds with U.S. Appl. No. 12/042,318, Dec. 8, 2014, 34 pages.
Räihä, “Delegation: Dynamic Specialization,” Department of Computer Science, University of Tempere, Finland, Nov. 11, 1994, 8 pages.
Ramachandran et al., “An Architecture for Ink Annotations on Web Documents,” Proceedings of the 7th International Conference on Document Analysis and Recognition, Aug. 3-6, 2003, 5 pages.
Rappin et al., “wxPython in Action,” Manning Publications, http://up07.net/t2az7xty4dpz/sharebookpro.com—350770414.rar, Mar. 2006, 40 pages.
Rogers, “It's for You! An iPhone Development Primer for the Busy College Professor,” Computer Science and Information Systems, Northwest Missouri State University, Maryville, MO, Oct. 1, 2009, 8 pages.
Rowan, “Breakthrough Internet Device, Eureka Man,” available online at https://web.archive.org/web/20070709083626/http:/leurekaman.com/towards-multti-touch-in-the-browser, Jan. 31, 2007, 2 pages.
Rubine, “The Automatic Recognition of Gestures,” 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.
Salmoni, “The Zooming User Interface,” Advogato, Aug. 16, 2004, 14 pages.
Samsung, Statement of Defense also Counterclaim (Smartphones), Judge in Interlocutory Proceedings of the Court in the Hague, Jul. 20, 2011, 48 pages.
Samsung, Statement of Defense also Counterclaim (Tablets), Judge in Interlocutory Proceedings of the Court in the Hague, Jul. 20, 2011, 48 pages.
Sells, Windows Forms Programming in C#, Microsoft.net Development Series, Mar. 1, 2004, 9 pages.
Shen et al., “Informing the Design of Direct-Touch Tabletops,”, Mitsubishi Electric Research Labs, Oct. 2006, 11 pages.
Tidwell, “Magnetism, Designing Interfaces: Patterns for Effective Interaction Design,” O'Reilly Media, Inc., Nov. 21, 2005, 2 pages.
Touch, “A Glance at Touch,” Technology Handbook, http://www.carrolltouch.com, Jun. 7, 1998, 37 pages.
W3C, “Document Object Model (DOM) Level 2 Events Specifications,” Version 1.0, Nov. 13, 2000, 47 pages.
Wagner & Geyer, Remarks submitted for the Opposition Division, Aug. 10, 2012, 73 pages.
Webster's Dictionary, Definition of the word “Contemporaneous”, Jan. 21, 2014, 2 pages.
Westerman, “Hand Tracking Finger Identification and Chordic Manipulation on a Multi-touch Surface,” a dissertation submitted to the Faculty of the University of Delaware in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Electrical Engineering, Mar. 20, 1999, 363 pages.
Wikibooks, “Java Programming/Applets/Event Listeners,” en.wikibooks.org/w/index.php?title=Java—Programming/Applets/Event—Listeners&oldid=849558, May 1, 2007, 6 pages.
Withers & Rogers LLP, Apple vs. Samsung, Proprietor's Response to Communication under Rule 79(1) EPC, dated Mar. 8, 2012, 8 pages.
Withers & Rogers, Apple's Response to Notice of Intervention from Motorola, Jun. 21, 2012, 3 pages.
Withers & Rogers, Apple's Response to Addendum from Samsung, Jun. 21, 2012, 3 pages.
Withers & Rogers, Preliminary Response to Opponent O1's written submissions, Dec. 3, 2013, 11 pages.
Withers Rogers, Revised Second Auxiliary Request, Jan. 30, 2014, 8 pages.
Withers Rogers, Grounds of Appeal in support of the Notice of Appeal, Aug. 4, 2014, 24 pages.
Withers Rogers, Comments on Sections 3.1 and 3.4 of the Withdrawn Appeal, Oct. 14, 2014, 3 pages.
YouTube, “A Lemurized Formula,” http://www.youtube.com/watch?v=sHAMyQak-LM, Dec. 15, 2007, 1 page.
Zimmerman & Partner, Samsung Electronics GmbH/Apple Inc. vs EP 2 126 678 B1 (08713567.9) Opposition, Jan. 30, 2012, 27 pages.
Zimmermann & Partner, Response to Summons letter, Nov. 7, 2013, 33 pages.
Zimmermann & Partner, Response to letter dated Jan. 3, 2014, 10 pages.
Office Action, dated Dec. 9, 2011, received in U.S. Appl. No. 12/566,660, 6 pages.
Notice of Allowance, dated May 24, 2012, received in U.S. Appl. No. 12/566,660, 9 pages.
Notice of Allowance, dated Jul. 26, 2012, received in U.S. Appl. No. 12/566,660, 5 pages.
Office Action, dated Oct. 17, 2012, received in Australian Patent Application No. 2010226120, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Notice of Allowance, dated Nov. 2, 2012, received in Canadian Patent Application No. 2,755,443, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Notice of Allowance, dated Apr. 10, 2014, received in Canadian Patent Application No. 2,817,648, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Office Action, dated Oct. 9, 2013, received in Canadian Patent Application No. 2,817,890, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Office Action, dated Apr. 22, 2014, received in Canadian Patent Application No. 2,817,890, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Letters Patent, dated Dec. 29, 2015, received in Canadian Patent Application No. 2,817,890, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Oct. 31, 2013, received in Chinese Patent Application No. 201080020598.0, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Decision to Grant, dated Apr. 24, 2014, received in Chinese Patent Application No. 201080020598.0, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Office Action, dated Jun. 19, 2013, received in European Patent Application No. 10712825.8, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Office Action, dated Jul. 1, 2015, received in European Patent Application No. 10712825.8, which corresponds with U.S. Appl. No. 12/566,660, 6 pages.
Office Action, dated Mar. 20, 2014, received in European Patent Application No. 11184186.2, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Office Action, dated Jun. 3, 2013, received in Japanese Patent Application No. 2012500844, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Office Action, dated Feb. 24, 2014, received in Japanese Patent Application No. 2012-500844, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Notice of Allowance, dated Aug. 1, 2014, received in Japanese Patent Application No. 2012-500844, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Sep. 7, 2015, received in Japanese Patent Application No. 2014-129689, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Certificate of Patent, dated Jan. 7, 2016, received in Japanese Patent Application No. 2014-129689, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Certificate of Patent, dated Feb. 5, 2016, received in Japanese Patent Application No. 2014-129689, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Notice of Allowance, dated May 29, 2013, received in Korean Patent Application No. 2011-7024288, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Mar. 4, 2013, received in U.S. Appl. No. 12/789,695, 13 pages.
Office Action, dated Oct. 24, 2013, received in U.S. Appl. No. 12/789,695, 14 pages.
Final Office Action, dated May 7, 2014, received in U.S. Appl. No. 12/789,695, 17 pages.
Office Action, dated Jul. 1, 2015, received in U.S. Appl. No. 12/789,695, 15 pages.
Final Office Action, dated Feb. 22, 2016, received in U.S. Appl. No. 12/789,695, 17 pages.
Notice of Acceptance, dated May 1, 2014, received in Australian Patent Application No. 2011209720, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Office Action, dated Jun. 28, 2013, received in Australian Patent Application No. 2011209720, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Office Action, dated Aug. 27, 2015, received in Australian Patent Application No. 2014213525, which corresponds with U.S. Appl. No. 12/789,695, 6 pages.
Notice of Allowance, dated Apr. 14, 2016, received in Australian Patent Application No. 2014213525, which corresponds with U.S. Appl. No. 12/789,695, 1 page.
Office Action, dated Oct. 22, 2012, received in Chinese Patent Application No. 201110063183.8, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Office Action, dated Aug. 26, 2013, received in Chinese Patent Application No. 201110063183.8, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Decision to Grant, dated Feb. 24, 2014, received in Chinese Application No. 201110063183.8, which corresponds with U.S. Appl. No. 12/789,695, 1 page.
Office Action, dated Dec. 3, 2015, received in Chinese Patent Application No. 201310557439.X, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Office Action, dated Jul. 26, 2013, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 6 pages.
Office Action, dated Jul. 17, 2015, received in Japanese Patent Application No. 2014-044208, which corresponds with U.S. Appl. No. 12/789,695, 5 pages.
Notice of Allowance, dated Apr. 15, 2016, received in Japanese Patent Application No. 2014-044208, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Patent Certificate, dated May 20, 2016, received in Japanese Patent Application No. 2014-044208, which corresponds with U.S. Appl. No. 12/789,695, 2 page.
Office Action, dated Apr. 30, 2014, received in Korean Patent Application No. 2012-7022239, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Notice of Allowance, dated Mar. 30, 2015, received in Korean Patent Application No. 2012-7022239, which corresponds with U.S. Appl. No. 12/789,695, 2 pages. (KR version only).
Notice of Allowance, dated May 23, 2016, received in Korean Patent Application No. 10-2014-7030745, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Notice of Allowance, dated May 15, 2013, received in U.S. Appl. No. 12/892,848, 10 pages.
Office Action, dated Aug. 14, 2013, received in Australian Patent Application No. 2011268047, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Notice of Allowance, dated Mar. 18, 2016, received in Australian Patent Application No. 2014200702, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Office Action, dated Dec. 3, 2014, received in Chinese Patent Application No. 201180022994.1, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Office Action, dated Nov. 24, 2015, received in Chinese Patent Application No. 201180022994.1, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Notice of Allowance, dated Apr. 6, 2016, received in Chinese Patent Application No. 201180022994.1, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Patent Certificate, dated May 18, 2016, received in Chinese Patent Application No. 201180022994.1, which corresponds with U.S. Appl. No. 12/892,848, 1 page.
Office Action, dated Aug. 22, 2013, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 6 pages.
Office Action, dated Aug. 26, 2015, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 9 pages.
Notice of Allowance, dated Aug. 22, 2014, received in Japanese Patent Application No. 2013-515382, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Office Action, dated Nov. 13, 2015, received in Japanese Patent Application No. 2014-191701, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Notice of Allowance, dated Jun. 27, 2016, received in received in Japanese Patent Application No. 2014-191701, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Office Action, dated Oct. 9, 2012, received in U.S. Appl. No. 12/892,851, 11 pages.
Final Office Action, dated Jul. 19, 2013, received in U.S. Appl. No. 12/892,851, 12 pages.
Office Action, dated May 22, 2014, received in U.S. Appl. No. 12/892,851, 11 pages.
Notice of Allowance, dated Jun. 27, 2013, received in U.S. Appl. No. 13/077,925, 10 pages.
Office Action, dated Dec. 10, 2014, received in Australian Patent Application No. 2011349513, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Certificate of Grant, dated Jul. 16, 2015, received in Australian Patent Application No. 2011349513, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Mar. 15, 2016, received in Australian Patent Application No. 2015203638, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Office Action, dated Apr. 30, 2014, received in Chinese Patent Application No. 201110463262.8, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Sep. 23, 2015, received in Chinese Patent Application No. 201110463262.8, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
NOA/Grant, dated Apr. 1, 2016, received in Chinese Patent Application No. 20110463262.8, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Letters Patent, dated May 4, 2016, received in Chinese Patent Application No. 20110463262.8, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Office Action, dated Oct. 19, 2012, received in Chinese Patent Application No. 201120580018.5, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Apr. 22, 2013, received in Chinese Patent Application No. 201120580018.5, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Notification of Grant, dated Jul. 26, 2013, received in Chinese Patent Application No. 201120580018.5, which corresponds with U.S. Appl. No. 13/077,925, 1 page.
Office Action, dated Jul. 1, 2014, received in European Patent Application No. 11808779.0, which corresponds with U.S. Appl. No. 13/077,925, 5 pages.
Notice of Allowance, dated Jun. 27, 2016, received in Japanese Patent Application No. 2015-077922, which corresponds with U.S. Appl. No. 13/077,925, 5 pages.
Office Action, dated Jun. 26, 2014, received in Korean Patent Application No. 20137019463, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Oct. 20, 2015, received in Korean Patent Application No. 2014-7036632, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Notice of Allowance, dated Apr. 29, 2016, received in Korean Patent Application No. 2014-7036632, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Office Action, dated Apr. 8, 2014, received in Taiwanese Patent Application No. 100147539, which corresponds with U.S. Appl. No. 13/077,925, 4 pages.
Notice of Allowance, dated Oct. 5, 2015, received in Taiwanese Patent Application No. 103144867, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Certificate of Grant, dated Feb. 1, 2016, received in Taiwanese Patent Application No. 103144867, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Feb. 16, 2011, received in U.S. Appl. No. 12/042,318, 25 pages.
Final Office Action, dated Sep. 15, 2011, received in U.S. Appl. No. 12/042,318, 39 pages.
Notice of Allowance, dated Dec. 16, 2013, received in U.S. Appl. No. 12/042,318, 30 pages.
Office Action, dated Feb. 25, 2011, received in Australian Patent Application 2009200493, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Aug. 9, 2011, received in Australian Patent Application No. 2009200493, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Feb. 22, 2012, received in Australian Patent Application No. 2011205170, which correspsonds with U.S. Appl. No. 12/042,318, 3 pages.
Notice of Acceptance, dated Jul. 3, 2013, received in Australian Patent Application No. 2011205170, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Dec. 13, 2011, received in Australian Patent Application No. 2011101154, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Letters Patent, dated May 7, 2012, received in Australian Patent Application No. 2011101154, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Dec. 13, 2011, received in Australian Patent Application No. 2011101157, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Letters Patent, dated May 8, 2012, received in Australian Patent Application No. 2011101157, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Dec. 13, 2011, received in Australian Patent Application No. 2011101156, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Letters Patent, dated May 8, 2012, received in Australian Patent Application No. 2011101156, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Dec. 13, 2011, received in Australian Patent Application No. 2011101155, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Letters Patent, May 8, 2012, received in Australian Patent Application No. 2011101155, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Sep. 3, 2012, received in Australian Patent Application No. 2011265335, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Notice of Acceptance, dated Nov. 20, 2012, received in Australian Patent Application No. 2011265335, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Jan. 18, 2012, received in Canadian Patent Application No. 2,653,363, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Sep. 3, 2013, received in Canadian Patent Application No. 2,653,363, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Notice of Allowance, dated Apr. 29, 2014, received in Canadian Patent Application No. 2653363, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Jan. 7, 2016, received in Canadian Patent Application No. 2653363, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Office Action, dated Aug. 6, 2010, received in Chinese Patent Application No. 200910118596.4, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Decision to Grant, dated Mar. 22, 2011, received in Chinese Patent Application No. 200910118596.4, 3 pages.
Office Action, dated Aug. 5, 2013, received in Chinese Patent Application No. 201110148738.9, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Jun. 5, 2014, received in Chinese Patent Application No. 201110148738.9, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Feb. 8, 2014, received in Chinese Patent Application No. 201110148738.9, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Jan. 21, 2013, received in Chinese Patent Application No. 201110148738.9, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Jun. 22, 2010, received in Danish Patent Application No. 102009011687.7, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated Feb. 12, 2010, received in European Patent Application No. 09154313.2, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Decision revoking the European Patent, dated Apr. 2, 2014, received in European Patent Application No. 09154313.2, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Summons to Oral Proceedings, dated May 15, 2013, received in European Patent Application No. 09154313.2, which corresponds with U.S. Appl. No. 12/042,318, 30 pages.
New Summons to Oral Proceedings, dated Jul. 18, 2013, received in European Patent Application No. 09154313.2, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Decision to Grant, dated Jul. 26, 2012, received in European Patent Application No. 11150786.9, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated May 9, 2014, received in European Patent Application No. 11150788.5, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Decision to Grant, dated Sep. 17, 2015, received in European Application No. 11150788.5, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Patent, dated Oct. 14, 2015, received in European Patent Application No. 11150788.5, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated May 14, 2014, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Apr. 15, 2015, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Nov. 25, 2015, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 7 pages.
Office Action, dated Feb. 16, 2016, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated May 14, 2014, received in Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Nov. 25, 2015, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 8 pages.
Office Action, dated Feb. 16, 2016, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated May 16, 2014, received in European Patent Application No. 11184170.6, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated Apr. 16, 2015, received in European Patent Application No. 11184170.6, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Nov. 30, 2015, received in European Patent Application No. 11184170.6, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Intention to Grant, dated Jul. 8, 2016, received in European Patent Application No. 11184170.6, which corresponds with U.S. Appl. No. 12/042,318, 7 pages.
Office Action, dated May 16, 2014, received in European Patent Application No. 11184172.2, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated Apr. 17, 2015, received in European Patent Application No. 11184172.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Nov. 30, 2015, received in European Patent Application No. 11184172.2, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Intention to Grant, dated Jul. 8, 2016, received in European Patent Application No. 11184172.2, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated May 16, 2014, received in European Patent Application No. 11184409.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Apr. 22, 2015, received in European Patent Application No. 11184409.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Nov. 30, 2015, received in European Patent Application No. 11184409.8, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Office Action, dated Oct. 22, 2014, received in European Patent Application No. 12156394.4, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Office Action, dated Nov. 25, 2015, received in European Patent Application No. 12156394.4, which corresponds with U.S. Appl. No. 12/042,318, 8 pages.
Office Action, dated Oct. 22, 2014, received in European Patent Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
European Search Report, dated Jul. 9, 2012, received in European Patent Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Nov. 25, 2015, received in European Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 9 pages.
Certificate of Grant, dated Nov. 30, 2012, received in Honk Kong Patent Application No. 11110416.2, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Certificate of Grant, dated Jul. 17, 2015, received in Hong Kong Patent Application No. 12105027.2, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Jul. 20, 2015, received in Israel Patent Application No. 197386, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Notice of Allowance, dated Nov. 23, 2015, received in Israel Patent Application No. 197386, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Patent, dated May 30, 2016, received in Israel Patent Application No. 197386, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Aug. 26, 2011, received in Japanese Patent Application No. 2009-080377, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Decision to Grant, dated Jul. 27, 2012, received in Japanese Patent Application No. 2009-080377, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Decision to Grant, dated Nov. 1, 2013, received in Japanese Patent Application No. 2012-186775, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Apr. 4, 2016, received in Japanese Patent Application No. 2015085361, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Jan. 18, 2011, received in U.S. Appl. No. 12/042,067, 13 pages.
Final Office Action, dated Jul. 28, 2011, received in U.S. Appl. No. 12/042,067, 12 pages.
Office Action, dated Mar. 14, 2013, received in U.S. Appl. No. 12/042,067, 15 pages.
Notice of Allowance, dated Dec. 6, 2013, received in U.S. Appl. No. 12/042,067, 9 pages.
Notice of Allowance, dated Sep. 27, 2013, received in U.S. Appl. No. 12/042,067, 10 pages.
Office Action, dated Jun. 13, 2012, received in Chinese Patent Application No. 200980000014.0, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Office Action, dated Oct. 19, 2011, received in Chinese Patent Application No. 200980000014.0, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Decision to Grant, dated Nov. 27, 2012, received in Chinese Patent Application No. 200980000014.0, which corresponds with U.S. Appl. No. 12/042,067, 1 page.
Office Action, dated Mar. 21, 2016, received in Chinese Patent Application No. 2016031601558630, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Decision to Grant, dated Apr. 14, 2016, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 1 page.
Office Action, dated Oct. 19, 2010, received in German Patent Application No. 112009000001.0, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Office Action, dated Sep. 26, 2012, received in German Patent Application No. 112009000001.0, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Office Action, dated Oct. 15, 2010, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 4 pages.
Decision to Refuse, dated Jul. 15, 2013, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 12 pages.
Summons to Oral Proceedings, dated Mar. 7, 2013, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Summons to Oral Proceedings, dated Mar. 10, 2015, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 9 pages.
Decision to Grant, dated Apr. 12, 2015, received in European Patent Application No. 09700006.1, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Office Action, dated Oct. 30, 2013, received in European Patent Application No. 12188748.3, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Decision to refuse, dated Dec. 12, 2014, received in European Patent Application No. 12188748.3, which corresponds with U.S. Appl. No. 12/042,067, 12 pages.
Summons to Attend Oral Proceedings, dated Apr. 22, 2014, received in European Patent Application No. 12188748.3, which corresponds with U.S. Appl. No. 12/042,067, 3 pages.
Office Action, dated Oct. 24, 2011, received in Japanese Patent Application No. 2010-502356, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Office Action, dated Jan. 6, 2014, received in Japanese Patent Application No. 2012-224838, which corresponds with U.S. Appl. No. 12/042,067, 1 page.
Office Action, dated Jan. 4, 2011, received in U.S. Appl. No. 12/042,299, 9 pages.
Final Office Action, dated Jul. 8, 2011, received in U.S. Appl. No. 12/042,299, 8 pages.
Office Action, dated May 3, 2012, received in U.S. Appl. No. 12/042,299, 9 pages.
Notice of Allowance, dated Dec. 12, 2012, received in U.S. Appl. No. 12/042,299, 8 pages.
Office Action, dated Oct. 26, 2011, received in Chinese Patent Application No. 200980000013.6, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Dec. 5, 2012, received in Chinese Patent Application No. 200980000013.6, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Jun. 6, 2012, received in Chinese Patent Application No. 200980000013.6, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Jul. 3, 2013, received in Chinese Patent Application No. 200980000013.6, which corresponds with U.S. Appl. No. 12/042,299, 6 pages.
Office Action, dated Apr. 28, 2016, received in Chinese Patent Application No. 2016042501712900, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Aug. 10, 2010, received in Danish Patent Application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
Office Action, dated Sep. 26, 2012, received in Danish Patent application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Mar. 9, 2012, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 7 pages.
Office Action, dated Nov. 26, 2010, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Aug. 28, 2014, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 8 pages.
Summons to oral proceedings, dated Oct. 30, 2013, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Sep. 12, 2012, received in European Patent Application No. 11184226.6, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Sep. 12, 2012, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to Refuse, dated Feb. 11, 2015, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 10 pages.
Office Action, dated Sep. 12, 2012, received in European Patent Application No. 11184223.3, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to refuse, dated Feb. 11, 2015, received in European Patent Application No. 11184223.3, which corresponds with U.S. Appl. No. 12/042,299, 10 pages.
Office Action, dated Sep. 12, 2012, received in European Patent Application No. 11184222.5, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to refuse dated Feb. 11, 2015, received in European Patent Application No. 11184222.5, which corresponds with U.S. Appl. No. 12/042,299, 10 pages.
Office Action, dated Aug. 15, 2011, received in Japanese Patent Application No. 2010-502358, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Decision to Grant, dated Mar. 23, 2012, received in Japanese Patent Application No. 2010-502358, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Sep. 6, 2013, received in Japanese Patent Application No. 2012-088747, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Office Action, dated Aug. 11, 2014, received in Japanese Patent Application No. 2012-088747, which corresponds with U.S. Appl. No. 12/042,299, 1 page.
Decision to Grant, dated Feb. 16, 2015, received in Japanese Patent Application No. 2012-088747, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
Office Action, dated Nov. 30, 2015, received in Japanese Patent Application No. 2014-250268, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to Grant, dated Jun. 6, 2016, received in Japanese Patent Application No. 2014-250268, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Notice of Allowance, dated Jun. 13, 2013, received in U.S. Appl. No. 13/077,927, 10 pages.
Office Action, dated Jan. 3, 2013, received in U.S. Appl. No. 13/077,931, 13 pages.
Final Office Action, dated Sep. 9, 2013, received in U.S. Appl. No. 13/077,931, 14 pages.
Office Action, dated Jul. 17, 2014, received in U.S. Appl. No. 13/077,931, 21 pages.
Office Action, dated Aug. 20, 2015, received in U.S. Appl. No. 13/077,931, 22 pages.
Notice of Allowance, dated Dec. 31, 2014, received in U.S. Appl. No. 13/077,931, 8 pages.
Notice of Allowance, dated Jan. 14, 2016, received in U.S. Appl. No. 13/077,931, 8 pages.
Office Action, dated Nov. 21, 2012, received in U.S. Appl. No. 13/163,624, 9 pages.
Office Action, dated Mar. 22, 2013, received in U.S. Appl. No. 13/163,624, 9 pages.
Office Action, dated Oct. 24, 2013, received in U.S. Appl. No. 13/163,624, 8 pages.
Notice of Allowance, dated May 12, 2014, received in U.S. Appl. No. 13/163,624, 5 pages.
Office Action, dated Mar. 20, 2013, received in U.S. Appl. No. 13/163,626, 8 pages.
Office Action, dated Nov. 26, 2012, received in U.S. Appl. No. 13/163,626, 8 pages.
Office Action, dated Oct. 24, 2013, received in U.S. Appl. No. 13/163,626, 8 pages.
Notice of Allowance, dated Mar. 31, 2014, received in U.S. Appl. No. 13/163,626, 5 pages.
Office Action, dated Dec. 30, 2010, received in U.S. Appl. No. 12/042,237, 9 pages.
Final Office Action, dated Jun. 2, 2011, received in U.S. Appl. No. 12/042,237, 9 pages.
Office Action, dated Sep. 14, 2011, received in U.S. Appl. No. 12/042,237, 8 pages.
Notice of Allowance, dated Mar. 6, 2012, received in U.S. Appl. No. 12/042,237, 8 pages.
Office Action, dated Jul. 14, 2011, received in Chinese Patent Application No. 200980000015.5, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated Feb. 22, 2012, received in Chinese Patent Application No. 200980000015.5, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated Sep. 11, 2012, received in Chinese Patent Application No. 200980000015.5, which corresponds with U.S. Appl. No. 12/042,237, 1 page.
Office Action, dated Sep. 26, 2012, received in Danish Patent Application No. 112009000002.9, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Office Action, dated Jul. 12, 2010, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Summons to oral proceedings, dated Mar. 10, 2015, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,299, 12 pages.
Summons to oral proceedings, dated Mar. 27, 2013, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to Refuse, dated Oct. 8, 2013, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,237, 15 pages.
Decision to Grant, dated Dec. 2, 2015, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Decision to Grant, dated Apr. 14, 2016, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,237, 1 page.
Patent Certificate, May 11, 2016, received in European Patent Application No. 09700008.7, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated Sep. 2, 2013, received in Japanese Patent Application No. 2010-502357, which corresponds with U.S. Appl. No. 12/042,237, 11 pages.
Office Action, dated Mar. 4, 2013, received in Japanese Patent Application No. 2010-502357, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated Jan. 16, 2012, received in Japanese Patent Application No. 2010-502357, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated Sep. 24, 2013, received in Japanese Patent Application No. 2012-218235, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Letters Patent, dated Oct. 31, 2014, received in Japanese Patent Application No. 2012-218235, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Office Action, dated May 20, 2015, received in U.S. Appl. No. 13/221,827, 26 pages.
Office Action, dated Jun. 23, 2014, received in U.S. Appl. No. 13/221,827, 18 pages.
Notice of Allowance, dated Dec. 3, 2012, received in U.S. Appl. No. 13/221,830, 6 pages.
Notice of Allowance, dated May 23, 2012, received in U.S. Appl. No. 13/221,830, 7 pages.
Office Action, dated Nov. 4, 2011, received in U.S. Appl. No. 11/620,727, 15 pages.
Final Office Action, dated Mar. 12, 2012, received in U.S. Appl. No. 11/620,727, 20 pages.
Office Action, dated Aug. 15, 2012, received in U.S. Appl. No. 11/620,727, 19 pages.
Final Office Action, dated Mar. 7, 2013, received in U.S. Appl. No. 11/620,727, 23 pages.
Examiner's Answer, dated Feb. 13, 2014, received in U.S. Appl. No. 11/620,727, 23 pages.
Office Action, dated Jan. 6, 2012, received in Chinese Patent Application No. 200880001811.6, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Office Action, dated Aug. 10, 2011, received in Chinese Patent Application No. 200880001811.6, which corresponds with U.S. Appl. No. 11/620,727, 3 pages.
Office Action, dated Oct. 21, 2010, received in Chinese Patent Application No. 200880001811.6, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Office Action, dated Feb. 21, 2014, received in Chinese Patent Application No. 201210128932.5, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Office Action, dated Oct. 30, 2014, received in Chinese Patent Application No. 201210128932.5, which corresponds with U.S. Appl. No. 11/620,727, 3 pages.
Office Action, dated May 11, 2015, received in Chinese Patent Application No. 201210128932.5, which corresponds with U.S. Appl. No. 11/620,727, 4 pages.
Office Action, dated Dec. 24, 2014, received in Chinese Patent Application No. 201210128915.1, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Notice of Allowance, dated Feb. 5, 2016, received in Chinese Patent Application No. 201210128915.1, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Certificate of Patent, dated Mar. 16, 2016, received in Chinese Patent Application, No. 201210128915.1, which corresponds with U.S. Appl. No. 11/620,727, 1 page.
Office Action, dated Nov. 15, 2014, received in Chinese Patent Application No. 201210128911.3, which corresponds with U.S. Appl. No. 11/620,727, 2 pages.
Office Action, dated Jan. 29, 2016, received in Chinese Patent Application No. 201210128911.3, which corresponds with U.S. Appl. No. 11/620,727, 6 pages.
Office Action, dated Dec. 19, 2011, received in European Patent Application No. 08705471.4, which corresponds with U.S. Appl. No. 11/620,727, 6 pages.
Office Action, dated Jan. 29, 2015, received in Patent Application No. 08705471.4, which corresponds with U.S. Appl. No. 11/620,727, 8 pages.
Office Action, dated Nov. 5, 2012, received in U.S. Appl. No. 13/221,836, 16 pages.
Final Office Action, dated May 15, 2013, received in U.S. Appl. No. 13/221,836, 22 pages.
Office Action, dated Oct. 30, 2013, received in U.S. Appl. No. 13/221,836, 31 pages.
Final Office Action, dated May 20, 2014, received in U.S. Appl. No. 13/221,836, 36 pages.
Office Action, dated Jul. 24, 2012, received in U.S. Appl. No. 13/221,837, 13 pages.
Final Office Action, dated Feb. 14, 2013, received in U.S. Appl. No. 13/221,837, 13 pages.
Examiner's Answer, dated Feb. 11, 2014, received in U.S. Appl. No. 13/221,837, 19 pages.
Office Action, dated Jan. 10, 2012, received in U.S. Appl. No. 13/251,121, 16 pages.
Final Office Action, dated Jul. 9, 2012, received in U.S. Appl. No. 13/251,121, 21 pages.
Final Office Action, dated Sep. 23, 2013, received in U.S. Appl. No. 13/251,121, 24 pages.
Office Action, dated May 1, 2013, received in U.S. Appl. No. 13/251,121, 17 pages.
Examiner's Answer, dated Apr. 29, 2014, received in U.S. Appl. No. 13/251,121, 41 pages.
Notice of Allowance, dated Jul. 6, 2016, received in U.S. Appl. No. 13/251,121, 9 pages.
Office Action, dated Jan. 31, 2012, received in U.S. Appl. No. 13/251,146, 16 pages.
Final Office Action, dated Jun. 20, 2012, received in U.S. Appl. No. 13/251,146, 14 pages.
Office Action, dated Apr. 11, 2013, received in U.S. Appl. No. 13/251,146, 15 pages.
Final Office Action, dated Oct. 2, 2013, received in U.S. Appl. No. 13/251,146, 20 pages.
Examiner's Answer, dated May 7, 2014, received in U.S. Appl. No. 13/251,146, 43 pages.
Office Action, dated Feb. 10, 2012, received in U.S. Appl. No. 13/251,150, 23 pages.
Final Office Action, dated Jul. 5, 2012, received in U.S. Appl. No. 13/251,150, 27 pages.
Office Action, dated Jun. 7, 2013, received in U.S. Appl. No. 13/251,150, 34 pages.
Final Office Action, dated Dec. 11, 2013, received in U.S. Appl. No. 13/251,150, 44 pages.
Examiner's Answer, dated Jun. 17, 2014, received in U.S. Appl. No. 13/251,150, 47 pages.
Office Action, dated Jan. 20, 2012, received in U.S. Appl. No. 13/251,152, 20 pages.
Final Office Action, dated Jun. 20, 2012, received in U.S. Appl. No. 13/251,152, 24 pages.
Office Action, dated Apr. 23, 2013, received in U.S. Appl. No. 13/251,152, 29 pages.
Final Office Action, dated Oct. 18, 2013, received in U.S. Appl. No. 13/251,152, 29 pages.
Examiner's Answer, dated May 21, 2014, received in U.S. Appl. No. 13/251,152, 45 pages.
Office Action, dated Aug. 29, 2012, received in U.S. Appl. No. 11/620,715, 15 pages.
Final Office Action, dated Mar. 1, 2013, received in U.S. Appl. No. 11/620,715, 15 pages.
Examiner's Answer, dated Feb. 13, 2014, received in U.S. Appl. No. 11/620,715, 22 pages.
Office Action, dated Jul. 21, 2011, received in Chinese Patent Application No. 200880001855.9, which corresponds with U.S. Appl. No. 11/620,715, 2 pages.
Office Action, dated Jun. 6, 2012, received in Chinese Patent Application No. 200880001855.9, which corresponds with U.S. Appl. No. 11/620,715, 3 pages.
Office Action, dated Nov. 5, 2012, received in Chinese Patent Application No. 200880001855.9, which corresponds with U.S. Appl. No. 11/620,715, 2 pages.
Office Action, dated Mar. 7, 2013, received in Chinese Patent Application No. 200880001855.9, which corresponds with U.S. Appl. No. 11/620,715, 1 page.
Office Action, dated Jul. 29, 2014, received in Chinese Patent Application No. 200880001855.9, which corresponds with U.S. Appl. No. 11/620,715, 14 pages.
Office Action, dated Oct. 20, 2014, received in European Patent Application No. 08712946.6, which corresponds with U.S. Appl. No. 11/620,715, 6 pages.
Office Action, dated Oct. 30, 2012, received in European Patent Application No. 08712946.6, which corresponds with U.S. Appl. No. 11/620,715, 5 pages.
Office Action, dated Jun. 18, 2012, received in U.S. Appl. No. 13/464,800, 10 pages.
Notice of Allowance, dated Nov. 13, 2012, received in U.S. Appl. No. 13/464,800, 8 pages.
Notice of Allowance, dated Dec. 19, 2012, received in U.S. Appl. No. 13/464,800, 9 pages.
Office Action, dated Oct. 9, 2012, received in U.S. Appl. No. 13/084,472, 14 pages.
Final Office Action, dated Jun. 20, 2013, received in U.S. Appl. No. 13/084,472, 20 pages.
Office Action, dated Dec. 6, 2013, received in U.S. Appl. No. 13/084,472, 23 pages.
Final Office Action, dated Jun. 17, 2014, received in U.S. Appl. No. 13/084,472, 31 pages.
Office Action, dated Dec. 10, 2014, received in U.S. Appl. No. 13/084,472, 24 pages.
Notice of Allowance, dated Jul. 7, 2015, received in U.S. Appl. No. 13/084,472, 8 pages.
Notice of Allowance, dated Oct. 26, 2015, received in U.S. Appl. No. 13/084,472, 8 pages.
Notice of Allowance, dated Jan. 15, 2014, received in U.S. Appl. No. 13/620,390, 10 pages.
Supplemental Notice of Allowance, dated Jan. 27, 2014, received in U.S. Appl. No. 13/620,390, 2 pages.
Office Action, dated Mar. 5, 2013, received in U.S. Appl. No. 13/670,378, 28 pages.
Notice of Allowance, dated Jul. 24, 2013, received in U.S. Appl. No. 13/670,378, 9 pages.
Office Action, dated Feb. 26, 2016, received in U.S. Appl. No. 14/043,774, 5 pages.
Notice of Allowance, dated Jun. 27, 2016, received in U.S. Appl. No. 14/043,774, 7 pages.
Office Action, dated Apr. 28, 2015, received in U.S. Appl. No. 13/791,621, 6 pages.
Notice of Allowance, dated Nov. 5, 2015, received in U.S. Appl. No. 13/791,621, 5 pages.
Notice of Allowance, dated Mar. 1, 2016, received in U.S. Appl. No. 13/791,621, 7 pages.
Office Action, dated Apr. 27, 2016, received in U.S. Appl. No. 14/290,931, 12 pages.
Office Action, dated Jan. 4, 2016, received in U.S. Appl. No. 14/171,680, 7 pages.
Notice of Allowance, dated Apr. 18, 2016, received in U.S. Appl. No. 14/171,680, 5 pages.
Notice of Allowance, dated May 28, 2015, received in U.S. Appl. No. 14/180,267, 11 pages.
Notice of Allowance, dated Sep. 15, 2015, received in U.S. Appl. No. 14/180,267, 5 pages.
Notice of Allowance, dated Dec. 31, 2015, received in U.S. Appl. No. 14/180,267, 5 pages.
Notice of Allowance, dated Feb. 11, 2016, received in U.S. Appl. No. 14/180,267, 2 pages.
Extended European Search Report, dated Dec. 7, 2011, received in European Patent Application No. 11184186.2, which corresponds to U.S. Appl. No. 12/566,660, 6 pages.
International Search Report and Written Opinion, dated Oct. 5, 2010, received in International Patent Application No. PCT/US2010/027118, which corresponds with U.S. Appl. No. 12/566,660, 15 pages.
International Preliminary Report on Patentability, dated Sep. 20, 2011, received in International Patent Application No. PCT/US2010/027118, which corresponds with U.S. Appl. No. 12/566,660, 10 pages.
Extended European Search Report, dated May 20, 2011, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 6 pages.
International Search Report and Written Opinion, dated May 20, 2011, received in International Patent Application No. PCT/US2011/022516, which corresponds with U.S. Appl. No. 12/789,695, 13 pages.
International Preliminary Report on Patentability, dated Aug. 9, 2012, received in International Patent Application No. PCT/US2011/022516, which corresponds with U.S. Appl. No. 12/789,695, 11 pages.
International Search Report and Written Opinion, dated Dec. 13, 2011, received in International Patent Application No. PCT/US11/039583, which corresponds with U.S. Appl. No. 12/892,848, 10 pages.
International Preliminary Report on Patentability, received in International Patent Application No. PCT/US2011/039583, which corresponds with U.S. Appl. No. 12/892,848, Dec. 14, 2012, 7 pages.
International Search Report and Written Opinion, dated Jun. 1, 2012, received in International Patent Application No. PCT/US2011/065859, which corresponds with U.S. Appl. No. 13/077,925, 21 pages.
International Preliminary Report on Patentability, dated Jun. 25, 2013, received in International Patent Application No. PCT/US2011/065859, which corresponds with U.S. Appl. No. 13/077,925, 15 pages.
Extended European Search Report, dated Apr. 21, 2009, received in European Patent Application No. 09154313.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Extended European Search Report, dated Mar. 2, 2011, received in European Patent Application No. 11150786.9, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Extended European Search Report, dated Mar. 1, 2011, received in European Patent Application No. 11150788.5, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
European Search Report, dated Nov. 23, 2011, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
European Search Report, dated Nov. 24, 2011, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
European Search Report, dated Nov. 18, 2011, received in European Patent Application No. 11184170.6, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
European Search Report, dated Nov. 18, 2011, received in European Patent Application No. 11184172.2, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Extended European Search Report, dated Nov. 30, 2011, received in European Patent Application No. 11184409.8, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Extended European Search Report, dated Jun. 5, 2012, received in European Patent Application No. 12156394.4, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Extended European Search Report, dated Jul. 9, 2012, received in European Patent Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 9 pages.
International Search Report and Written Opinion, dated Apr. 16, 2009, received in International Patent Application No. PCT/US2009/034772, which corresponds with U.S. Appl. No. 12/042,318, 9 pages.
International Preliminary Report on Patentability, dated Sep. 7, 2010, received in International Patent Application No. PCT/US2009/034772, which corresponds with U.S. Appl. No. 12/042,318, 7 pages.
Extended European Search Report, dated Feb. 28, 2013, received in European Patent Application No. 12188748.3, which corresponds with U.S. Appl. No. 12/042,067, 8 pages.
Extended European Search Report, dated Dec. 22, 2015, received in European Patent Application No. 15175530.3, which corresponds with U.S. Appl. No. 12/042,067, 9 pages.
International Search Report and Written Opinion, dated Jul. 3, 2009, received in International Patent Application No. PCT/US2009/035856, which corresponds with U.S. Appl. No. 12/042,067, 15 pages.
International Preliminary Report on Patentability, dated Sep. 16, 2010, received in International Patent Application No. PCT/US2009/035856, which corresponds with U.S. Appl. No. 12/042,067, 6 pages.
Extended European Search Report, dated Jan. 13, 2012, received in European Patent Application No. 11184226.6, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Extended European Search Report, dated Jan. 13, 2012, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 7 pages.
Extended European Search Report, dated Jan. 13, 2012, received in European Patent Application No. 11184223.3, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
International Search Report and Written Opinion, dated Nov. 11, 2009, received in International Patent Application No. PCT/US2009/035874, which corresponds with U.S. Appl. No. 12/042,299, 7 pages.
International Preliminary Report on Patentability, dated Sep. 16, 2010, received in International Patent Application No. PCT/US2009/035874, which corresponds with U.S. Appl. No. 12/042,299, 8 pages.
International Search Report and Written Opinion, dated Jul. 3, 2009, received in International Patent Application No. PCT/US2009/035858, which corresponds with U.S. Appl. No. 12/042,237, 10 pages.
International Preliminary Report on Patentability, dated Sep. 7, 2010, received in International Patent Application No. PCT/US2009/035858, which corresponds with U.S. Appl. No. 12/042,237, 6 pages.
International Search Report and Written Opinion, dated Jun. 4, 2008, received in International Patent Application No. PCT/US2008/000089, which corresponds with U.S. Appl. No. 11/620,717, 10 pages.
International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000089, which corresponds with U.S. Appl. No. 11/620,717, 9 pages.
International Search Report and Written Opinion, dated Apr. 22, 2008, received in International Patent Application No. PCT/US2008/000060, which corresponds with U.S. Appl. No. 11/620,717, 8 pages.
International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000060, which corresponds with U.S. Appl. No. 11/620,727, 7 pages.
International Search Report and Written Opinion, dated May 2, 2008, received in International Patent Application No. PCT/US2008/000069, which corresponds with U.S. Appl. No. 11/620,715, 12 pages.
International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000069, which corresponds with U.S. Appl. No. 11/620,715, 8 pages.
International Search Report and Written Opinion, dated Dec. 4, 2014, received in International Patent Application No. PCT/US2014/040406, which corresponds with U.S. Appl. No. 14/290,931, 9 pages.
International Preliminary Report on Patentability, dated Dec. 15, 2015, received in International Patent Application No. PCT/US2014/040406, which corresponds with U.S. Appl. No. 14/290,931, 6 pages.
iPhone Development Wiki, “UI GestureRecognizer”, http://iphonedevwiki.net/index.php?title+UIGestureRecognizer&oldid=319, 3 pages.
Office Action, dated Nov. 28, 2016, received in Canadian Patent Application No. 2,909,730, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Office Action, dated Feb. 2, 2016, received in Chinese Patent Application No. 2013105574402, which corresponds with U.S. Appl. No. 12/789,695, 5 pages.
Office Action, dated Nov. 9, 2016, received in Chinese Patent Application No. 2013105574402, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Certificate of Grant, dated Nov. 24, 2016, received in Australian Patent Application No. 2013242854, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated May 4, 2015, received in Chinese Patent Application No. 20130053142.X, which corresponds with U.S. Appl. No. 12/042,067, 6 pages.
Office Action, dated Oct. 10, 2016, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 8 pages.
Decision on Appeal, dated Jan. 3, 2017, received in U.S. Appl. No. 13/221,836, 6 pages.
Notice of Allowance, dated Dec. 21, 2016, received in U.S. Appl. No. 13/251,150, 10 pages.
Office Action, dated Apr. 1, 2009, received in U.S. Appl. No. 11/620,709, 8 pages.
Office Action, dated Jun. 9, 2010, received in U.S. Appl. No. 11/620,709, 8 pages.
Office Action, dated Nov. 13, 2009, received in U.S. Appl. No. 11/620,709, 8 pages.
Office Action, dated Jul. 21, 2010, received in U.S. Appl. No. 11/620,710, 29 pages.
Office Action, dated Jan. 20, 2015, received in European Patent Application No. 08712964.9, which corresponds with U.S. Appl. No. 11/620,717, 8 pages.
Office Action, dated Jan. 29, 2012, received in Chinese Patent Application No. 200880001827.7, which corresponds with U.S. Appl. No. 11/620,717, 5 pages.
Office Action, dated Jul. 2, 2013, received in Chinese Patent Application No. 200880001827.7, which corresponds with U.S. Appl. No. 11/620,717, 1 page.
Office Action, dated Jul. 8, 2009, received in U.S. Appl. No. 11/620,717, 6 pages.
Office Action, dated Jul. 20, 2010, received in U.S. Appl. No. 11/620,717, 11 pages.
Office Action, dated Nov. 11, 2010, received in Chinese Patent Application No. 200880001827.7, which corresponds with U.S. Appl. No. 11/620,717, 2 pages.
Office Action, dated Nov. 26, 2012, received European Patent Application No. 08712964.9, which corresponds with U.S. Appl. No. 11/620,717, 6 pages.
Office Action, dated Dec. 29, 2009, received in U.S. Appl. No. 11/620,717, 8 pages.
Office Action, dated Jun. 23, 2009, received in U.S. Appl. No. 11/620,720, 17 pages.
Office Action, dated Nov. 18, 2009, received in U.S. Appl. No. 11/620,720, 17 pages.
Office Action, dated Dec. 23, 2008, received in U.S. Appl. No. 11/620,720, 18 pages.
Office Action, dated Apr. 1, 2009, received in U.S. Appl. No. 11/620,723, 8 pages.
Office Action, dated Jun. 8, 2010, received in U.S. Appl. No. 11/620,723, 8 pages.
Office Action, dated Nov. 17, 2009, received in U.S. Appl. No. 11/620,723, 8 pages.
Office Action, Jan. 5, 2012, received in Chinese Patent Application No. 200800000019.9, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jan. 30, 2012, received in Canadian Patent Application No. 2,658,177, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, dated Feb. 11, 2009, received in Australian Patent Application No. 2009200366, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Feb. 12, 2010, received in Japanese Patent Application No. 2009-544996, which corresponds with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Feb. 18, 2013, received in Chinese Patent Application No. 200800000019.9, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Feb. 19, 2009, received in Australian Patent No. 2008201540, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Mar. 2, 2012, received in Australian Patent Application No. 2012100050, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, dated Apr. 8, 2010, received in Australian Patent Application No. 2009208103, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Apr. 14, 2011, received in Australian Patent Application No. 2009208103, which corresponds with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Apr. 15, 2013, received in Japanese Patent Application No. 2010-157303, which corresponds with U.S. Appl. No. 11/956,969, 4 pages.
Office Action, dated May 15, 2013, received in Korean Patent Application No. 2009-7007114, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jun. 1, 2011, received in Japanese Patent Application No. 2009-544996, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, dated Jun. 21, 2012, received in European Patent Application No. 08713567.9, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jun. 22, 2011, received in Canadian Patent Application No. 2,658,177, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jun. 25, 2013, received in Korean Patent Application No. 2013-7000337, which correspons with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Jul. 1, 2008, received in Australian Patent Application No. 2008100283, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jul. 15, 2009, received in Australian Patent Applicatino No. 2008201540, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jul. 23, 2013, received in Chinese Patent Application No. 200800000019.9, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Aug. 27, 2009, received in Korean Patent Application No. 2009-7003574, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, Sep. 9, 2013, received in Australian Patent Application No. 2012200689, which corresponds with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Sep. 20, 2012, received in Chinese Patent Application No. 200800000019.9, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, dated Oct. 7, 2011, received in European Patent Application No. 08713567.9, which corresponds with U.S. Appl. No. 11/956,969, 1 page.
Office Action, dated Oct. 15, 2012, received in Japanese Patent Application No. 2010-157303, which corresponds with U.S. Appl. No. 11/956,969, 4 pages.
Office Action, dated Oct. 26, 2012, received in Japanese Patent Application No. 2010-157302, which corresponds with U.S. Appl. No. 11/956,969, 4 pages.
Office Action, dated Oct. 29, 2008, received in U.S. Appl. No. 11/956,969, 6 pages.
Office Action, dated Oct. 29, 2010, received in German Patent Application No. 112008000144.8, which corresponds with U.S. Appl. No. 11/956,969, 4 pages.
Office Action, dated Nov. 4, 2013, received in Canadian Patent Application No. 2,759090, which corresponds with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Nov. 7, 2013, received in Canadian Patent Application No. 2,759,091, which corresponds with U.S. Appl. No. 11/956,969, 4 pages.
Office Action, dated Nov. 9, 2011, received in Australian Patent Application No. 2011201639, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Nov. 19, 2010, received in Japanese Patent Application No. 2009-544996, which corresponds with U.S. Appl. No. 11/956,969, 6 pages.
Office Action, dated Nov. 23, 2010, received in Chinese Patent Application No. 200800000019.9, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Nov. 24, 2011, received in Australian Patent Application No. 2009208099, which corresponds with U.S. Appl. No. 11/956,969, 3 pages.
Office Action, dated Dec. 1, 2009, received in Canadian Patent Application No. 2,658,177, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Dec. 29, 2009, received in European Patent Application No. 08713567.9, which corresponds with U.S. Appl. No. 11/956,969, 5 pages.
Office Action, dated Mar. 30, 2012, received in U.S. Appl. No. 12/207,429, 9 pages.
Office Action, dated May 17, 2012, received in U.S. Appl. No. 12/270,805, 14 pages.
Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,805, 27 pages.
Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,807, 26 pages.
Office Action, dated May 11, 2012, received in U.S. Appl. No. 12/270,810, 12 pages.
Office Action, dated Jul. 11, 2012, received in U.S. Appl. No. 12/270,810, 17 pages.
Office Action, dated Oct. 12, 2011, received in U.S. Appl. No. 12/270,810, 12 pages.
Office Action, dated May 17, 2012, received in U.S. Appl. No. 12/270,812, 14 pages.
Office Action, dated Sep. 19, 2012, received in U.S. Appl. No. 12/270,812, 22 pages.
Office Action, dated Oct. 13, 2011, received in U.S. Appl. No. 12/270,812, 12 pages.
Office Action, dated Feb. 14, 2013, received in U.S. Appl. No. 12/270,815, 12 pages.
Office Action, dated May 17, 2012, received in U.S. Appl. No. 12/270,815, 11 pages.
Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,815, 12 pages.
Office Action, dated Feb. 23, 2012, received in U.S. Appl. No. 12/869,182, 5 pages.
Office Action, dated Jun. 20, 2012, received in U.S. Appl. No. 12/869,182, 6 pages.
Office Action, dated Oct. 24, 2011, received in U.S. Appl. No. 12/869,182, 7 pages.
Office Action, dated Dec. 12, 2012, received in U.S. Appl. No. 12/869,182, 5 pages.
Office Action, dated Jun. 26, 2013, received in U.S. Appl. No. 13/867,950, 5 pages.
Office Action, dated Oct. 22, 2013, received in U.S. Appl. No. 13/867,950, 8 pages.
Office Action, dated Nov. 15, 2013, received in U.S. Appl. No. 13/867,950, 7 pages.
Office Action, dated Sep. 24, 2014, received in U.S. Appl. No. 14/189,922, 7 pages.
Office Action, dated Feb. 3, 2012, received in Hong Kong Patent Application No. 10103983.1, which corresponds with U.S. Appl. No. 11/956,969, 2 pages.
Office Action, dated Jul. 26, 2013, received in U.S. Appl. No. 90/012,332, 61 pages.
Extended European Search Report, dated Nov. 29, 2011, received in European Patent Application No. 11182954.5, 6 pages.
Extended European Search Report, dated Nov. 30, 2011, received in European Patent Application No. 11182959.4, 5 pages.
Extended European Search Report, dated Jan. 12, 2011, received in European Patent Application No. 11182962.8, 8 pages.
Extended European Search Report, dated Jan. 12, 2011, received in European Patent Application No. 11182963.6, 7 pages.
International Search Report, dated May 31, 2005, received in International Patent Application No. PCT/US2005/000089, 7 pages.
International Preliminary Report on Patentability, dated Jun. 18, 2008, received in International Patent Application No. PCT/US2005/000089, 5 pages.
International Search Report, dated Jul. 31, 2008, received in International Patent Application No. PCT/US2008/000058, 7 pages.
International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000058, 5 pages.
International Search Report, dated Mar. 6, 2008, received in International Patent Application No. PCT/US2008/000103, 11 pages.
International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000103, 9 pages.
Office Action, dated Sep. 26, 2016, received in Chinese Patent Application No. 2016092101783870, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Nov. 18, 2016, received in Japanese Patent Application No. 2016-017396, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Patent Certificate, dated Aug. 31, 2016, received in Chinese Patent Application No. 201310557439.X, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Office Action, dated Aug. 24, 2016, received in Chinese Patent Application No. 2016082000182820, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Notice of Allowance, dated Nov. 9, 2016, received in Korean Patent Application No. 10-2016-7020780, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Certificate of Grant, dated Sep. 22, 2016, received in Australian Patent Application No. 2014200702, which corresponds with U.S. Appl. No. 12/892,848, 1 page.
Letters Patent, dated Jul. 29, 2016, received in Korean Patent Application No. 2014-7036632, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Intention to Grant, dated Sep. 28, 2016, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Intention to Grant, dated Sep. 29, 2016, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated Nov. 16, 2016, received in European Patent Application No. 15175530.3, which corresponds with U.S. Appl. No. 12/042,237, 4 pages.
Office Action, dated Oct. 4, 2016, received in U.S. Appl. No. 13/221,827, 20 pages.
Notice of Allowance, dated Sep. 7, 2016, received in U.S. Appl. No. 13/251,152, 8 pages.
Notice of Allowance, dated Dec. 1, 2016, received in U.S. Appl. No. 13/251,152, 8 pages.
Corrected Notice of Allowance, dated Sep. 20, 2016, received in U.S. Appl. No. 14/043,774, 2 pages.
Final Office Action, dated Nov. 25, 2016, received in U.S. Appl. No. 14/290,931, 13 pages.
Office Action, dated Nov. 2, 2016, received in U.S. Appl. No. 14/290,931, 21 pages.
Certificate of Grant, dated Aug. 11, 2016, received in Australian Patent Application No. 2014213525, which corresponds with U.S. Appl. No. 12/789,695, 1 page.
Letters Patent, dated Jul. 29, 2016, received in Korean Patent Application No. 10-2014-7030745, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Certificate of Patent, dated Jul. 29, 2016, received in Japanese Patent Application No. 2014-191701, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Certificate of Patent, dated Aug. 5, 2016, received in Japanese Patent Application No. 2015-077922, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Aug. 23, 2016, received in Korean Patent Application No. 2016-7020964, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Decision to Grant, dated Jul. 28, 2016, received in European Patent Application No. 12156394.4, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Intention to Grant, dated Aug. 9, 2016, received in European Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Letters Patent, dated Jul. 15, 2016, received in apanese Patent Application No. 2014-250268, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Patent, dated Jan. 5, 2017, received in Korean Patent Application No. 10-2016-7020780, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Office Action, dated Nov. 4, 2016, received in U.S. Appl. No. 12/892,851, 13 pages.
Notice of Allowance, dated Mar. 31, 2017, received in Korean Patent Application No. 2016-7020964, which corresponds with U.S. Appl. No. 13/077,925, 4 pages.
Office Action, dated Feb. 17, 2017, received in Australian Patent Application No. 2016206268, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Dec. 28, 2016, received in Canadian Patent Application No. 2653363, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Mar. 15, 2017, received in Canadian Patent Application No. 2,931,604, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Decision to Grant, dated Mar. 23, 2017, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Decision to Grant, dated Sep. 29, 2016, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Notice of Allowance, dated Feb. 21, 2017, received in U.S. Appl. No. 13/221,836, 10 pages.
Notice of Allowance, dated Dec. 21, 2016, received in European Patent Application No. 08712946.6, which corresponds with U.S. Appl. No. 11/620,715, 7 pages.
Notice of Allowance, dated Apr. 7, 2017, received in U.S. Appl. No. 14/290,931, 11 pages.
International Search Report and Written Opinion, dated Jun. 1, 2011, received in International Patent Application No. PCT/US2011/020404, which corresponds with U.S. Appl. No. 12/789,684, 7 pages.
International Preliminary Report on Patentability, dated Jul. 10, 2012, received in International Patent Application No. PCT/US2011/020404, which corresponds with U.S. Appl. No. 12/789,684, 5 pages.
Ivanov, “API Hooking Revealed”, Code Project, www.codeproject.com/Articles/2082/API-hooking-revealed, Dec. 2, 2002, 16 pages.
Venners, “Java's Security Architecture; Java's Security Model and Built-In Safety Features,” JavaWorld, Jul. 1997, 7 pages.
Notice of Allowance, dated Mar. 21, 2017, received in Chinese Patent Application No. 201410299526.4, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Notice of Allowance, dated Mar. 10, 2017, received in Chinese Patent Application No. 201410299324.X, which corresponds with U.S. Appl. No. 12/566,660, 3 pages.
Patent, dated Apr. 12, 2017, received in Chinese Patent Application No. 201410299324.X, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Oct. 4, 2013, received in U.S. Appl. No. 12/789,684, 19 pages.
Final Office Action, dated Mar. 7, 2014, received in U.S. Appl. No. 12/789,684, 23 pages.
Office Action, dated Jul. 18, 2014, received in U.S. Appl. No. 12/789,684, 29 pages.
Office Action, dated Jan. 28, 2015, received in U.S. Appl. No. 12/789,684, 29 pages.
Notice of Allowance, dated Aug. 14, 2015, received in U.S. Appl. No. 12/789,684, 15 pages.
Office Action, dated Mar. 29, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 11 pages.
Patent, dated Apr. 19, 2017, received in European Patent Application No. 11184167.2, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Apr. 26, 2017, received in Chinese Patent Application No. 2014100285627, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Apr. 27, 2017, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Notice of Allowance, dated May 5, 2017, received in U.S. Appl. No. 13/221,827, 20 pages.
Malik, “An Exploration of Multi-Finger Interaction on Multi-Touch Surfaces”, A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy Graduate Department of Computer Science—University of Toronto, Dec. 18, 2007, 184 pages.
Office Action, dated Apr. 5, 2017, received in Chinese Patent Application No. 201410299325.4, which corresponds with U.S. Appl. No. 12/566,660, 8 pages.
Notice of Allowance, dated Apr. 20, 2017, received in U.S. Appl. No. 14/188,635, 11 pages.
Office Action, dated Apr. 21, 2017, received in U.S. Appl. No. 15/432,746, 9 pages.
Related Publications (1)
Number Date Country
20160334990 A1 Nov 2016 US
Continuations (2)
Number Date Country
Parent 14171680 Feb 2014 US
Child 15197704 US
Parent 12042318 Mar 2008 US
Child 14171680 US