Application programming interfaces for gesture operations

Information

  • Patent Grant
  • 11449217
  • Patent Number
    11,449,217
  • Date Filed
    Friday, April 3, 2020
    4 years ago
  • Date Issued
    Tuesday, September 20, 2022
    a year ago
Abstract
At least certain embodiments of the present disclosure include an environment with a framework of software code interacting with a plurality of applications to provide gesture operations in response to user inputs detected on a display of a device. A method for operating through an application programming interface (API) in this environment includes displaying a user interface that includes a respective view that is associated with a respective application of the plurality of applications. The method includes, while displaying the respective view, detecting, via the software code, a user input within the region of the touch-sensitive surface that corresponds to the respective view, and, in response, in accordance with a determination that the user input is an inadvertent user input, ignoring the user input. The determination that the user input is an inadvertent user input is made based on an inadvertent user input call transferred through the API.
Description
FIELD OF THE DISCLOSURE

This disclosure relates to application programming interfaces that provide gesture operations.


COMPUTER PROGRAM LISTING

A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent & Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.


Applicant has submitted herewith Computer Program Listings which are included as Appendix A, attached.


BACKGROUND OF THE DISCLOSURE

An API is a source code interface that a computer system or program library provides in order to support requests for services from a software application. An API is specified in terms of a programming language that can be interpretative or compiled when an application is built, rather than an explicit low level description of how data is laid out in memory. The software that provides the functionality described by an API is said to be an implementation of the API.


Various devices such as electronic devices, computing systems, portable devices, and handheld devices have software applications. The API interfaces between the software applications and user interface software to provide a user of the device with certain features and operations. A user may desire certain operations such as scrolling, selecting, gesturing, and animating operations for a display of the device.


Scrolling is the act of sliding a directional (e.g., horizontal or vertical) presentation of content, such as text, drawings, or images, across a screen or display window. In a typical graphical user interface, scrolling is done with the help of a scrollbar or using keyboard shortcuts, often the arrow keys. Gesturing is a type of user input with two or more input points. Animating operations include changing content within a given time period.


The various types of devices may have a limited display size, user interface, software, API interface and/or processing capability which limits the ease of use of the devices. User interfaces of devices implement APIs in order to provide requested functionality and features. These user interfaces can have difficulty interpreting the various types of user inputs and providing the intended functionality associated with the user inputs.


SUMMARY OF THE DESCRIPTION

At least certain embodiments of the present disclosure include one or more application programming interfaces in an environment with user interface software interacting with a software application. Various function calls or messages are transferred via the application programming interfaces between the user interface software and software applications. Example application programming interfaces transfer function calls to implement scrolling, gesturing, and animating operations for a device.


At least certain embodiments of the present disclosure include an environment with user interface software interacting with a software application. A method for operating through an application programming interface (API) in this environment includes transferring a set bounce call. The method further includes setting at least one of maximum and minimum bounce values. The set bounce call causes a bounce of a scrolled region in an opposite direction of a scroll based on a region past an edge of the scrolled region being visible in a display region at the end of the scroll.


At least certain embodiments of the present disclosure include an environment with user interface software interacting with a software application. A method for operating through an application programming interface (API) in this environment includes transferring a rubberband call. Rubberbanding a scrolled region within a display region occurs by a predetermined maximum displacement when the scrolled region exceeds a display edge. The method further includes transferring an edge rubberband call to set displacement values for at least one edge of the display (e.g., top and bottom edges, left and right edges).


At least certain embodiments of the present disclosure include an environment with user interface software interacting with a software application to provide gesture operations for a display of a device. A method for operating through an application programming interface (API) in this environment includes transferring a scaling transform call. The gesture operations include performing a scaling transform such as a zoom in or zoom out in response to a user input having two or more input points. The gesture operations also include performing a rotation transform to rotate an image or view in response to a user input having two or more input points.


At least certain embodiments of the present disclosure include a method for performing animations for a display of a device. The method includes starting at least one animation. The method further includes determining the progress of each animation. The method further includes completing each animation based on a single timer. The single timer can be based on a redraw interval of the display hardware.


Various devices which perform one or more of the foregoing methods and machine readable media which, when executed by a processing system, cause the processing system to perform these methods, are also described.


Other methods, devices and machine readable media are also described.





BRIEF DESCRIPTION OF THE DRAWINGS

The disclosure is described by way of example with reference to the accompanying drawings, wherein:



FIG. 1 is flow chart of a method for responding to a user input of a data processing device;



FIG. 2 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 3 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 4 is a schematic diagram illustrating an embodiment of user interface of a portable electronic device 400 having a touch-sensitive display 408;



FIG. 5A-5C illustrate at least some embodiments of user interface of a portable electronic device 400 having a touch-sensitive display;



FIG. 6A-6D illustrate the scrolling of a list of items to a terminus of the list, at which point an area beyond the terminus is displayed and the list is then scrolled in an opposite direction until the area beyond the terminus is no longer displayed, in accordance with some embodiments;



FIG. 7 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 8 illustrates first and second scroll angles for locking a scroll of a display of a device in a horizontal or vertical direction according to certain teachings of the present disclosure;



FIG. 9 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 10 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 11 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 12 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 13 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 14 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 15 illustrates a display of a device having a scaling transform of a view;



FIGS. 16A-16B illustrate a display of a device with a view having a first and a second scaling factor, and FIG. 16C illustrates user inputs for changing a scale factor.



FIG. 17 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 18 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIG. 19 is flow chart of a method for animating views displayed on a display of a device;



FIG. 20 is flow chart of a method for animating views displayed on a display of a device;



FIG. 21 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure;



FIGS. 22A and 22B illustrate synchronizing the resizing of windows of a display of a device;



FIG. 23 illustrates a method for switching ownership of a view of an application displayed on a display of a data processing device;



FIG. 24 illustrates a method for memory management of a view of an application displayed on a display of a device;



FIGS. 25A and 25B illustrate a data structure having a hierarchy of layers with a layer being associated with a view;



FIG. 26 illustrates a method for compositing media and non-media content of user interface for display on a device;



FIG. 27 illustrates a data structure or layer tree having a hierarchy of layers;



FIG. 28 is a perspective view of a device in accordance with one embodiment of the present disclosure;



FIG. 29 is a perspective view of a device in accordance with one embodiment of the present disclosure;



FIGS. 30A and 30B are perspective views of a wireless device in accordance with one embodiment of the present disclosure;



FIG. 31 is a block diagram of a system in which embodiments of the present disclosure can be implemented;



FIG. 32 shows another example of a device in accordance with one embodiment of the present disclosure;



FIG. 33A is a perspective view of a device in a first configuration (e.g. in a laptop configuration) in accordance with one embodiment of the present disclosure;



FIG. 33B is a perspective view of the device of FIG. 33A in a second configuration (e.g. a transition configuration) in accordance with one embodiment of the present disclosure;



FIG. 33C is a perspective view of the device of FIG. 33A in a third configuration (e.g., a tablet configuration) in accordance with one embodiment of the present disclosure; and



FIG. 34 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure.





DETAILED DESCRIPTION

Various embodiments and aspects of the disclosure will be described with reference to details discussed below, and the accompanying drawings will illustrate the various embodiments. The following description and drawings are illustrative of the disclosure and are not to be construed as limiting the disclosure. Numerous specific details are described to provide a thorough understanding of various embodiments of the present disclosure. However, in certain instances, well-known or conventional details are not described in order to provide a concise discussion of embodiments of the present disclosure.


Some portions of the detailed descriptions which follow are presented in terms of algorithms which include operations on data stored within a computer memory. An algorithm is generally a self-consistent sequence of operations leading to a desired result. The operations typically require or involve physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.


It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, can refer to the action and processes of a data processing system, or similar electronic device, that manipulates and transforms data represented as physical (electronic) quantities within the system's registers and memories into other data similarly represented as physical quantities within the system's memories or registers or other such information storage, transmission or display devices.


The present disclosure can relate to an apparatus for performing one or more of the operations described herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a machine (e.g. computer) readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), erasable programmable ROMs (EPROMs), electrically erasable programmable ROMs (EEPROMs), flash memory, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a bus.


A machine-readable medium includes any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer). For example, a machine-readable medium includes read only memory (“ROM”); random access memory (“RAM”); magnetic disk storage media; optical storage media; flash memory devices; electrical, optical, acoustical or other form of propagated signals (e.g., carrier waves, infrared signals, digital signals, etc.); etc.


At least certain embodiments of the present disclosure include one or application programming interfaces in an environment with user interface software interacting with a software application. Various function calls or messages are transferred via the application programming interfaces between the user interface software and software applications. Transferring the function calls or messages may include issuing, initiating, invoking or receiving the function calls or messages. Example application programming interfaces transfer function calls to implement scrolling, gesturing, and animating operations for a device having a display region. An API may also implement functions having parameters, variables, or pointers. An API may receive parameters as disclosed or other combinations of parameters. In addition to the APIs disclosed, other APIs individually or in combination can perform similar functionality as the disclosed APIs.


The display region is a form of a window. A window is a display region which may not have a border and may be the entire display region or area of a display. In some embodiments, a display region may have at least one window and/or at least one view (e.g., web, text, or image content). A window may have at least one view. The methods, systems, and apparatuses disclosed can be implemented with display regions, windows, and/or views.


At least certain embodiments of the present disclosure include scrolling operations for scrolling a display of a device. The scrolling operations include bouncing a scrolled region in an opposite direction of a scroll when a scroll completes, rubberbanding a scrolled region by a predetermined maximum displacement when the scrolled region exceeds a display edge, and setting a scrolling angle that locks the scroll in a horizontal or vertical direction.


At least certain embodiments of the present disclosure include gesture operations for a display of a device. The gesture operations include performing a scaling transform such as a zoom in or zoom out in response to a user input having two or more input points. The gesture operations also include performing a rotation transform to rotate an image or view in response to a user input having two or more input points.


At least certain embodiments of the present disclosure include a method for performing animations for a display of a device. The method includes starting at least one animation. The method further includes determining the progress of each animation. The method further includes completing each animation based on a single timer. The single timer can be based on a redraw interval of the display hardware.


At least certain embodiments of the disclosure may be part of a digital media player, such as a portable music and/or video media player, which may include a media processing system to present the media, a storage device to store the media and may further include a radio frequency (RF) transceiver (e.g., an RF transceiver for a cellular telephone) coupled with an antenna system and the media processing system. In certain embodiments, media stored on a remote storage device may be transmitted to the media player through the RF transceiver. The media may be, for example, one or more of music or other audio, still pictures, or motion pictures.


The portable media player may include a media selection device, such as a click wheel input device on an iPod® or iPod Nano® media player from Apple Computer, Inc. of Cupertino, Calif., a touch screen input device, pushbutton device, movable pointing input device or other input device. The media selection device may be used to select the media stored on the storage device and/or the remote storage device. The portable media player may, in at least certain embodiments, include a display device which is coupled to the media processing system to display titles or other indicators of media being selected through the input device and being presented, either through a speaker or earphone(s), or on the display device, or on both display device and a speaker or earphone(s). In some embodiments, the display device and input device are integrated while in other embodiments the display device and input device are separate devices. Examples of a portable media player are described in U.S. patent application Ser. No. 11/586,862, titled “Automated Response to and Sensing of User Activity in Devices” and published U.S. patent application numbers 2003/0095096 and 2004/0224638 which have been incorporated by reference into the present application.


Embodiments of the disclosure described herein may be part of other types of data processing systems, such as, for example, entertainment systems or personal digital assistants (PDAs), or general purpose computer systems, or special purpose computer systems, or an embedded device within another device, or cellular telephones which do not include media players, or multi touch tablet devices, or other multi touch devices, or devices which combine aspects or functions of these devices (e.g., a media player, such as an iPod®, combined with a PDA, an entertainment system, and a cellular telephone in one device). In this disclosure, electronic devices and consumer devices are types of devices.



FIG. 1 is flow chart of a method for responding to a user input of a device. The method 100 includes receiving a user input at block 102. The user input may be in the form of an input key, button, wheel, touch, or other means for interacting with the device. The method 100 further includes creating an event object in response to the user input at block 104. The method 100 further includes determining whether the event object invokes a scroll or gesture operation at block 106. For example, a single touch that drags a distance across a display of the device may be interpreted as a scroll operation. In one embodiment, a two or more finger touch of the display may be interpreted as a gesture operation. In certain embodiments, determining whether the event object invokes a scroll or gesture operation is based on receiving a drag user input for a certain time period. The method 100 further includes issuing at least one scroll or gesture call based on invoking the scroll or gesture operation at block 108. The method 100 further includes responding to at least one scroll call, if issued, by scrolling a window having a view (e.g., web, text, or image content) associated with the event object based on an amount of a scroll with the scroll stopped at a predetermined position in relation to the user input at block 110. For example, an input may end at a certain position on a display of the device. The scrolling may continue until reaching a predetermined position in relation to the last input received from the user. The method 100 further includes responding to at least one gesture call, if issued, by changing a view associated with the event object based on receiving a plurality of input points in the form of the user input at block 112.


In certain embodiments of the present disclosure, scroll operations include attaching scroll indicators to a content edge of a display. Alternatively, the scroll indicators can be attached to the display edge. In some embodiments, user input in the form of a mouse/finger down causes the scroll indicators to be displayed on the display edge, content edge, or window edge of the scrolled region. If a mouse/finger up is then detected, the scroll indicators are faded out from the display region, content edge, or window edge of the scrolled region.


In certain embodiments of the present disclosure, gesture operations include responding to at least one gesture call, if issued, by rotating a view associated with the event object based on receiving a plurality of input points in the form of the user input. Gesture operations may also include scaling a view associated with the event object by zooming in or zooming out based on receiving the user input.


In some embodiments, a device includes a display region having multiple views or windows. Each window may have a multiple views including superviews and subviews. It is necessary to determine which window, view, superview, or subview is contacted by a user input in the form of a mouse up, mouse down, or drag, etc. An API can set various modes for making this determination. In one embodiment, a pass mode sends mouse down, mouse up, and drag inputs to the nearest subview. In another embodiment, an intercept on drag mode sends a drag input to the superview while mouse up and down inputs are sent to the subview. In another embodiment, an intercept mode sends all drag, mouse up and down inputs to the superview. The superview may be scroller software operating as a subclass of a view software. The subview may be view software operating as a subclass of the user interface software.



FIG. 2 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a bounce operation. The method 200 for providing a bounce operation includes transferring a set bounce call at block 202. The method 200 further includes setting at least one of maximum and minimum bounce values at block 204. The minimum and maximum bounce values may be associated with at least one edge of a window that has received a user input. The method 200 further includes causing a bounce of a scrolled region in an opposite direction of a scroll based on a region past the scrolled region being visible in a display region at the end of the scroll at block 206. The scrolled region may be a content region.


In certain embodiments of the present disclosure, transferring the set bounce call is either one of issuing, initiating, invoking or receiving the set bounce call.



FIG. 3 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a rubberband operation. The method 300 for providing a rubberband operation includes transferring a rubberband call to cause rubberbanding a scrolled region displayed within a display at block 302. The method 300 further includes transferring an edge rubberband call to set displacement values for at least one edge of the display at block 304. In some embodiments, the displacement values are set for top and bottom edges, left and right edges, or all edges.


Rubberbanding a scrolled region according to the method 300 occurs by a predetermined maximum displacement value when the scrolled region exceeds a display edge of a display of a device based on the scroll. If a user scrolls content of the display making a region past the edge of the content visible in the display, then the displacement value limits the maximum amount for the region outside the content. At the end of the scroll, the content slides back making the region outside of the content no longer visible on the display.


In certain embodiments of the present disclosure, transferring the rubberband call is either one of issuing, initiating, invoking or receiving the rubberband call.



FIG. 4 is a schematic diagram illustrating an embodiment of user interface of a portable electronic device 400 having a touch-sensitive display 408. The display 408 may include a window 410. The window 410 may include one or more displayed objects, such as information objects 412-1 to 412-4. In an exemplary embodiment, the information objects 412 may correspond to contact information for one or more individuals in a list of items. The displayed objects may be moved in response to detecting or determining movement 414 of a point of contact with the display, such as that associated with one or more digits 416 of a user (which are not drawn to scale in FIG. 4). In some embodiments, movement of the displayed objects may be accelerated in response to detecting or determining accelerated movement of the point of contact. While embodiment 400 includes one window 410, in other embodiments there may be two or more display windows. In addition, while embodiment 400 illustrates movement 414 in a particular direction, in other embodiments movement of the displayed objects may be in response to movement 414 in one or more other directions, or in response to a scalar (i.e., a determined or detected movement independent of the direction).



FIGS. 5A-5C illustrate the scrolling of a list of items on a device to a terminus of the list, at which point one or more displayed items at the end of the list smoothly bounce off the end of the display, reverse direction, and then optionally come to a stop. FIG. 5A is a schematic diagram illustrating an embodiment of user interface of a portable electronic device 400 having a touch-sensitive display. One or more displayed objects, such as information object 412-1 may be a distance 512-1 from a terminus 514 of the list of items which is an edge of a scrolled region and may be moving with a velocity 510-1 while the list is being scrolled. Note that the terminus 514 is a virtual boundary associated with the displayed objects, as opposed to a physical boundary associated with the window 410 and/or the display 408. As illustrated in FIG. 5B, when the one or more displayed objects, such as the information object 412-1, reach or intersect with the terminus 514, the movement corresponding to the scrolling may stop, i.e., the scrolling velocity may be zero at an instant in time. As illustrated in FIG. 5C, the one or more displayed objects, such as the information 412-1, may subsequently reverse direction. At a time after the intersection with the terminus 514, the information object 412-1 may have velocity 510-2 and may be a distance 512-2 from the terminus 514. In some embodiments, the magnitude of velocity 510-2 may be less than the magnitude of velocity 510-1 when the distance 512-2 equals the distance 512-1, i.e., the motion of the one or more displayed objects is damped after the scrolling list reaches and “bounces” at its terminus.


In at least some embodiments of the present disclosure, the method 200 performs the bounce operations described in FIGS. 5A-5C. The bounce call transferred at block 202 determines whether a bounce operation is enabled. The maximum and minimum bounces values determine the amount of bouncing of the scrolled region in an opposite direction of the scroll.



FIGS. 6A-6D illustrate the scrolling of a list of items to a terminus of the list, at which point an area beyond the terminus is displayed and the list is then scrolled in an opposite direction until the area beyond the terminus is no longer displayed, in accordance with some embodiments. The rubberband operation of method 300 is illustrated in the example of FIGS. 6A-6D with the listed items being email messages. FIGS. 6A-6D illustrate an exemplary user interface 3500A for managing an inbox in accordance with some embodiments. An analogous user interface may be used to display and manage other mailboxes (e.g., drafts, sent, trash, personal, etc.). In addition, other types of lists are possible, including but not limited to lists of instant message conversations, favorite phone numbers, contact information, labels, email folders, email addresses, physical addresses, ringtones, or album names.


If the list of emails fills more than the allotted screen area, the user may scroll through the emails using vertically upward and/or vertically downward swipe gestures on the touch screen. In the example of FIG. 6A, a portion of a list of emails is displayed in the screen area, including a top displayed email 3530 from Bruce Walker and a bottom displayed email 3532 from Kim Brook. A user performs a vertically downward swipe gesture 3514 to scroll toward the top of the list. The vertically downward gesture 3514 need not be exactly vertical; a substantially vertical gesture is sufficient. In some embodiments, a gesture within a predetermined angle of being perfectly vertical results in vertical scrolling.


As a result of detecting the vertically downward gesture 3514, in FIG. 6B the displayed emails have shifted down, such that the previous bottom displayed email 3532 from Kim Brook is no longer displayed, the previous top displayed email 3530 from Bruce Walker is now second from the top, and the email 3534 from Aaron Jones, which was not displayed in FIG. 6A, is now displayed at the top of the list.


In this example, the email 3534 from Aaron Jones is the first email in the list and thus is the terminus of the list. Upon reaching this email 3534, in response to continued detection of the vertically downward gesture 3514, an area 3536 (FIG. 6C) above the first email 3534 (i.e., beyond the terminus of the list) is displayed. In some embodiments, the area displayed beyond the terminus of the list is visually indistinct from the background of the list. In FIG. 6C, both the area 3536 and the background of the emails (e.g., emails 3534 and 3530) are white and thus are visually indistinct.


Once vertically downward gesture 3514 is complete, such that a corresponding object is no longer detected on or near the touch screen display, the list is scrolled in an opposite direction until the area 3536 is no longer displayed. FIG. 6D illustrates the result of this scrolling in the opposite direction, the email 3534 from Aaron Jones is now displayed at the top of the screen area allotted to the list and the area 3536 is not displayed.


In the example of FIGS. 6A-6D, a vertically downward gesture resulted in display of an area beyond the first item in the list. As described in FIG. 3, the values for the predetermined maximum displacement (e.g., display of an area beyond the first item in the list) are set at block 304 for top and bottom edges or at block 306 for all edges of the window.


Similarly, a vertically upward gesture may result in display of an area beyond the last item of the list, if the vertically upward gesture continues once the list has been scrolled to the last item. The last item may be considered a terminus of the list, similar to the first item. As discussed above, the gesture need not be exactly vertical to result in vertical scrolling; a gesture within a predefined range of angles from perfectly vertical is sufficient.



FIG. 7 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a directional scrolling operation. The method 700 for operating through an application programming interface (API) includes transferring a directional scroll angle call to determine if directional scrolling is enabled at block 702. The method 700 further includes transferring a directional scroll angle call to set a scroll angle for locking the scrolling in at least one of a vertical or a horizontal direction at block 704. The method 700 further includes locking the scrolling in the horizontal direction if a user input forms an angle with a horizontal direction that is less than or equal to a first scroll angle at block 706. The method 700 further includes locking the scrolling in the vertical direction if a user input forms an angle with the vertical direction that is less than or equal to a second scroll angle at block 708.


In certain embodiments, a user input in the form of a drag forms an angle with the horizontal direction that is less than the first scroll angle. In this case, the user presumably intends to scroll in the horizontal direction. The scrolling will be locked in the horizontal direction until the user input exceeds the first scroll angle. A second scroll angle may be used for locking the user input in the vertical direction. The second scroll angle may be set equal to the first scroll angle.



FIG. 8 illustrates first and second scroll angles for locking a scroll of a display of a device in a horizontal or vertical direction. The horizontal direction 802 and vertical direction 804 are in reference to a window or a display of a device. As discussed in the method 700, a user input such as a drag movement forming an angle with the horizontal direction 802 less than or equal to the first scrolling angle 806 or 808 will lock the user input in the horizontal direction. In a similar manner, a user input forming an angle with the vertical direction 804 less than or equal to the second scrolling angle 810 or 812 will lock the user input in the vertical direction. The first and second scrolling angles may be set at the same angle or at different angles as well. For example, the first and second scrolling angles may be set at 25 degrees. A user input less than or equal to 25 degrees with respect to the horizontal or vertical direction will lock the scrolling in the appropriate direction.


In some embodiments, the horizontal and vertical locking angles can be determined in part by the aspect of the content. For example, content in the form of a tall page may receive a larger vertical locking angle compared to the horizontal locking angle.



FIG. 9 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a deceleration scroll operation. The method 900 for providing the deceleration scroll operation includes transferring a deceleration scroll call to set a deceleration factor for a drag user input at block 902. The method 900 further includes slowing the scroll to a stop based on the speed of the drag user input and the deceleration factor at block 904.


In certain embodiments, a user input in the form of a drag invokes a scroll operation for a certain time period. The user input has a certain speed. The scroll of the scrolled region of a window or a display region of a display of a device will be stopped after the user input stops by applying a deceleration factor to the speed of the user input during the drag movement.



FIG. 10 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a scroll hysteresis operation. The method 1000 for providing the scroll hysteresis operation includes transferring a scroll hysteresis call to determine whether a user input invokes a scroll at block 1002. The method 1000 further includes setting a hysteresis value for determining whether a user input invokes a scroll at block 1004.


In certain embodiments, a user input in the form of a drag over a certain distance across a display or window within a display of a device invokes a scroll operation. The hysteresis value determines the certain distance which the user input must drag across the display or window prior to invoking a scroll operation. A user input that does not drag the certain predetermined distance will not invoke a scroll operation and may be considered a mouse up or down input or other type of input.



FIG. 11 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to attach a scroll indicator to a scroll region edge or a window edge of a device. In some embodiments, the scroll region edge is associated with a content edge. The window or display edge may be associated with the edge of a display region. The method 1100 for providing the scroll indicator includes transferring a scroll indicator call to determine whether at least one scroll indicator attaches to an edge of a scroll region or a window edge at block 1102. A scroll indicator may be displayed on any display edge, window edge or scroll region edge. The method 1100 further includes optionally attaching at least one scroll indicator to the edge of the scroll region based on the scroll indicator call at block 1104. Alternatively, the method 1100 further includes optionally attaching at least one scroll indicator to the window edge of the view based on the scroll indicator call at block 1106.


In some embodiments, the operations of method 1100 can be altered, modified, combined, or deleted. For example, block 1104 can be deleted. Likewise, block 1106 can be deleted from the method 1100. Alternatively, the order of block 1104 and block 1106 can be switched. Other methods having various operations that have been disclosed within the present disclosure can also be altered, modified, rearranged, collapsed, combined, or deleted.


In certain embodiments of the present disclosure, transferring the scroll indicator call is either one of issuing, initiating, invoking or receiving the scroll indicator call. For example, the user interface software (e.g., software kit or library) may receive the scroll indicator call from the software application.



FIG. 12 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to determine if an inadvertent user input contacts a view of a display of a device. The method 1200 includes transferring an inadvertent user input call to determine whether the user input was inadvertent at block 1202. The method 1200 further includes ignoring the inadvertent user input based on the determination of the inadvertent user input call at block 1204. In one embodiment, the inadvertent user input call comprises a thumb detection call to determine whether the user input was an inadvertent thumb.


In certain embodiments of the present disclosure, transferring the inadvertent user input call is either one of issuing, initiating, invoking or receiving the inadvertent user input call.


A gesture API provides an interface between an application and user software in order to handle gesturing. Gesturing may include scaling, rotating, or other changes to a view, window, or display. A mask may merely permit certain changes while limiting or not permitting other changes. Events of all kinds come into the application via a graphics framework. They are enqueued, collaleced if necessary and dispatched. If the events are system level events (e.g., application should suspend, device orientation has changed, etc.) they are routed to the application having an instance of a class of the user interface software. If the events are hand events based on a user input, the events are routed to the window they occurred over. The window then routes these events to the appropriate control by calling the instance's mouse and gesture methods. The control that receives a mouse down or mouse entered function will continue to get all future calls until the hand is lifted. If a second finger is detected, the gesture methods or functions are invoked. These functions may include start, change, and end gesture calls. The control that receives start gesture call will be sent all future change gesture calls until the gesture ends.



FIG. 13 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a gesture operation. The method 1300 for providing the gesture operation includes transferring a handle gesture event call at block 1302. The method 1300 further includes transferring a gesture change call in response to the handle gesture event call at block 1304.


In certain embodiments, a user input in the form of two or more points is received by a display of a device. A multi-touch driver of the device receives the user input and packages the event into an event object. A window server receives the event object and determines whether the event object is a gesture event object. If the window server determines that a gesture event object has been received, then user interface software issues or transfers the handle gesture call at block 1302 to a software application associated with the view. The software application confirms that a gesture event has been received and passes the handle gesture call to a library of the user interface software. The window server also associates the gesture event object with the view that received the user input. The library responds by transferring a gesture change call in response to the handle gesture event call at block 1304.


In one embodiment, a window or view associated with the user input receives the change call in order to perform the gesture event. The user software that provides the view receives a gesture start event call, a gesture changed event call, a zoom to scale setting for the view, and a gesture end call. The gesture calls receive an input of a gesture event which may be base event having a type such as a hand event, keyboard event, system event, etc. A delegate associated with the application receives a start gesture call, gesture did change call, and gesture did finish call. The user software is dynamically linking into the application during the run time of the gesture process.


In some embodiments, the gesture changed function call contains the following information about the gesture:

    • the number of fingers currently down;
    • the number of fingers initially down;
    • the rotation of the hand;
    • the scale of the hand;
    • the translation of the hand;
    • the position of the inner and outermost fingers; and
    • the pressure of the first finger.


In other embodiments, more information about each finger down may be included as follows:

    • the stage of the finger (just touch down, fully pressed, lifting off, etc.);
    • the position of the finger;
    • the proximity of the finger (how hard you're touching);
    • the orientation of the finger (what angle the ovoid is at);
    • the length of the major and minor axis;
    • the velocity of the finger; and
    • the eccentricity of the finger's ovoid.


A gesture event object may be a chord event object having a chord count (e.g., number of fingers contacted the view or display), a chord start event, a chord change event, and a chord end event. A chord change event may include a scaling or rotation transform.



FIG. 14 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a scaling transform of a display region, window, or view of a display of a device. The method 1400 for providing the scaling transform includes transferring a scaling transform call to determine a scaling transform for a view associated with a user input having a plurality of input points at block 1402. The method 1400 further includes transferring a scaling gesture start call at block 1404. The method 1400 further includes transferring a scaling gesture progress call at block 1406. The method 1200 further includes transferring a scaling gesture end call at block 1408.


In certain embodiments, a user input in the form of two or more input points (e.g., fingers) moves together or apart to invoke a gesture event that performs a scaling transform on the view associated with the user input. A scale transform includes a minimum and maximum scale factor. FIG. 15 illustrates a display 1502 of a device having a scaling transform of a view. The view 1504 (e.g., web, text, or image content) has a first scale factor. A user input (e.g., two fingers moving apart) associated with the view 1504 is interpreted as a gesture event to zoom out from view 1504 to view 1508 having a second scale factor that exceeds the maximum scale factor of the view 1516. A snapback flag determines whether the zoom out can proceed past the maximum scale factor to view 1508 prior to snapping back to the maximum scale factor associated with view 1516.



FIG. 16A illustrates a display 1604 of a device having a first scaling factor of a view 1616. A user input (e.g., two fingers 1608 and 1610 moving together) associated with the view 1614 is interpreted as a gesture event to zoom in from view 1614 to view 1664 having a second scale factor as illustrated in FIG. 16B. The dashed regions 1602 and 1650 represent the total area of the content with the only content being displayed in the display area 1604 and 1652. In performing the scaling transform from FIG. 16A to FIG. 16B, the center of the gesture event, center 1612 for FIG. 16A and center 1660 for FIG. 16B, remains in the same position with respect to the display 1604. The scroll indicator 1606 shrinks to become scroll indicator 1654 during the transform to indicate that a smaller portion of the total content 1650 is being displayed on display 1604 as a result of the zoom in operation. The dashed region 1650 is larger than the dashed region 1602 to represent that a larger portion of content is not being displayed on display 1652 in FIG. 16B as a result of the zoom in operation.


In at least some embodiments of the present disclosure, a user desires to change a view 1670 from a scale factor of 2× to a scale factor of 1×. As illustrated in FIG. 16C, a first set of user inputs 1672 and 1674 that move to the second set of user inputs 1676 and 1678 will decrease the scale factor from 2× to 1×. It may be desirable for the user to scale from 2× to 1× without having to move the user inputs a large distance across the view 1670. In an environment with user interface software interacting with a software application, a gesture scaling transform flag may be set in order to determine a scaling transform for a view associated with a user input having a plurality of input points. The scaling transform flag scales either from a current scale factor to a minimum scale factor or from the current scale factor to a maximum scale factor. For example, a flag may be set at the position associated with a 1.5× scale factor and a third set of user inputs 1680 and 1682. A user desiring to change the scale factor from 2× to 1× would only have to move his fingers, the user inputs, from the first set 1672 and 1674 to the third set 1680 and 1682 if the gesture scaling transform flag has been set at a scale factor of 1.5×.



FIG. 17 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to provide a rotation transform of a view, window, or display region of a display of a device. The method 1700 for providing the rotation transform includes transferring a rotation transform call to determine a rotation transform for a view associated with a user input having a plurality of input points at block 1702. The method 1700 further includes transferring a rotation gesture start call at block 1704. The method 1700 further includes transferring a rotation gesture progress call at block 1706. The method 1700 further includes transferring a rotation gesture end call at block 1708.


In certain embodiments, a user input in the form of two or more input points rotates to invoke a gesture event that performs a rotation transform on the view associated with the user input. The rotation transform includes a minimum and maximum degree of rotation for associated minimum and maximum rotation views. The user input may temporarily rotate a view past a maximum degree of rotation prior to the view snapping back to the maximum degree of rotation.



FIG. 18 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application in order to notify a delegate of at least one animation associated with a display region, window, or view of a display of a device. A delay in the animation may be specified by the API. Also, multiple animations may be assigned priority by the API. The method 1800 for notifying the delegate includes determining whether any animation occurs at block 1802. The method 1800 further includes checking the progress of an animation at block 1804. If progress has occurred, then the next state (e.g., position, opacity, or transform) of the animation can be calculated at block 1806. If progress has completed at block 1806, then at block 1808 it is determined whether the view associated with the completed animation is associated with a delegate. If so, a delegate call is transferred to notify the delegate of the animation for the view at block 1810. The delegate operating under the control of the software application can change other views in response to the view being modified by the animation.


In certain embodiments, software invokes an animation that performs a scaling transform on the view associated with the user input. A display may include numerous views. The view being increased in size by the scaling transform may obstruct other views in which case the other views may need to be reduced in size. Alternatively, the view being decreased in size by the scaling transform may create additional area for other views to increase in size.



FIG. 19 is flow chart of a method for animating a display region, windows, or views displayed on a display of a device. The method 1900 includes starting at least two animations at block 1902. The method 1900 further includes determining the progress of each animation at block 1904. The method 1900 further includes completing each animation based on a single timer at block 1906.


In certain embodiments of the present disclosure, the single timer includes a timer based on a redraw interval which is a time period between the display of a current frame and a next frame of the display of the device. In this case, changes in animation are updated to the display during the redraw interval in order to display the changes during the next frame of the display. The progress of each animation may be calculated periodically or based upon a progress call.


The method 1900 may further include determining whether each animation is associated with a delegate. The delegate is then notified of the animation. Other views not associated with an animation may be changed depending on the software application controlling the delegate.



FIG. 20 is flow chart of a method for animating a display region, windows, or views displayed on a display of a device. The method 2000 includes providing a single animation timer at block 2002. The method 2000 further includes animating a plurality of animations with the single animation timer at block 2004. For example, a single timer may control all animations which occur simultaneously. The animations may include a transform, a frame, and an opacity animation. A animation transform may include a scaling or rotation transform. A frame animation may include resizing of a frame. An opacity animation changes the opacity from opaque to transparent or vice versa.



FIG. 21 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with multiple software applications or processes in order to synchronize animations associated with multiple views or windows of a display of a device. The method 2100 for synchronizing the animations includes setting attributes of views independently with each view being associated with a process at block 2102. For example, an attribute or property of a view may include a position, size, opacity, etc. An animation alters one or more attributes from a first state to a second state. The method 2100 further includes transferring a synchronization call to synchronize animations for the multiple views of the display at block 2104. The synchronization call may include input parameters or arguments such as an identification of the synchronization of the processes and a list of the processes that are requesting animation of the multiple views. In one embodiment, the synchronization call includes the identification and the number of processes that are requesting animation. In one embodiment, each application or process sends a synchronization call at different times. The method 2100 further includes transferring a synchronization confirmation message when a synchronization flag is enabled at block 2106. The synchronization flag can be enabled when the processes to be synchronized have each sent messages to a window server operating the user interface software. The method 2100 further includes updating the attributes of the views from a first state to a second state independently at block 2108. In one embodiment, the window server receives the updated attributes from each process at different times. The method 2100 further includes transferring a start animation call to draw the requested animations when both processes have updated attributes associated with the second state at block 2110.


In some embodiments, a first data structure or layer tree represents a hierarchy of layers that correspond to the views or windows of the processes. A second data structure or render tree represents a similar copy of the layer tree. However, the render tree is not updated until the independent processes have completed their separate animations. At this time, the render tree updates and redraws the screen with the new animations.



FIGS. 22A and 22B illustrate synchronizing the resizing of views or windows of a display of a device. For example, a window 2210 associated with a first process with a size attribute may increase in size by changing from a first state, window 2210 in FIG. 22A, to a second state, window 2210 in FIG. 22B. At approximately the same time, a second window 2220 may decrease in size in proportion to the increase in size of the first window 2210. The method 2100 provides synchronization of the resizing of the windows 2210 and 2220 illustrated in FIGS. 22A and 22B. The animations in changing from the first state to the second state may occur incrementally and occur with the synchronization of method 2100.



FIG. 23 illustrates a method for switching ownership of a view of an application displayed on a display of a data processing device. The method 2300 includes constructing a data structure having a hierarchy of layers with a layer being associated with a view and owning the view at block 2302. The layers may be content, windows, video, images, text, media, or any other type of object for user interface of the application. The method 2300 further includes removing the layer from the data structure at block 2304. The method 2300 further includes switching ownership of the view from the layer to the view at block 2306.


In some embodiments, each layer from the data structure is associated with a view. The layer associated with the view sends a delegate function call to the view in order to generate content provided by the view. A first pointer reference points from the layer to the view. A second pointer reference points from the view to the layer. The number of references pointing to an object such as the view is defined as the retained count of the object. The view may receive notification that the layer will be removed from the data structure. Removing the layer from the data structure may occur based on the view associated with the layer being removed from the display of the device. When the layer is removed from the data structure or layer tree the pointer from the layer to the view will be removed. The view will have a retained count of zero and be deallocated or removed from memory if the ownership of the view is not reversed. The view will have a retained count of at least one if ownership is reversed.



FIG. 24 illustrates a method for memory management of a view of an application displayed on a display of a device. The method 2400 includes constructing a data structure having a hierarchy of layers with at least one layer being associated with the view at block 2402. The method 2400 further includes storing the data structure in memory at block 2404. The method 2400 further includes maintaining a retained count of the number of references to the view from other objects at block 2406. The method 2400 further includes deallocating the view from memory if the retained count is zero at block 2408. As discussed above, the retained count of the view will be decremented if the layer is removed from the data structure. Removing the layer from the data structure may occur based on the view associated with the layer being removed from the display of the device.



FIGS. 25A and 25B illustrate a data structure having a hierarchy of layers with a layer being associated with a view. The data structure includes layers 2502, 2504, and 2506. Layer 2506 is associated with the view 2510. The layer 2506 associated with the view 2510 sends a delegate call to the view in order to generate content provided by the view. A first pointer reference 2508 points from the layer 2506 to the view 2510. A second pointer reference 2512 points from the view 2510 to the layer 2506. A third pointer reference 2532 may point from user interface (UI) controller 2530 to the view 2510. The UI controller 2530 may control operations associated with the view 2510 such as scrolling the view 2510 in response to a user input. The view 2510 in FIG. 25A has a retained count of two based on the pointer references 2508 and 2532.


If the layer 2506 is removed from the data structure as illustrated in FIG. 25B, then the pointer 2508 is removed. View 2510 will have a lower retained count as illustrated in FIG. 25B. If view 2510 has a retained count of zero, then the memory storing the view 2510 will be deallocated.



FIG. 26 illustrates a method for compositing media and non-media content of user interface for display on a device. The method 2600 includes constructing a data structure having a hierarchy of layers associated with the user interface of the device at block 2602. The method 2600 further includes determining whether each layer of the data structure is associated with media or non-media content at block 2604. The data structure or layer tree is traversed in order to determine whether each of the layers of the data structure is associated with media or non-media content. The method 2600 further includes detaching a layer associated with media content from the data structure at block 2606. The method 2600 further includes storing media content in a first memory location at block 2606. The method 2600 further includes storing non-media content in a second memory location at block 2608. The method 2600 further includes compositing the media and non-media content for display on the device at block 2610.


In some embodiments, compositing the media and non-media content includes retrieving the media content from the first memory location, retrieving the non-media content from the second memory location, and scanning the media and non-media content directly to the display. The memory location can be any type of memory located in cache, main memory, a graphics processing unit, or other location within a device. The media content may include video, video plug-in, audio, image, or other time varying media. The media content may be in the form of a YUV model with the Y representing a luminance component (the brightness) and U and V representing chrominance (color) components. The media content may be scanned to the display at a rate of substantially twenty to forty frames per second. The media content may be scaled prior to being scanned to the display of the device.


The non-media content may include content, views, and images that do not require frequent updating. The non-media content may be in the form of a RGB model which is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors. The non-media content may be scanned to the display at a slower rate compared to the media content.



FIG. 27 illustrates a data structure or layer tree having a hierarchy of layers. The layers can be associated with media and non-media content. For example, layer 2704 is associated with media content 2706 such as a video. Layer 2710 is associated with non-media content 2712 which may be user interface view for the video. Layers 2720, 2730, and 2740 are associated with non-media content 2722, 2732, and 2742, respectively, that forms the components of the non-media content 2712. The method 2600 will determine whether each layer of the data structure is associated with media or non-content. Any layers associated with media content such as layer 2704 will be removed from the data structure and processed in a separate memory location.


In some embodiments, the methods, systems, and apparatuses of the present disclosure can be implemented in various devices including electronic devices, consumer devices, data processing devices, desktop computers, portable computers, wireless devices, cellular devices, tablet devices, handheld devices, multi touch devices, multi touch data processing devices, any combination of these devices, or other like devices. FIGS. 4-6 and 28-33 illustrate examples of a few of these devices.



FIG. 28 illustrates a device 2800 according to one embodiment of the disclosure. FIG. 28 shows a wireless device in a telephone configuration having a “candy-bar” style. In FIG. 28, the wireless device 2800 may include a housing 2832, a display device 2834, an input device 2836 which may be an alphanumeric keypad, a speaker 2838, a microphone 2840 and an antenna 2842. The wireless device 2800 also may include a proximity sensor 2844 and an accelerometer 2846. It will be appreciated that the embodiment of FIG. 28 may use more or fewer sensors and may have a different form factor from the form factor shown in FIG. 28.


The display device 2834 is shown positioned at an upper portion of the housing 2832, and the input device 2836 is shown positioned at a lower portion of the housing 2832. The antenna 2842 is shown extending from the housing 2832 at an upper portion of the housing 2832. The speaker 2838 is also shown at an upper portion of the housing 2832 above the display device 2834. The microphone 2840 is shown at a lower portion of the housing 2832, below the input device 3286. It will be appreciated that the speaker 2838 and microphone 2840 can be positioned at any location on the housing, but are typically positioned in accordance with a user's ear and mouth, respectively.


The display device 2834 may be, for example, a liquid crystal display (LCD) which does not include the ability to accept inputs or a touch input screen which also includes an LCD. The input device 2836 may include, for example, buttons, switches, dials, sliders, keys or keypad, navigation pad, touch pad, touch screen, and the like. Any well-known speaker, microphone and antenna can be used for speaker 2838, microphone 2840 and antenna 2842, respectively.


The data acquired from the proximity sensor 2844 and the accelerometer 2846 can be combined together, or used alone, to gather information about the user's activities. The data from the proximity sensor 2844, the accelerometer 2846 or both can be used, for example, to activate/deactivate a display backlight, initiate commands, make selections, control scrolling, gesturing, animating or other movement in a display, control input device settings, or to make other changes to one or more settings of the device. In certain embodiments of the present disclosure, the device 2800 can be used to implement at least some of the methods discussed in the present disclosure.



FIG. 29 shows a device 2950 in accordance with one embodiment of the disclosure. The device 2950 may include a housing 2952, a display/input device 2954, a speaker 2956, a microphone 2958 and an optional antenna 2960 (which may be visible on the exterior of the housing or may be concealed within the housing). The device 2950 also may include a proximity sensor 2962 and an accelerometer 2964. The device 2950 may be a cellular telephone or a device which is an integrated PDA and a cellular telephone or a device which is an integrated media player and a cellular telephone or a device which is both an entertainment system (e.g. for playing games) and a cellular telephone, or the device 2950 may be other types of devices described herein. In one particular embodiment, the device 2950 may include a cellular telephone and a media player and a PDA, all contained within the housing 2952. The device 2950 may have a form factor which is small enough that it fits within the hand of a normal adult and is light enough that it can be carried in one hand by an adult. It will be appreciated that the term “portable” means the device can be easily held in an adult user's hands (one or both); for example, a laptop computer and an iPod are portable devices.


In one embodiment, the display/input device 2954 may include a multi-point touch input screen in addition to being a display, such as an LCD. In one embodiment, the multi-point touch screen is a capacitive sensing medium configured to detect multiple touches (e.g., blobs on the display from a user's face or multiple fingers concurrently touching or nearly touching the display) or near touches (e.g., blobs on the display) that occur at the same time and at distinct locations in the plane of the touch panel and to produce distinct signals representative of the location of the touches on the plane of the touch panel for each of the multiple touches.


In certain embodiments of the present disclosure, the device 2800 can be used to implement at least some of the methods discussed in the present disclosure.



FIGS. 30A and 30B illustrate a device 3070 according to one embodiment of the disclosure. The device 3070 may be a cellular telephone which includes a hinge 3087 that couples a display housing 3089 to a keypad housing 3091. The hinge 3087 allows a user to open and close the cellular telephone so that it can be placed in at least one of two different configurations shown in FIGS. 30A and 30B. In one particular embodiment, the hinge 3087 may rotatably couple the display housing to the keypad housing. In particular, a user can open the cellular telephone to place it in the open configuration shown in FIG. 30A and can close the cellular telephone to place it in the closed configuration shown in FIG. 30B. The keypad housing 3091 may include a keypad 3095 which receives inputs (e.g. telephone number inputs or other alphanumeric inputs) from a user and a microphone 3097 which receives voice input from the user. The display housing 3089 may include, on its interior surface, a display 3093 (e.g. an LCD) and a speaker 3098 and a proximity sensor 3084; on its exterior surface, the display housing 3089 may include a speaker 3096, a temperature sensor 3094, a display 3088 (e.g. another LCD), an ambient light sensor 3092, and a proximity sensor 3084A. Hence, in this embodiment, the display housing 3089 may include a first proximity sensor on its interior surface and a second proximity sensor on its exterior surface.


In at least certain embodiments, the device 3070 may contain components which provide one or more of the functions of a wireless communication device such as a cellular telephone, a media player, an entertainment system, a PDA, or other types of devices described herein. In one implementation of an embodiment, the device 3070 may be a cellular telephone integrated with a media player which plays MP3 files, such as MP3 music files.


Each of the devices shown in FIGS. 4, 5A, 5B, 5C, 6A, 6B, 6C, 6D, 28, 29, 30A and 30B may be a wireless communication device, such as a cellular telephone, and may include a plurality of components which provide a capability for wireless communication. FIG. 31 shows an embodiment of a wireless device 3070 which includes the capability for wireless communication. The wireless device 3070 may be included in any one of the devices shown in FIGS. 4, 5A, 5B, 5C, 6A, 6B, 6C, 6D, 28, 29, 30A and 30B, although alternative embodiments of those devices of FIGS. 4, 5A, 5B, 5C, 6A, 6B, 6C, 6D, 28, 29, 30A and 30B may include more or fewer components than the Wireless device 3070.


Wireless device 3070 may include an antenna system 3101. Wireless device 3070 may also include a digital and/or analog radio frequency (RF) transceiver 3102, coupled to the antenna system 3101, to transmit and/or receive voice, digital data and/or media signals through antenna system 3101.


Wireless device 3070 may also include a digital processing system 3103 to control the digital RF transceiver and to manage the voice, digital data and/or media signals. Digital processing system 3103 may be a general purpose processing device, such as a microprocessor or controller for example. Digital processing system 3103 may also be a special purpose processing device, such as an ASIC (application specific integrated circuit), FPGA (field-programmable gate array) or DSP (digital signal processor). Digital processing system 3103 may also include other devices, as are known in the art, to interface with other components of wireless device 3070. For example, digital processing system 3103 may include analog-to-digital and digital-to-analog converters to interface with other components of wireless device 3070. Digital processing system 3103 may include a media processing system 3109, which may also include a general purpose or special purpose processing device to manage media, such as files of audio data.


Wireless device 3070 may also include a storage device 3104, coupled to the digital processing system, to store data and/or operating programs for the Wireless device 3070. Storage device 3104 may be, for example, any type of solid-state or magnetic memory device.


Wireless device 3070 may also include one or more input devices 3105, coupled to the digital processing system 3103, to accept user inputs (e.g., telephone numbers, names, addresses, media selections, etc.) Input device 3105 may be, for example, one or more of a keypad, a touchpad, a touch screen, a pointing device in combination with a display device or similar input device.


Wireless device 3070 may also include at least one display device 33106, coupled to the digital processing system 3103, to display information such as messages, telephone call information, contact information, pictures, movies and/or titles or other indicators of media being selected via the input device 3105. Display device 3106 may be, for example, an LCD display device. In one embodiment, display device 3106 and input device 3105 may be integrated together in the same device (e.g., a touch screen LCD such as a multi-touch input panel which is integrated with a display device, such as an LCD display device). The display device 3106 may include a backlight 3106A to illuminate the display device 3106 under certain circumstances. It will be appreciated that the Wireless device 3070 may include multiple displays.


Wireless device 3070 may also include a battery 3107 to supply operating power to components of the system including digital RF transceiver 3102, digital processing system 3103, storage device 3104, input device 3105, microphone 3105A, audio transducer 3108, media processing system 3109, sensor(s) 3110, and display device 3106. Battery 3107 may be, for example, a rechargeable or non-rechargeable lithium or nickel metal hydride battery. Wireless device 3070 may also include audio transducers 3108, which may include one or more speakers, and at least one microphone 3105A. In certain embodiments of the present disclosure, the wireless device 3070 can be used to implement at least some of the methods discussed in the present disclosure.



FIG. 32 shows another example of a device according to an embodiment of the disclosure. This device 3200 may include a processor, such as microprocessor 3202, and a memory 3204, which are coupled to each other through a bus 3206. The device 3200 may optionally include a cache 3208 which is coupled to the microprocessor 3202. This device may also optionally include a display controller and display device 3210 which is coupled to the other components through the bus 3206. One or more input/output controllers 3212 are also coupled to the bus 3206 to provide an interface for input/output devices 3214 and to provide an interface for one or more sensors 3216 which are for sensing user activity. The bus 3206 may include one or more buses connected to each other through various bridges, controllers, and/or adapters as is well known in the art. The input/output devices 3214 may include a keypad or keyboard or a cursor control device such as a touch input panel. Furthermore, the input/output devices 3214 may include a network interface which is either for a wired network or a wireless network (e.g. an RF transceiver). The sensors 3216 may be any one of the sensors described herein including, for example, a proximity sensor or an ambient light sensor. In at least certain implementations of the device 3200, the microprocessor 3202 may receive data from one or more sensors 3216 and may perform the analysis of that data in the manner described herein. For example, the data may be analyzed through an artificial intelligence process or in the other ways described herein. As a result of that analysis, the microprocessor 3202 may then automatically cause an adjustment in one or more settings of the device.


In certain embodiments of the present disclosure, the device 3200 can be used to implement at least some of the methods discussed in the present disclosure.



FIGS. 33A-C show another example of a device according to at least certain embodiments of the disclosure. FIG. 33A illustrates a laptop device 3300 with a keyboard 3302, a body 3304, a display frame 3306, and a display 3308. The laptop device 3300 can be converted into a tablet device as illustrated in FIG. 33B and FIG. 33C. FIG. 33B illustrates the conversion of the laptop device into a tablet device. An edge of a display frame 3356 containing a display 3358 is slide within the body 3354 across the top of a keyboard 3352 until forming a tablet device as illustrated in FIG. 33C. The tablet device with a display 2362 and a display frame 3366 rests on top of a body 3360.


In certain embodiments of the present disclosure, the laptop device 3300 can be used to implement at least some of the methods discussed in the present disclosure.



FIG. 34 illustrates details of an application programming interface in flow chart form according to certain teachings of the present disclosure. The application programming interface operates in an environment with user interface software interacting with a software application. In some embodiments, a hierarchy of views operates on top of a hierarchy of layers within the user interface software. The API operates as illustrated in method 3400 that includes constructing a hierarchy of views operating on top of a hierarchy of layers at block 3402. The method 3400 further includes providing access to the hierarchy of views without providing access to the hierarchy of layers at block 3404. An application may interact with the hierarchy of views via the API without accessing the hierarchy of layers operating below the hierarchy of views.


In some embodiments, a platform provides various scrolling, gesturing, and animating operations. The platform includes hardware components and an operating system. The hardware components may include a processing unit coupled to an input panel and a memory coupled to the processor. The operating system includes one or more programs that are stored in the memory and configured to be executed by the processing unit. One or more programs include various instructions for transferring function calls or messages through an application programming interface in order to perform various scrolling, gesturing, and animating operations.


In an embodiment, the one or more programs include instructions for transferring a scaling transform call through an API to determine a scaling transform for a view associated with a user input having a plurality of input points. In an embodiment, the one or more programs include instructions for transferring a rubberband call through an API to determine a rotation transform for a view associated with a user input having a plurality of input points.


In some embodiments, the platform includes a framework containing a library of software code. The framework interacts with the programs of the platform to provide application programming interfaces for performing various scrolling, gesturing, and animating operations. The framework also includes associated resources (e.g., images, text, etc.) that are stored in a single directory.


In an embodiment, the library of the framework provides an API for specifying a scaling transform for a view associated with a user input having a plurality of input points. In an embodiment, the library of the framework provides an API for specifying a scaling transform for a view associated with a user input having a plurality of input points.


In the foregoing specification, the disclosure has been described with reference to specific exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the disclosure as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.

Claims
  • 1. A non-transitory computer readable storage medium storing executable program instructions that, when executed by an electronic device having a display and a touch-sensitive surface, wherein the electronic device includes a framework of software code configured to interact with a plurality of applications and provide the plurality of applications with an application programming interface (API) for performing gesture operations in response to user inputs detected on the touch-sensitive surface, cause the electronic device to: display, on the display, a user interface that includes a respective view that is associated with a respective application of the plurality of applications, wherein the respective view is a region of the user interface that includes content displayed on the display and the content in the respective view is responsive to inputs within a region of the touch-sensitive surface that corresponds to the respective view;while displaying the respective view on the display, detect, via the software code, a user input within the region of the touch-sensitive surface that corresponds to the respective view;in response to detecting the user input: in accordance with a determination that the user input is an inadvertent user input, wherein the determination that the user input is an inadvertent user input is made based on an inadvertent user input call transferred through the API, ignore the user input; andin accordance with a determination that the user input is not an inadvertent user input, provide the user input to the respective application, including: transferring to the respective view a first function call associated with the user input; andafter transferring the first function call to the respective view, transfer to the respective view subsequent function calls associated with the user input until the user input is removed from the display.
  • 2. The non-transitory computer readable storage medium of claim 1, wherein the executable program instructions include instructions that, when executed, cause the electronic device to, in response to providing the user input to the respective application, perform an operation on the respective view.
  • 3. The non-transitory computer readable storage medium of claim 2, wherein the operation performed on the respective view is provided to the respective application by the software code.
  • 4. The non-transitory computer readable storage medium of claim 1, wherein the executable program instructions include instructions that, when executed, cause the electronic device to, in response to detecting the user input, transfer the inadvertent user input call through the API to determine whether the user input is inadvertent.
  • 5. The non-transitory computer readable storage medium of claim 1, wherein transferring the inadvertent user input call includes transferring a thumb detection call to determine whether the user input was an inadvertent thumb contact on the touch-sensitive surface.
  • 6. The non-transitory computer readable storage medium of claim 1, wherein the inadvertent user input call is transferred from the respective application through the API.
  • 7. An electronic device, comprising: a display;a touch-sensitive surface;a processor; andmemory storing a plurality of applications and a framework of software code configured to interact with the plurality of applications and provide the plurality of applications with an application programming interface (API) for performing gesture operations in response to user inputs detected on the touch-sensitive surface, wherein the memory includes instructions for: displaying, on the display, a user interface that includes a respective view that is associated with a respective application of the plurality of applications, wherein the respective view is a region of the user interface that includes content displayed on the display and the content in the respective view is responsive to inputs within a region of the touch-sensitive surface that corresponds to the respective view;while displaying the respective view on the display, detecting, via the software code, a user input within the region of the touch-sensitive surface that corresponds to the respective view;in response to detecting the user input: in accordance with a determination that the user input is an inadvertent user input, wherein the determination that the user input is an inadvertent user input is made based on an inadvertent user input call transferred through the API, ignoring the user input; andin accordance with a determination that the user input is not an inadvertent user input, providing the user input to the respective application, including: transferring to the respective view a first function call associated with the user input; andafter transferring the first function call to the respective view, transferring to the respective view subsequent function calls associated with the user input until the user input is removed from the display.
  • 8. The electronic device of claim 7, wherein the memory includes instructions for, in response to providing the user input to the respective application, performing an operation on the respective view.
  • 9. The electronic device of claim 8, wherein the operation performed on the respective view is provided to the respective application by the software code.
  • 10. The electronic device of claim 7, wherein the memory includes instructions for, in response to detecting the user input, transferring the inadvertent user input call through the API to determine whether the user input is inadvertent.
  • 11. The electronic device of claim 7, wherein transferring the inadvertent user input call includes transferring a thumb detection call to determine whether the user input was an inadvertent thumb contact on the touch-sensitive surface.
  • 12. The electronic device of claim 7, wherein the inadvertent user input call is transferred from the respective application through the API.
  • 13. A method, comprising: at an electronic device with a display and a touch-sensitive surface, wherein the electronic device includes a framework of software code configured to interact with a plurality of applications and provide the plurality of applications with an application programming interface (API) for performing gesture operations in response to user inputs detected on the touch-sensitive surface: displaying, on the display, a user interface that includes a respective view that is associated with a respective application of the plurality of applications, wherein the respective view is a region of the user interface that includes content displayed on the display and the content in the respective view is responsive to inputs within a region of the touch-sensitive surface that corresponds to the respective view;while displaying the respective view on the display, detecting, via the software code, a user input within the region of the touch-sensitive surface that corresponds to the respective view;in response to detecting the user input: in accordance with a determination that the user input is an inadvertent user input, wherein the determination that the user input is an inadvertent user input is made based on an inadvertent user input call transferred through the API, ignoring the user input; andin accordance with a determination that the user input is not an inadvertent user input, providing the user input to the respective application, including: transferring to the respective view a first function call associated with the user input; andafter transferring the first function call to the respective view, transferring to the respective view subsequent function calls associated with the user input until the user input is removed from the display.
  • 14. The method of claim 13, including, in response to detecting the user input, transferring the inadvertent user input call through the API to determine whether the user input is inadvertent.
  • 15. The method of claim 13, wherein transferring the inadvertent user input call includes transferring a thumb detection call to determine whether the user input was an inadvertent thumb contact on the touch-sensitive surface.
  • 16. The method of claim 13, including, in response to providing the user input to the respective application, performing an operation on the respective view.
  • 17. The method of claim 16, wherein the operation performed on the respective view is provided to the respective application by the software code.
  • 18. The method of claim 13, wherein the inadvertent user input call is transferred from the respective application through the API.
RELATED APPLICATIONS

This application is a continuation of U.S. application Ser. No. 16/240,662, filed Jan. 4, 2019, which is a continuation of U.S. application Ser. No. 15/139,260, filed Apr. 26, 2016, now U.S. Pat. No. 10,175,876, which is a continuation of U.S. application Ser. No. 11/620,727, filed Jan. 7, 2007, all of which are incorporated by reference herein in their entireties. This application is related to: (1) U.S. application Ser. No. 13/221,836, filed Aug. 30, 2011, now U.S. Pat. No. 9,665,265; (2) U.S. application Ser. No. 13/221,837, filed Aug. 30, 2011, now abandoned; (3) U.S. application Ser. No. 13/251,121, filed Sep. 30, 2011, now U.S. Pat. No. 9,529,519; (4) U.S. application Ser. No. 13/251,146, filed Sep. 30, 2011, now abandoned; (5) U.S. application Ser. No. 13/251,150, filed Sep. 30, 2011, now U.S. Pat. No. 9,639,260; and (6) U.S. application Ser. No. 13/251,152, filed Sep. 30, 2011, now U.S. Pat. No. 9,575,648, all of which are incorporated herein in their entireties.

US Referenced Citations (578)
Number Name Date Kind
4455452 Schuyler Jun 1984 A
4674066 Kucera Jun 1987 A
4914624 Dunthorne Apr 1990 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 Kwatinez 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
5655094 Cline et al. Aug 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 Pisthua-Arnond Apr 1998 A
5777605 Yoshinobu et al. 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
5999176 Kamper Dec 1999 A
6028602 Weidenfeller et al. Feb 2000 A
6034688 Greenwood et al. Mar 2000 A
6035343 Tsushima et al. Mar 2000 A
6049326 Beyda et al. Apr 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
6282316 Arai 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
6448986 Smith 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
6714221 Christie et al. Mar 2004 B1
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
6819315 Toepke et al. Nov 2004 B2
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
7036094 Cohen et al. Apr 2006 B1
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
7406696 Burger et al. Jul 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
7603143 Kang et al. Oct 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
7761541 Morley et al. Jul 2010 B1
7778818 Longe et al. Aug 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
8411060 Scholler et al. Apr 2013 B1
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
8436821 Plitchta et al. May 2013 B1
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
8656311 Harper et al. Feb 2014 B1
8676824 Tavor Mar 2014 B2
8682602 Moore et al. Mar 2014 B2
8775820 Freeburne Jul 2014 B1
9285908 Moore et al. Mar 2016 B2
9311112 Shaffer et al. Apr 2016 B2
9389712 Beaver et al. Jul 2016 B2
9684521 Shaffer et al. Jun 2017 B2
9690481 Beaver et al. Jun 2017 B2
9720594 Beaver et al. Aug 2017 B2
9965177 Moore et al. May 2018 B2
10521109 Beaver et al. Dec 2019 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
20020025024 Tybinkowski et al. Feb 2002 A1
20020036618 Wakai et al. Mar 2002 A1
20020101418 Vernier et al. Aug 2002 A1
20020171675 Fox et al. Nov 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
20030214553 Dodge Nov 2003 A1
20030217336 Gounares 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
20040030914 Kelley et al. 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
20040207542 Chang et al. Oct 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 Feb 2005 A1
20050027666 Beck, Jr. et al. Feb 2005 A1
20050057524 Hill et al. Mar 2005 A1
20050078088 Davis et al. Apr 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
20050210369 Damm, Jr. Sep 2005 A1
20050210419 Kela et al. Sep 2005 A1
20050212767 Marvit et al. Sep 2005 A1
20050237308 Autio et al. Oct 2005 A1
20050268247 Baneth Dec 2005 A1
20050270269 Tokkonen Dec 2005 A1
20050275618 Juh et al. Dec 2005 A1
20050275636 Dehlin et al. Dec 2005 A1
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
20060059462 Yamamoto 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 et al. May 2006 A1
20060112349 Clow 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
20060262136 Vaisanen 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
20060288313 Hillis Dec 2006 A1
20070006078 Jewsbury et al. Jan 2007 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
20070094352 Choi et al. Apr 2007 A1
20070109275 Chuang May 2007 A1
20070119698 Day 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 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
20070259685 Engblom 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
20070296707 Kang 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
20080041640 Gillespie 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
20080075368 Kuzmin Mar 2008 A1
20080082934 Kocienda et al. Apr 2008 A1
20080084400 Rosenberg 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
20080165022 Herz et al. 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
20080165161 Platzer 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
20090037849 Immonen et al. Feb 2009 A1
20090048000 Ade-Hall Feb 2009 A1
20090049388 Taib et al. Feb 2009 A1
20090051671 Konstas Feb 2009 A1
20090052639 Payne Feb 2009 A1
20090058820 Hinckley Mar 2009 A1
20090058830 Herz et al. Mar 2009 A1
20090063135 Fux et al. Mar 2009 A1
20090064047 Shim et al. Mar 2009 A1
20090070098 Patryshev 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
20090271704 Cohen 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
20090322671 Scott 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
20100066676 Kramer Mar 2010 A1
20100073303 Wu et al. 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
20100182246 Petschnigg et al. Jul 2010 A1
20100182248 Chun Jul 2010 A1
20100188328 Dodge et al. Jul 2010 A1
20100235118 Moore et al. Sep 2010 A1
20100235745 Shintani 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
20100309147 Fleizach et al. Dec 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
20110111798 Jeon et al. May 2011 A1
20110115745 Cabrera Cordon et al. May 2011 A1
20110151974 Deaguero Jun 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
20110258537 Rives et al. Oct 2011 A1
20110291951 Tong Dec 2011 A1
20110295596 Hung et al. Dec 2011 A1
20110298724 Ameling et al. Dec 2011 A1
20110304550 Romera Jolliff 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
20120092286 O'Prey et al. Apr 2012 A1
20120098768 Bendewald et al. Apr 2012 A1
20120133579 Prieur et al. May 2012 A1
20120169593 Mak et al. Jul 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
20120304133 Nan 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
20130135217 Honji et al. 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
20140160085 Rabii et al. Jun 2014 A1
20140173419 Williamson et al. Jun 2014 A1
20140181731 Platzer et al. Jun 2014 A1
20140189716 George et al. Jul 2014 A1
20140310661 Frederickson et al. Oct 2014 A1
20140361982 Shaffer Dec 2014 A1
20160018981 Amerige et al. Jan 2016 A1
20160110230 Moore et al. Jan 2016 A1
20160077597 Silawan et al. Mar 2016 A1
20160091977 Ortega et al. Mar 2016 A1
20160162180 Moore et al. Jun 2016 A1
20160334990 Beaver et al. Nov 2016 A1
20160342325 Blumenberg Nov 2016 A1
20160370987 Amerige et al. Dec 2016 A1
20170046063 Shaffer et al. Feb 2017 A1
20170160925 Beaver et al. Apr 2017 A1
20170286131 Shaffer et al. Oct 2017 A1
20170308277 Platzer et al. Oct 2017 A1
20180024681 Bernstein et al. Jan 2018 A1
20180052522 Shaffer Feb 2018 A1
20180260113 Beaver et al. Sep 2018 A1
20190138181 Blumenberg May 2019 A1
20200125256 Beaver et al. Apr 2020 A1
20200301579 Shaffer et al. Sep 2020 A1
20200387389 Shaffer et al. Dec 2020 A1
20210117037 Beaver et al. Apr 2021 A1
Foreign Referenced Citations (155)
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
101052939 Oct 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
101578577 Nov 2009 CN
101636711 Jan 2010 CN
101727240 Jun 2010 CN
101853105 Oct 2010 CN
102768608 Nov 2012 CN
103109249 May 2013 CN
202007013923 Dec 2007 DE
202005021427 Feb 2008 DE
0 538 705 Apr 1993 EP
0 626 635 Nov 1994 EP
0 635 779 Jan 1995 EP
0 701 220 Mar 1996 EP
0 712 825 May 1996 EP
0 880 091 Nov 1998 EP
1 443 395 Aug 2004 EP
1 517 228 Mar 2005 EP
1 171 682 Nov 2006 EP
1 860 539 Nov 2007 EP
2 031 837 Mar 2009 EP
2 141 576 Jan 2010 EP
1 964 022 Mar 2010 EP
2 184 673 May 2010 EP
2 354 930 Aug 2011 EP
2 390 766 Nov 2011 EP
2 409 222 Jan 2012 EP
2 472 384 Jul 2012 EP
1517521 Jul 1978 GB
2319591 May 1998 GB
2 351 639 Jan 2001 GB
2351639 Jan 2001 GB
2373778 Oct 2002 GB
2404547 Jul 2003 GB
02-140822 May 1990 JP
03-271976 Dec 1991 JP
H05-019969 Jan 1993 JP
H05-298002 Nov 1993 JP
06-149467 May 1994 JP
H06-274329 Sep 1994 JP
08-16314 Jan 1996 JP
H09-44285 Feb 1997 JP
H09-114586 May 1997 JP
H09-231003 Sep 1997 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-051798 Feb 2001 JP
2001-167227 Jun 2001 JP
2001-290585 Oct 2001 JP
2002-041242 Feb 2002 JP
2002-244848 Aug 2002 JP
2003-296024 Oct 2003 JP
2003-330605 Nov 2003 JP
2004-005688 Jan 2004 JP
2005-056286 Mar 2005 JP
2005-082086 Mar 2005 JP
2005-092476 Apr 2005 JP
2005-100391 Apr 2005 JP
2005-108211 Apr 2005 JP
2005-165532 Jun 2005 JP
2005-242669 Sep 2005 JP
2005-275652 Oct 2005 JP
2005-322088 Nov 2005 JP
2006-024039 Jan 2006 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
2007-523394 Aug 2007 JP
2007-312823 Dec 2007 JP
2008-503125 Jan 2008 JP
2008-027082 Feb 2008 JP
2008-508600 Mar 2008 JP
2008-508601 Mar 2008 JP
2008-146165 Jun 2008 JP
2008-203973 Sep 2008 JP
2008-312153 Dec 2008 JP
2009-110286 May 2009 JP
2009-169825 Jul 2009 JP
2009-525538 Jul 2009 JP
10-503124 Jan 2010 JP
2012-014299 Jan 2012 JP
2006-245128 Sep 2014 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 05052773 Jun 2005 WO
WO 06003590 Jan 2006 WO
WO 2006003591 Jan 2006 WO
WO 06020304 Feb 2006 WO
WO 06020305 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 2010041155 Apr 2010 WO
WO 2010107669 Sep 2010 WO
WO 2010144201 Dec 2010 WO
Non-Patent Literature Citations (859)
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 Inc., “iPad User Guide For iOS 4.2 Software”, http://support.apple.com/kb/index?page=answerlink&ur1=http%3A%2F%2Fmanuals.infor.apple.com%2Fen_US%2FiPad_iOS4_User_Guide.pdf&answerid=16777220&src=support site.manuals.search, Nov. 8, 2010, 181 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, 04, Apr. 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.
“Dreamweaver”, www.inforpower.com.cn, Feb. 29, 2008, 18 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.
Hong et al., “Satin: A Toolkit for Informal Ink-based Applications”, University of California, Berkeley, CA, 2000, 10 pages.
IPhone Development Wiki, “UI GestureRecognizer”, http://iphonedevwiki.net/index.php?title+UIGestureRecognizer&oldid=319, Oct. 31, 2009, 3 pages.
Ivanov, “API Hooking Revealed”, Code Project, www.codeproject.com/Articles/2082/API-hooking-revealed, Dec. 2, 2002, 16 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.
Landay, “Extending an Existing User Interface Toolkit to Support Gesture Recognition”, School of Computer Science, Pittsburgh, PA, USA, 1993, 2 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.
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.
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.
“MySQL”, www.pptph.com.cn, Jul. 31, 2001, 9 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.
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.
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 Woortman, 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 Ternpere, 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, 44 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.
Thornlund, “Gesture Analyzing for Multi-Touch Screen Interfaces”, http://epubl.ltu.se/1404-5494/2007/30/LTU-HIP-EX-0730-SE.pdf, Sep. 17, 2007, 22 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.
Venners, “Java's Security Architecture; Java's Security Model and Built-In Safety Features,” JavaWorld, Jul. 1997, 7 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 GMmbH, Supplement to Notice of Opposition, Apr. 5, 2011, 6 pages.
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.
TR—Notice of Allowance, dated Jan. 30, 2012, received in Canadian Patent Application No. 2,658,177, 1 page.
TR—Office Action, dated Jun. 22, 2011, received in Canadian Patent Application No. 2,658,177, 2 pages.
TR—Office Action, dated Dec. 1, 2009, received in Canadian Patent Application No. 2,658,177, 2 pages.
TR—Office Action, dated Nov. 4, 2013, received in Canadian Patent Application No. 2,759090, 3 pages.
TR—Office Action, dated Nov. 7, 2013, received in Canadian Patent Application No. 2,759,091, 4 pages.
TR—Final Office Action, dated Nov. 13, 2009, received in U.S. Appl. No. 11/620,709, 8 pages.
TR—Office Action, dated Apr. 1, 2009, received in U.S. Appl. No. 11/620,709, 8 pages.
TR—Office Action, dated Jun. 9, 2010, received in U.S. Appl. No. 11/620,709, 8 pages.
TR—Office Action, dated Jul. 21, 2010, received in U.S. Appl. No. 11/620,710, 29 pages.
TR—Notice of Allowance, dated Jul. 20, 2010, received in U.S. Appl. No. 11/620,717, 11 pages.
TR—Office Action, dated Jul. 8, 2009, received in U.S. Appl. No. 11/620,717, 6 pages.
TR—Office Action, dated Dec. 29, 2009, received in U.S. Appl. No. 11/620,717, 8 pages.
TR—Office Action (Final), dated Jun. 23, 2009, received in U.S. Appl. No. 11/620,720, 17 pages.
TR—Office Action, dated Nov. 18, 2009, received in U.S. Appl. No. 11/620,720, 17 pages.
TR—Office Action, dated Dec. 23, 2008, received in U.S. Appl. No. 11/620,720, 18 pages.
TR—Final Office Action, dated Nov. 17, 2009, received in U.S. Appl. No. 11/620,723, 8 pages.
TR—Office Action, dated Apr. 1, 2009, received in U.S. Appl. No. 11/620,723, 8 pages.
TR—Office Action, dated Jun. 8, 2010, received in U.S. Appl. No. 11/620,723, 8 pages.
TR—Notice of Allowance, dated Oct. 29, 2008, received in U.S. Appl. No. 11/956,969, 5 pages.
TR—Office Action, dated Mar. 30, 2012, received in U.S. Appl. No. 12/207,429, 9 pages.
TR—Notice of Allowance, dated May 17, 2012, received in U.S. Appl. No. 12/270,805, 14 pages.
TR—Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,805, 27 pages.
TR—Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,807, 26 pages.
TR—Notice of Allowance, dated May 11, 2012, received in U.S. Appl. No. 12/270,810, 12 pages.
TR—Notice of Allowance, dated Jul. 11, 2012, received in U.S. Appl. No. 12/270,810, 17 pages.
TR—Notice of Allowance, dated Sep. 19, 2012, received in U.S. Appl. No. 12/270,812, 22 pages.
TR—Office Action, dated Oct. 13, 2011, received in U.S. Appl. No. 12/270,812, 12 pages.
TR—Final Office Action, dated Feb. 14, 2013, received in U.S. Appl. No. 12/270,815, 12 pages.
TR—Office Action, dated May 17, 2012, received in U.S. Appl. No. 12/270,815, 11 pages.
TR—Office Action, dated Oct. 11, 2011, received in U.S. Appl. No. 12/270,815, 12 pages.
TR—Notice of Allowance, dated Feb. 23, 2012, received in U.S. Appl. No. 12/869,182, 5 pages.
TR—Notice of Allowance, dated Dec. 12, 2012, received in U.S. Appl. No. 12/869,182, 5 pages.
TR—Office Action, dated Jun. 20, 2012, received in U.S. Appl. No. 12/869,182, 6 pages.
TR—Office Action, dated Oct. 24, 2011, received in U.S. Appl. No. 12/869,182, 7 pages.
TR—Notice of Allowance, dated Oct. 22, 2013, received in U.S. Appl. No. 13/867,950, 8 pages.
TR—Notice of Allowance, dated Nov. 15, 2013, received in U.S. Appl. No. 13/867,950, 7 pages.
TR—Office Action, dated Jun. 26, 2013, received in U.S. Appl. No. 13/867,950, 5 pages.
TR—Office Action, dated Sep. 24, 2014, received in U.S. Appl. No. 14/189,922, 7 pages.
TR—Certificate of Grant, dated Feb. 3, 2012, received in Hong Kong Patent Application No. 10103983.1, 2 pages.
TR—Summons, dated Oct. 28, 2011, received in European Patent Application No. 08705751.9, 9 pages.
TR—Office Action, dated Nov. 26, 2012, received European Patent Application No. 08712964.9, 6 pages.
TR—Office Action, dated Oct. 7, 2011, received in European Patent Application No. 08713567.9, 1 page.
TR—Office Action, dated Dec. 29, 2009, received in European Patent Application No. 08713567.9, 5 pages.
TR—Patent, dated Jun. 21, 2012, received in European Patent Application No. 08713567.9, 2 pages.
TR—Ex Parte Reexamination Communication, dated Jul. 26, 2013, received in U.S. Appl. No. 90/012,332, 61 pages.
TR—Office Action, dated Jul. 1, 2008, received in Australian Patent Application No. 2008100283, 2 pages.
TR—Office Action, dated Feb. 19, 2009, received in Australian Patent No. 2008201540, 2 pages.
TR—Office Action, dated Jul. 15, 2009, received in Australian Patent Application No. 2008201540, 2 pages.
TR—Office Action, dated Feb. 11, 2009, received in Australian Patent Application No. 2009200366, 2 pages.
TR—Office Action, dated Nov. 24, 2011, received in Australian Patent Application No. 2009208099, 3 pages.
TR—Office Action, dated Apr. 8, 2010, received in Australian Patent Application No. 2009208103, 2 pages.
TR—Office Action, dated Apr. 14, 2011, received in Australian Patent Application No. 2009208103, 3 pages.
TR—Office Action, dated Feb. 12, 2010, received in Japanese Patent Application No. 2009-544996, 3 pages.
TR—Office Action, dated Jun. 1, 2011, received in Japanese Patent Application No. 2009-544996, 1 page.
TR—Office Action, dated Nov. 8, 2010, received in Japanese Patent Application No. 2009-544996, 6 pages.
TR—Patent, dated May 20, 2011, received in Japanese Patent Application No. 2009-544996, 1 page.
TR—Office Action, dated Oct. 26, 2012, received in Japanese Patent Application No. 2010-157302, 4 pages.
TR—Office Action, dated Apr. 15, 2013, received in Japanese Patent Application No. 2010-157303, 4 pages.
TR—Office Action, dated Oct. 15, 2012, received in Japanese Patent Application No. 2010-157303, 4 pages.
TR—Notice of Allowance, dated Nov. 9, 2011, received in Australian Patent Application No. 2011201639, 2 pages.
TR—Innovation Patent, dated Mar. 2, 2012, received in Australian Patent Application No. 2012100050, 1 page.
TR—Office Action, Sep. 9, 2013, received in Australian Patent Application No. 2012200689, 3 pages.
TR—Office Action, dated Aug. 27, 2009, received in Korean Patent Application No. 2009-7003574, 1 page.
TR—Office Action, dated Jun. 25, 2013, received in Korean Patent Application No. 2013-7000337, 3 pages.
TR—Office Action, dated Oct. 29, 2010, received in German Patent Application No. 112008000144.8, 4 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.
TR—Office Action, dated Feb. 18, 2013, received in Chinese Patent Application No. 200800000019.9, 2 pages.
TR—Office Action, dated Jul. 23, 2013, received in Chinese Patent Application No. 200800000019.9, 2 pages.
TR—Office Action, dated Sep. 20, 2012, received in Chinese Patent Application No. 200800000019.9, 1 page.
TR—Office Action, dated Nov. 23, 2010, received in Chinese Patent Application No. 200800000019.9, 2 pages.
TR—Office Action, dated Jan. 29, 2012, received in Chinese Patent Application No. 200880001827.7, 5 pages.
TR—Office Action, dated Jul. 2, 2013, received in Chinese Patent Application No. 200880001827.7, 1 page.
TR—Office Action, dated Nov. 11, 2010, received in Chinese Patent Application No. 200880001827.7, 2 pages.
TR—EESR, dated Nov. 29, 2011, received in European Patent Application No. 11182954.5, 6 pages.
TR—EESR, dated Nov. 30, 2011, received in European Patent Application No. 11182959.4, 5 pages.
TR—EESR, dated Jan. 12, 2011, received in European Patent Application No. 11182962.8, 8 pages.
TR—EESR, dated Jan. 12, 2011, received in European Patent Application No. 11182963.6, 7 pages.
TR—International Search Report, dated May 31, 2005, received in International Patent Application No. PCT/US2005/000089, 7 pages.
TR—International Preliminary Report on Patentability, dated Jun. 18, 2008, received in International Patent Application No. PCT/US2005/000089, 5 pages.
TR—International Search Report, dated Jul. 31, 2008, received in International Patent Application No. PCT/US2008/000058, 7 pages.
TR—International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000058, 5 pages.
TR—International Search Report, dated Mar. 6, 2008, received in International Patent Application No. PCT/US2008/000103, 11 pages.
TR—International Preliminary Report on Patentability, dated Jul. 7, 2009, received in International Patent Application No. PCT/US2008/000103, 9 pages.
TR—Invitation to Pay Additional Fees, PCT Application PCT/US2008/050292, Jul. 18, 2008, 4 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 Nov. 28, 2016, received in Canadian Patent Application No. 2,909,730, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Notice of Allowance, dated Oct. 24, 2017, received in Canadian Patent Application No. 2,909,730, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Patent, dated Jun. 5, 2018, received in Canadian Patent Application No. 2,909,730, which corresponds with U.S. Appl. No. 12/566,660, 4 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 Sep. 26, 2016, received in Chinese Patent Application No. 2016092101783870, which corresponds with U.S. Appl. No. 12/566,660, 2 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.
Patent, dated Apr. 19, 2017, received in Chinese Patent Application No. 201410299526.4, which corresponds with U.S. Appl. No. 12/566,660, 2 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.
Patent, dated Aug. 25, 2017, received in Chinese Patent Application No. 201410299325.4, which corresponds with U.S. Appl. No. 12/566,660, 4 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 Nov. 7, 2019, received in German Patent Application No. 112010001143.5, which corresponds with U.S. Appl. No. 12/566,660, 14 pages.
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 Aug. 23, 2018, received in European Patent Application No. 10712825.8, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Oral Summons, dated May 9, 2019, received in European Patent Application No. 10712825.8, which corresponds with U.S. Appl. No. 12/566,660, 9 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 Jan. 8, 2018, received in European Patent Application No. 11184186.2, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Decision to Grant, dated Sep. 19, 2019, received in European Patent Application No. 11184186.2, which corresponds with U.S. Appl. No. 12/566,660, 1 page.
Patent, dated Oct. 16, 2019, received in European Patent Application No. 11184186.2, which corresponds with U.S. Appl. No. 12/566,660, 6 pages.
Decision to Grant, dated Sep. 19, 2019, received in Hong Kong Patent Application No. 12107271.1, which corresponds with U.S. Appl. No. 12/566,660, 1 pages.
Office Action, dated Jun. 12, 2018, received in Indian Patent Application No. 6174/CHENP/2011, which corresponds with U.S. Appl. No. 12/566,660, 8 pages.
Oral Summons, dated Apr. 11, 2019, received in Indian Patent Application No. 6174/CHENP/2011, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Office Action, dated Jun. 3, 2013, received in Japanese Patent Application No. 2012-500844, 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.
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.
Notice of Allowance, dated Jun. 20, 2017, received in Japanese Patent Application No. 2016-017396, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Patent, dated Jul. 28, 2017, received in Japanese Patent Application No. 2016017396, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Jul. 13, 2018, received in Japanese Patent Application No. 2017-139218, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Notice of Allowance, dated Sep. 3, 2018, received in Japanese Patent Application No. 2017-139218, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Patent, dated Sep. 28, 2018, received in Japanese Patent Application No. 2017-139218, which corresponds with U.S. Appl. No. 12/566,660, 2 pages.
Office Action, dated Oct. 7, 2019, received in Japanese Patent Application No. 2018-175226, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
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 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. 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.
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.
Office Action, dated Jun. 13, 2017, received in Australian Patent Application No. 2016204905, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Office Action, dated May 25, 2018, received in Australian Patent Application No. 2016204905, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Notice of Acceptance, dated Jul. 5, 2018, received in Australian Patent Application No. 2016204905, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
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. 20110063183.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.
Notice of Allowance, dated Jul. 27, 2016, received in Chinese Patent Application No. 201310557439.X, which corresponds with U.S. Appl. No. 12/789,695, 3 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 Feb. 2, 2016, received in Chinese Patent Application no. 201310557440.2, which corresponds with U.S. Appl. No. 12/789,695, 5 pages.
Office Action, dated Nov. 9, 2016, received in Chinese Patent Application No. 201310557440.2, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Office Action, dated May 24, 2016, received in Chinese Patent Application No. 201310557440.2, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Notice of Allowance, dated Oct. 24, 2017, received in Chinese Patent Application No. 201310557440.2, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Patent Certificate, dated Dec. 5, 2017, received in Chinese Patent Application No. 201310557440.2, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Office Action, dated Aug. 24, 2016, received in Chinese Patent Application No. 201410198170.5, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Office Action, dated Jul. 10, 2017, received in Chinese Patent Application No. 201410198170.5, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
Office Action, dated Jan. 26, 2018, received in Chinese Patent Application No. 201410198170.5, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Notice of Allowance, dated Aug. 16, 2018, received in Chinese Patent Application No. 201410198170.5, which corresponds with U.S. Appl. No. 12/789,695, 5 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 Mar. 29, 2017, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 11 pages.
Office Action, dated Aug. 23, 2018, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 7 pages.
Summons, dated Mar. 15, 2019, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 4 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.
Notice of Allowance, date Jul. 28, 2017, received in Japanese Patent Application No. 2016-098113, which corresponds with U.S. Appl. No. 12/789,695, 5 pages.
Patent, dated Sep. 1, 2017, received in Japanese Patent Application No. 2016-098113, which corresponds with U.S. Appl. No. 12/789,695, 3 pages.
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.
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.
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.
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.
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.
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.
Office Action, dated May 12, 2017, received in Australian Patent Application No. 2016204284, which corresponds with U.S. Appl. No. 12/892,848, 2 pages.
Notice of Acceptance, dated Nov. 15, 2017, received in Australian Patent Application No. 2016204284, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Certificate of Grant, dated Mar. 22, 2018, received in Australian Patent Application No. 2016204284, which corresponds with U.S. Appl. No. 12/892,848, 1 page.
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. 27, 2018, received in Chinese Patent Application No. 201610455059.9, which corresponds with U.S. Appl. No. 12/892,848, 5 pages.
Office Action, dated May 17, 2019, received in Chinese Patent Application No. 201610455059.9, which corresponds with U.S. Appl. No. 12/892,848, 4 pages.
Office Action, dated Oct. 21, 2019, received in Chinese Patent Application No. 201610455059.9, which corresponds with U.S. Appl. No. 12/892,848, 4 pages.
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.
Oral Summons, dated Apr. 23, 2018, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 11 pages.
Intention to Grant, dated Nov. 2, 2018, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 5 pages.
Patent, dated Apr. 17, 2019, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Decision to Grant, dated Mar. 21, 2019, received in European Patent Application No. 11727371.4, which corresponds with U.S. Appl. No. 12/892,848, 4 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 Japanese Patent Application No. 2014-191701, which corresponds with U.S. Appl. No. 12/892,848, 3 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.
Notice of Allowance, dated Jun. 5, 2017, received in Japanese Patent Application No. 2016-144701, which corresponds with U.S. Appl. No. 12/892,848, 5 pages.
Patent, dated Jun. 23, 2017, received in Japanese Patent Application No. 2016-144701, which corresponds with U.S. Appl. No. 12/892,848, 2 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.
Office Action, dated Nov. 4, 2016, received in U.S. Appl. No. 12/892,851, 13 pages.
Final Office Action, dated Jun. 30, 2017, received in U.S. Appl. No. 12/892,851, 17 pages.
Notice of Allowance, dated Jun. 27, 2018, received in U.S. Appl. No. 12/892,851, 7 pages.
Notice of Allowance, dated Nov. 8, 2018, received in U.S. Appl. No. 12/892,851, 7 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 Oct. 24, 2017, received in Australian Patent Application No. 2017200807, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Notice of Acceptance, dated Apr. 20, 2018, received in Australian Patent Application No. 2017200807, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Certificate of Grant, dated Aug. 23, 2018, received in Australian Patent Application No. 2017200807, which corresponds with U.S. Appl. No. 13/077,925, 1 page.
Office Action, dated Jun. 29, 2019, received in Australian Patent Application No. 2018211275, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Apr. 30, 2014, received in Chinese Patent Application No. 2201110463262.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.
Notice of Allowance, 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 Jan. 11, 2019, received in Chinese Patent Application No. 201610383388.7, which corresponds with U.S. Appl. No. 13/077,925, 5 pages.
Notice of Allowance, dated Aug. 9, 2019, received in Chinese Patent Application No. 201610383388.7, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Patent, dated Sep. 13, 2019, received in Chinese Patent Application No. 201610383388.7, which corresponds with U.S. Appl. No. 13/077,925, 6 pages.
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.
Decision to Grant, dated Jul. 20, 2017, received in European Patent Application No. 11808779.0, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Patent, Aug. 16, 2017, received in European Patent Application No. 11808779.0, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Office Action, dated Sep. 14, 2018, received in European Patent Application No. 11808779.0, which corresponds with U.S. Appl. No. 13/077,925, 6 pages.
Office Action, dated Jul. 11, 2019, received in European Patent Application No. 17177247.8, which corresponds with U.S. Appl. No. 13/077,925, 7 pages.
Grant, dated Aug. 4, 2017, received in Hong Kong Patent Application No. 14104128.1, which corresponds with U.S. Appl. No. 13/077,925, 1 page.
Grant, dated May 4, 2018, received in Hong Kong Patent Application No. 14104128.1, which corresponds with U.S. Appl. No. 13/077,925, 2 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.
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 Jun. 2, 2017, received in Japanese Patent Application No. 2016-146769, which corresponds with U.S. Appl. No. 13/077,925, 7 pages.
Office Action, dated Feb. 23, 2018, received in Japanese Patent Application No. 2016-146769, which corresponds with U.S. Appl. No. 13/077,925, 6 pages.
Final Office Action, dated Jan. 28, 2019, received in Japanese Patent Application No. 2016-146769, which corresponds with U.S. Appl. No. 13/077,925, 8 pages.
Office Action, dated Jun. 26, 2014, received in Korean Patent Application No. 2013-7019463, 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.
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.
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.
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.
Patent, dated Jun. 30, 2017, received in Korean Patent Application No. 2016-7020964, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Office Action, dated Jul. 20, 2017, received in Korean Patent Application No. 2017-7018175, which corresponds with U.S. Appl. No. 13/077,925, 5 pages.
Notice of Allowance, dated Jan. 31, 2018, received in Korean Patent Application No. 2017-7018175, which corresponds with U.S. Appl. No. 13/077,925, 4 pages.
Patent, dated Apr. 26, 2018, received in Korean Patent Application No. 2017-7018175, which corresponds with U.S. Appl. No. 13/077,925, 2 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 No. 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 corresponds 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.
Notice of Allowance, dated Oct. 6, 2017, received in Australian Patent Application No. 2016206268, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
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. 8, 2012, received in Australian Patent Application No. 2011265335, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Notice of Acceptance, dated Jul. 14, 2016, received in Australian Patent Application No. 2013242854, which corresponds with U.S. Appl. No. 12/042,318, 2 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 Feb. 17, 2017, received in Australian Patent Application No. 2016206268, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Certificate of Grant, dated Feb. 1, 2018, received in Australian Patent Application No. 2013242854, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
Office Action, dated Dec. 14, 2018, received in Australian Patent Application No. 2017279639, which corresponds with U.S. Appl. No. 12/042,318, 2 page.
Intention to Grant, dated Feb. 12, 2019, received in Australian Patent Application No. 2017279639, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Certificate of Grant, dated Jun. 6, 2019, received in Australian Patent Application No. 2014279639, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
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 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.
Office Action, dated Feb. 2, 2018, received in Canadian Patent Application No. 2,931,604, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Notice of Allowance, dated Dec. 10, 2018, received in Canadian Patent Application No. 2,931,604, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Patent, dated Jul. 9, 2019, received in Canadian Patent Application No. 2,931,604, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Notice of Allowance, dated Apr. 2, 2019, received in Canadian Patent Application No. 3,011,844, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Patent, dated Jul. 9, 2019, received in Canadian Patent Application No. 3,011,844, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Office Action, dated Aug. 6, 2010, received in Chinese Patent Application No. 3,011,844, 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 PatentApplication No. 201110148738.9, which corresponds with U.S. Appl. No. 12/042,318, 6 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 Jun. 5, 2014, received in Chinese 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 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 German Patent Application No. 102009011687.7, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Oral Summons, dated Jul. 11, 2018, received in German Patent Application No. 102009011687.7, which corresponds with U.S. Appl. No. 12/042,318, 30 pages.
Patent, dated Feb. 7, 2019, received in German Patent Application No. 102009011687.7, which corresponds with U.S. Appl. No. 12/042,318, 3 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, 28 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. 1115078639, 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 Patent 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.
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.
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.
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 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. 1118169.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.
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.
Decision to Grant, dated Mar. 23, 2017, received in European Patent Application No. 11184169.8, which corresponds with U.S. Appl. No. 12/042,318, 1 page.
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 U.S. Appl. No. 12/042,318 (5339EP05), 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.
Intention to Grant, dated Jul. 1, 2016, received in European Patent Application No. 11184409.8, which corresponds with U.S. Appl. No. 12/042,318, 5 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.
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.
Office Action, dated Nov. 25, 2015, received in European Patent Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 9 pages.
Intention to Grant, dated Aug. 9, 2016, received in European Patent Application No. 12156395.1, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Certificate of Grant, dated Nov. 30, 2012, received in Hong Kong Patent Application No. 1111416.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.
Certificate of Grant, dated Jan. 26, 2018, received in Hong Kong Patent Application No. 12106620.1, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Certificate of Granted, dated Oct. 27, 2017, received in Hong Kong Patent Application No. 12106622.9, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Certificate of Granted, dated Nov. 3, 2017, received in Hong Kong Patent Application No. 12106623.8, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Certificate of Grant, dated Nov. 3, 2017, received in Hong Kong Patent Application No. 12106624.7, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Nov. 3, 2017, received in Hong Kong Patent Application No. 13100042.3, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Certificate of Grant, dated Oct. 13, 2017, received in Hong Kong Patent Application No. 13100043.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.
Notice of Allowance, dated May 20, 2019, received in Israel Patent Application No. 244139, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Patent, dated Oct. 1, 2019, received in Israel Patent Application No. 244139, which corresponds with U.S. Appl. No. 12/042,318, 6 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. 2015-085361, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Office Action, dated Sep. 8, 2017, received in Japanese Patent Application No. 2015-085361, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Patent, dated Oct. 13, 2017, received in Japanese Patent Application No. 2015-085361, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Office Action, dated Jul. 9, 2018, received in Japanese Patent Application No. 2017-195359, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Office Action, dated Jun. 3, 2019, received in Japanese Patent Application No. 2017-195359, which corresponds with U.S. Appl. No. 12/042,318, 6 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 Decembers, 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 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 Mar. 21, 2016, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 7 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.
Office Action, dated Jun. 2, 2017, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Office Action, dated May 31, 2019, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 3 pages.
Notice of Allowance, dated Sep. 4, 2019, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 3 pages.
Patent, dated Oct. 11, 2019, received in Chinese Patent Application No. 201310053142.X, which corresponds with U.S. Appl. No. 12/042,067, 3 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. 115009000001.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. 115009000001.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.
Appeal Decision, dated Oct. 9, 2017, received in European Patent Application No. 12188748.3, which corresponds with U.S. Appl. No. 12/042,067, 16 pages.
Patent, dated Aug. 4, 2017, received in Hong Kong Application No. 10111901.3, which corresponds with U.S. Appl. No. 12/042,067, 2 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. 20980000013.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.
Notification of Grant, dated Nov. 6, 2013, received in Chinese Patent Application No. 200980000013.6, which corresponds with U.S. Appl. No. 12/042,299, 3 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 Jul. 20, 2017, received in Chinese Patent Application No. 201410028534.5, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Feb. 9, 2018, received in Chinese Patent Application No. 201410028534.5, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
Notice of Allowance, dated Jul. 31, 2018, received in Chinese Patent Application No. 201410028534.5, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
Office Action, dated Jun. 1, 2016, received in Chinese Patent Application No. 2014100285627, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
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.
Notice of Allowance, dated Nov. 28, 2017, received in Chinese Patent Application No. 2014100285627, which corresponds with U.S. Appl. No. 12/042,299, 3 pages.
Patent, dated Feb. 9, 2018, received in Chinese Patent Application No. 2014100285627, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Office Action, dated Aug. 10, 2010, received in German 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 German Patent Application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Summons, dated Feb. 8, 2019, received in German Patent Application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 10 pages.
Office Action, dated May 21, 2019, received in German Patent Application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Decision to Grant, dated Aug. 13, 2019, received in German Patent Application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 10 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.
Decision to Refuse Application, dated Sep. 6, 2017, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 15 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 Jul. 25, 2016, received in European Patent Application No. 11184226.6, which corresponds with U.S. Appl. No. 12/042,299, 9 pages.
Summons to Attend Oral Proceedings, dated Dec. 6, 2017, received in European Patent Application No. 11184226.6, which corresponds with U.S. Appl. No. 12/042,299, 8 pages.
Decision to Refuse, dated Jun. 5, 2018, received in European Patent Application No. 11184226.6, which corresponds with U.S. Appl. No. 12/042,299, 14 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.
Summons to Attend Oral Proceedings, dated Oct. 30, 2013, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Sep. 1, 2017, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 6 pages.
Oral Summons, dated Sep. 3, 2018, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 7 pages.
Decision to Refuse an EP App, dated Feb. 26, 2019, received in European Patent Application No. 11184224.1, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Office Action, dated Sep. 12, 2012, received in European Patent Application No. 1184223.3, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Summons to Attend Oral Proceedings, dated Oct. 30, 2013, received in European Patent Application No. 1184223.3, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Decision to refuse, dated Feb. 11, 2015, received in European U.S. Appl. No. 12/042,299 (5344EP03), which corresponds with U.S. Appl. No. 12/042,299, 10 pages.
Oral Summons, dated Sep. 5, 2018, received in European Patent Application No. 11184223.3, which corresponds with U.S. Appl. No. 12/042,299, 6 pages.
Decision to Refuse a EP App, dated Feb. 26, 2019, received in European Patent Application No. 11184223.3, which corresponds with U.S. Appl. No. 12/042,299, 4 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.
Summons to Attend Oral Proceedings, dated Oct. 30, 2013, received in European Patent Application No. 11184222.5, which corresponds with U.S. Appl. No. 12/042,299, 5 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.
Oral Summons, dated Sep. 3, 2018, received in European Patent Application No. 11184222.5, which corresponds with U.S. Appl. No. 12/042,299, 6 pages.
Certificate of Grant, dated Sep. 6, 2019, received in Hong Kong Patent Application No. 14110202.7, which corresponds with U.S. Appl. No. 12/042,299, 5 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.
Letters Patent, dated Jul. 15, 2016, received in Japanese Patent Application No. 2014-250268, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Jun. 2, 2017, received in Japanese Patent Application No. 2016-133582, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Notice of Allowance, dated Nov. 17, 2017, received in Japanese Patent Application No. 2016-133582, which corresponds with U.S. Appl. No. 12/042,299, 5 pages.
Patent, dated Jan. 5, 2018, received in Japanese Patent Application No. 2016-133582, which corresponds with U.S. Appl. No. 12/042,299, 2 pages.
Notice of Allowance, dated Sep. 25, 2018, received in Japanese Patent Application No. 2017-238833, which correspond with U.S. Appl. No. 12/042,299, 5 pages.
Patent, dated Nov. 2, 2018, received in Japanese Patent Application No. 2017-238833, which correspond with U.S. Appl. No. 12/042,299, 2 pages.
Office Action, dated Nov. 15, 2019, received in Japanese Patent Application No. 2018-200268, 5 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 Apr. 27, 2017, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Office Action, dated Feb. 1, 2018, received in Chinese Patent Application No. 2201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Office Action, dated Oct. 8, 2018, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Rejection Decision, dated Apr. 24, 2019, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 2 pages.
Notice of Allowance, dated Oct. 10, 2019, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Patent, dated Nov. 26, 2019, received in Chinese Patent Application No. 201510175905.7, which corresponds with U.S. Appl. No. 12/042,237, 6 pages.
Office Action, dated Jun. 30, 2017, received in Chinese Patent Application No. 201510175915.0, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Office Action, dated Jan. 17, 2018, received in Chinese Patent Application No. 201510175915.0, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Office Action, dated Jul. 11, 2018, received in Chinese Patent Application No. 201510175915.0, which corresponds with U.S. Appl. No. 12/042,237, 4 pages.
Notice of Allowance, dated Feb. 18, 2019, received in Chinese Patent Application No. 201510175915.0, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Patent, dated May 3, 2019, received in Chinese Patent Application No. 201510175915.0, which corresponds with U.S. Appl. No. 12/042,237, 4 pages.
Office Action, dated Sep. 26, 2012, received in German Patent Application No. 12009000002.9, which corresponds with U.S. Appl. No. 12/042,237, 5 pages.
Oral Summons, dated Jan. 24, 2019, received in German Patent Application No. 112009000002.9, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Decision to Grant, dated Sep. 27, 2019, received in German Patent Application No. 112009000002.9, which corresponds with U.S. Appl. No. 12/042,237, 2 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 Octobers, 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 Nov. 16, 2016, received in European Patent Application No. 15175530.3, which corresponds with U.S. Appl. No. 12/042,237, 4 pages.
Summons, dated Feb. 18, 2019, received in European Patent Application No. 15175530.3, which corresponds with U.S. Appl. No. 12/042,237, 6 pages.
Decision to Refuse, dated Jan. 2, 2020, received in European Patent Application No. 15175530.3, which corresponds with U.S. Appl. No. 12/042,237, 12 pages.
Patent, dated Aug. 4, 2017, received in Hong Kong Application No. 10100282.5, 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.
Office Action, dated Oct. 4, 2016, received in U.S. Appl. No. 13/221,827, 20 pages.
Notice of Allowance, dated May 5, 2017, received in U.S. Appl. No. 13/221,827, 20 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, 2 pages.
Office Action, dated May 11, 2015, received in Chinese Patent Application No. 20121128932.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.
Summons to Attend Oral Proceedings, dated Dec. 6, 2017, received in European Patent Application No. 08705471.4, which corresponds with U.S. Appl. No. 11/620,727, 6 pages.
Decision to Refuse a European Patent Application, dated Jul. 20, 2018, received in European Patent Application No. 08705471.4, which corresponds with U.S. Appl. No. 11/620,727, 14 pages.
Patent, dated Jun. 2, 2017, received in Hong Kong Patent Application No. 13104177.2, which corresponds with U.S. Appl. No. 11/620,727, 2 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.
Decision on Appeal, dated Jan. 3, 2017, received in U.S. Appl. No. 13/221,836, 6 pages.
Notice of Allowance, dated Feb. 21, 2017, received in U.S. Appl. No. 13/221,836, 10 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 Sep. 20, 2016, received in U.S. Appl. No. 13/251,121, 7 pages.
Office Action, dated Jan. 31, 2012, received in U.S. Appl. No. 13/251,146 (5580), 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.
Notice of Allowance, dated Dec. 21, 2016, received in U.S. Appl. No. 13/251,150, 10 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.
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.
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.
Decision on Appeal, dated Jun. 2, 2017, received in U.S. Appl. No. 11/620,715, 10 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 Feb. 2, 2018, received in Chinese Patent Application No. 201510379780.X, which corresponds with U.S. Appl. No. 11/620,715, 5 pages.
Office Action, dated Dec. 24, 2018, received in Chinese Patent Application No. 201510379780.X, which corresponds with U.S. Appl. No. 11/620,715, 5 pages.
Office Action, dated Jul. 23, 2019, received in Chinese Patent Application No. 201510379780.X, which corresponds with U.S. Appl. No. 11/620,715, 6 pages.
Office Action, dated Nov. 1, 2019, received in Chinese Patent Application No. 201510379780.X, which corresponds with U.S. Appl. No. 11/620,715, 3 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.
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.
Decision to Grant, dated May 11, 2017, received in European Patent Application No. 08712946.6, which corresponds with U.S. Appl. No. 11/620,715, 1 page.
Patent, dated Jul. 6, 2017, received in European Patent Application No. 08712946.6, which corresponds with U.S. Appl. No. 11/620,715, 1 page.
Office Action, dated Feb. 28, 2019, received in European Patent Application No. 17165698.6, which corresponds with U.S. Appl. No. 11/620,715, 7 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.
Final Office Action, dated Nov. 25, 2016, received in U.S. Appl. No. 14/290,931, 13 pages.
Notice of Allowance, dated Apr. 7, 2017, received in U.S. Appl. No. 14/290,931, 11 pages.
Office Action, dated Apr. 2, 2018, received in Chinese Patent Application No. 201480032919.7, which corresponds with U.S. Appl. No. 14/290,931, 4 pages.
Office Action, dated Nov. 13, 2018, received in Chinese 201480032919.7, which corresponds with U.S. Appl. No. 14/290,931, 4 pages.
Notice of Allowance, dated Mar. 29, 2019, received in Chinese 201480032919.7, which corresponds with U.S. Appl. No. 14/290,931, 3 pages.
Patent, dated Jun. 14, 2019, received in Chinese 201480032919.7, which corresponds with U.S. Appl. No. 14/290,931, 6 pages.
Office Action, dated Oct. 24, 2018, received in European 14734672.0, which corresponds with U.S. Appl. No. 14/290,931, 8 pages.
Office Action, dated Nov. 2, 2016, received in U.S. Appl. No. 14/290,931, 21 pages.
Notice of Allowance, dated Apr. 20, 2017, received in U.S. Appl. No. 14/188,635, 11 pages.
Notice of Allowance, dated May 18, 2017, received in U.S. Appl. No. 14/188,635, 5 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.
Office Action, dated Jun. 30, 2017, received in U.S. Appl. No. 15/046,252, 8 pages.
Notice of Allowance, dated Dec. 19, 2017, received in U.S. Appl. No. 15/046,252, 5 pages.
Office Action, dated Feb. 15, 2018, received in U.S. Appl. No. 15/139,260, 22 pages.
Notice of Allowance, dated Aug. 13, 2018, received in U.S. Appl. No. 15/139,260, 10 pages.
Office Action, dated Sep. 12, 2016, received in U.S. Appl. No. 15/197,704, 7 pages.
Notice of Allowance, dated Jan. 20, 2017, received in U.S. Appl. No. 15/197,704, 5 pages.
Notice of Allowance, dated May 5, 2017, received in U.S. Appl. No. 15/197,704, 5 pages.
Office Action, dated Apr. 30, 2019, received in U.S. Appl. No. 15/339,768, 19 pages.
Final Office Action, dated Nov. 22, 2019, received in U.S. Appl. No. 15/339,768, 22 pages.
Office Action, dated Apr. 21, 2017, received in U.S. Appl. No. 15/432,746, 9 pages.
Office Action, dated Aug. 30, 2017, received in U.S. Appl. No. 15/432,746, 9 pages.
Final Office Action, dated Jan. 18, 2018, received in U.S. Appl. No. 15/432,746, 9 pages.
Notice of Allowance, dated Mar. 20, 2018, received in U.S. Appl. No. 15/432,746, 5 pages.
Office Action, dated Jan. 19, 2018, received in U.S. Appl. No. 14/978,655, 13 pages.
Office Action, dated Jan. 25, 2018, received in U.S. Appl. No. 15/623,322, 14 pages.
Final Office Action, dated Aug. 8, 2018, received in U.S. Appl. No. 15/623,322, 13 pages.
Office Action, dated May 2, 2019, received in U.S. Appl. No. 15/623,322, 13 pages.
Final Office Action, dated Dec. 11, 2019, received in U.S. Appl. No. 15/623,322, 17 pages.
Office Action, dated Oct. 19, 2018, received in U.S. Appl. No. 15/647,180, 12 pages.
Final Office Action, dated May 8, 2019, received in U.S. Appl. No. 15/647,180, 15 pages.
Office Action, dated Oct. 10, 2019, received in U.S. Appl. No. 15/647,180, 14 pages.
Office Action, dated Apr. 4, 2018, received in U.S. Appl. No. 15/786,323, 11 pages.
Final Office Action, dated Dec. 10, 2018, received in U.S. Appl. No. 15/786,323, 12 pages.
Office Action, dated May 30, 2019, received in U.S. Appl. No. 15/786,323, 13 pages.
Final Office Action, dated Dec. 11, 2019. U.S. Appl. No. 15/786,323, 17 pages.
Office Action, dated Jun. 12, 2018, received in U.S. Appl. No. 15/676,954, 10 pages.
Final Office Action, dated Mar. 1, 2019, received in U.S. Appl. No. 15/676,954, 13 pages.
Office Action, dated Jul. 8, 2019, received in U.S. Appl. No. 15/676,954, 13 pages.
Notice of Allowance, dated Aug. 21, 2019, received in U.S. Appl. No. 15/979,357, 21 pages.
Notice of Allowance, dated Nov. 22, 2019, received in U.S. Appl. No. 16/240,662, 12 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.
Invitation to Pay Additional Fees, PCT Application PCT/US2010/027118, dated Jul. 13, 2010, 5 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.
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, 9 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/US/039583, which corresponds with U.S. Appl. No. 12/892,848, 10 pages.
International Preliminary Report on Patentability, dated Dec. 14, 2012, received in International Patent Application No. PCT/US2011/039583, which corresponds with U.S. Appl. No. 12/892,848, 7 pages.
Extended European Search Report, dated Oct. 18, 2017, received in European Patent Application No. 17177247.8, which corresponds to U.S. Appl. No. 13/077,925, 11 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.
Invitation to Pay Additional Fees, PCT Application PCT/US2011/065859, Mar. 12, 2012, 5 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, 6 pages.
Extended 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.
Extended 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.
Extended 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.
Extended 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, 8 pages.
Extended European Search Report, dated Aug. 4, 2017, received in European Patent Application No. 17158104.4, which corresponds with U.S. Appl. No. 12/042,318, 7 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, 10 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, 7 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.
Extended European Search Report, dated Jan. 13, 2012, received in European Patent Application No. 11184222.5, 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, 10 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, 7 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.
Extended European Search Report, dated Nov. 3, 2017, received in European U.S. Appl. No. 11/620,715 (5583EP01), which corresponds with U.S. Appl. No. 11/620,715, 9 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. Patent Application No. 14/290,931,6 pages.
Patent, dated Dec. 12, 2019, received in Indian Patent Application No. 6174/CHENP/2011, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Notice of Allowance, dated Apr. 3, 2020, received in Japanese Patent Application No. 2018-175226, which corresponds with U.S. Appl. No. 12/566,660, 5 pages.
Notice of Allowance, dated Apr. 8, 2020, received in Chinese Patent Application No. 201610455059.9, which corresponds with U.S. Appl. No. 12/892,848, 3 pages.
Patent, dated Dec. 13, 2019, received in Hong Kong Patent Application No. 13107104.3, which corresponds with U.S. Appl. No. 12/892,848, 6 pages.
Notice of Acceptance, dated Apr. 6, 2020, received in Australian Patent Application No. 2018211275, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Intention to Grant, dated Mar. 20, 2020, received in European Patent Application No. 17158104.4, which corresponds with U.S. Appl. No. 12/042,318, 7 pages.
Notice of Allowance, dated Jan. 10, 2020, received in Japanese Patent Application No. 2017-195359, which corresponds with U.S. Appl. No. 12/042,318, 5 pages.
Patent, dated Feb. 10, 2020, received in Japanese Patent Application No. 2017-195359, which corresponds with U.S. Appl. No. 12/042,318, 3 pages.
Patent, dated Nov. 21, 2019, received in German Patent application No. 112009000003.7, which corresponds with U.S. Appl. No. 12/042,299, 4 pages.
Patent, dated Jan. 9, 2020, received in German Patent Application No. 112009000002.9, which corresponds with U.S. Appl. No. 12/042,237, 3 pages.
Patent, dated Feb. 28, 2020, received in Hong Kong Patent Application No. 15112846.4, which corresponds with U.S. Appl. No. 12/042,237, 7 pages.
Office Action, dated Apr. 16, 2020, received in Australian Patent Application No. 2019203290, which corresponds with U.S. Appl. No. 14171,680, 4 pages.
Notice of Allowance, dated Mar. 24, 2020, received in U.S. Appl. No. 15/339,768, 17 pages.
Notice of Allowance, dated Apr. 1, 2020, received in U.S. Appl. No. 15/623,322, 8 pages.
Final Office Action, dated Feb. 27, 2020, received in U.S. Appl. No. 15/647,180, 15 pages.
Final Office Action, dated Feb. 6, 2020, received in U.S. Appl. No. 15/676,954, 12 pages.
Certificate of Grant, dated Jul. 3, 2020, received in Hong Kong Patent Application No. 12107271.1, which corresponds with U.S. Appl. No. 12/566,660, 7 pages.
Office Action, dated Feb. 10, 2021, received in Indian Patent Application No. 201948009456, which corresponds with U.S. Appl. No. 12/566,660, 8 pages.
Decision to Grant, dated Jul. 30, 2020, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 2 pages.
Certificate of Grant, dated Aug. 26, 2020, received in European Patent Application No. 11152015.1, which corresponds with U.S. Appl. No. 12/789,695, 4 pages.
Certificate of Grant, dated Apr. 23, 2021, received in Hong Kong Patent Application No. 12101230.4, which corresponds with U.S. Appl. No. 12/789,695, 8 pages.
Certificate of Grant, dated Aug. 13, 2020, received in Australian Patent Application No. 2018211275, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Notice of Allowance, dated Oct. 9, 2020, received in Japanese Patent Application No. 2016-146769, which corresponds with U.S. Appl. No. 13/077,925, 2 pages.
Patent, dated Oct. 28, 2020, received in Japanese Patent Application No. 2016-146769, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Decision to Grant, dated Jul. 30, 2020, received in European Patent Application No. 17158104.4, which corresponds with U.S. Appl. No. 12/042,318, 2 pages.
Patent, dated Aug. 26, 2020, received in European Patent Application No. 17158104.4, which corresponds with U.S. Appl. No. 12/042,318, 6 pages.
Decision to Grant, dated Oct. 1, 2020, received in German Patent Application No. 112009000001.0, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Patent, dated Jan. 14, 2021, received in German Patent Application No. 112009000001.0, which corresponds with U.S. Appl. No. 12/042,067, 5 pages.
Decision to Grant, dated Apr. 1, 2021, received in European Patent Application No. 09700007.9, which corresponds with U.S. Appl. No. 12/042,299, 15 pages.
Patent, dated Jul. 7, 2020, received in Japanese Patent Application No. 2018-200268, 3 pages.
Intention to Grant, dated May 14, 2021, received in European Patent Application No. 14734672.0, which corresponds with U.S. Appl. No. 14/290,931, 10 pages.
Notice of Acceptance, dated Oct. 29, 2020, received in Australian Patent Application No. 2019203290, which corresponds with U.S. Appl. No. 14/171,680, 3 pages.
Grant Certificate, dated Feb. 25, 2021, received in Australian Patent Application No. 2019203290, which corresponds with U.S. Appl. No. 14/171,680, 4 pages.
Notice of Allowance, dated Oct. 28, 2020, received in U.S. Appl. No. 15/647,180, 12 pages.
Notice of Allowance, dated Nov. 25, 2020, received in U.S. Appl. No. 15/647,180, 5 pages.
Office action, dated Jul. 23, 2020, received in U.S. Appl. No. 16/721,746, 13 pages.
Notice of Allowance, dated Sep. 30, 2020, received in U.S. Appl. No. 16/721,746, 11 pages.
Extended European Search Report, dated Jul. 8, 2020, received in European Patent Application No. 20174181.6 , which corresponds to U.S. Appl. No. 15/432,746, 6 pages.
Office Action, dated May 11, 2020, received in German Patent Application No. 112010001143.5, which corresponds with U.S. Appl. No. 12/566,660, 7 pages.
Patent, dated Apr. 23, 2020, received in Japanese Patent Application No. 2018-175226, which corresponds with U.S. Appl. No. 12/566,660, 4 pages.
Patent, dated Jun. 5, 2020, received in Chinese Patent Application No. 201610455059.9, which corresponds with U.S. Appl. No. 12/892,848, 6 pages.
Office Action, dated May 4, 2020, received in European Patent Application No. 17177247.8, which corresponds with U.S. Appl. No. 13/077,925, 6 pages.
Office Action, dated May 18, 2020, received in German Patent Application No. 112009000001.0, which corresponds with U.S. Appl. No. 12/042,067, 2 pages.
Notice of Allowance, dated Jun. 15, 2020, received in Japanese Patent Application No. 2018-200268, 5 pages.
Office Action, dated May 7, 2020, received in Chinese Patent Application No. 201510379780.X, which corresponds with U.S. Appl. No. 11/620,715, 11 pages.
Office Action, dated Sep. 1, 2021, received in Japanese Patent Application No. 2020-115933, which corresponds with U.S. Appl. No. 12/042,299, 1 page.
Office Action, dated Oct. 25, 2021, received in European Patent Application No. 192179174, which corresponds with U.S. Appl. No. 12/789,695, 7 pages.
Intention to Grant, dated Sep. 13, 2021, Office Action, dated May 4, 2020, received in European Patent Application No. 17177247.8, which corresponds with U.S. Appl. No. 13/077,925, 6 pages.
Decision to Grant, dated Nov. 11, 2021, received in European Patent Application No. 17177247.8, which corresponds with U.S. Appl. No. 13/077,925, 3 pages.
Office Action, dated Oct. 27, 2021, received in Australian Patent Application No. 2020270466, which corresponds with U.S. Appl. No. 12/042,318, 4 pages.
Decision to Grant, dated Oct. 7, 2021, received in European Patent Application No. 14734672.0, which corresponds with U.S. Appl. No. 14/290,931, 2 pages.
Office Action, dated Aug. 19, 2021, received in U.S. Appl. No. 16/921,098, 25 pages.
Notice of Allowance, dated Jul. 1, 2021, received in U.S. Appl. No. 16/898,345, 17 pages.
Extended European Search Report, dated May 25, 2022, received in European Patent Application No. 21207867.9, which corresponds with U.S. Appl. No. 16/898,345, 13 pages.
Patnet, dated Nov. 3, 2021, received in European Patent Application No. 14734672.0, which corresponds with U.S. Appl. No. 14/290,931, 4 pages.
Notice of Allowance, dated Jan. 25, 2022, received in Australian Patent Application No. 2020210251, which corresponds with U.S. Appl. No. 16/898,345, 3 pages.
Final Office Action, dated Feb. 15, 2022, received in U.S. Appl. No. 16/921,098, 17 pages.
Extended European Search Report, dated Dec. 3, 2021, received in European Patent Application No. 21199055.1, which corresponds with U.S. Appl. No. 15/676,954, 8 pages.
Notice of Allowance, dated Mar. 4, 2022, received in U.S. Appl. No. 15/676,954, 8 pages.
Notice of Allowance, dated Apr. 27, 2022, received in U.S. Appl. No. 15/676,954, 5 pages.
Related Publications (1)
Number Date Country
20200233555 A1 Jul 2020 US
Continuations (3)
Number Date Country
Parent 16240662 Jan 2019 US
Child 16840190 US
Parent 15139260 Apr 2016 US
Child 16240662 US
Parent 11620727 Jan 2007 US
Child 15139260 US