Skip to content
PatentBrief
Get alertsTop ↑

How Touchscreens Handle Scrolling and Rubber-Band Effects

This patent describes the software logic that allows touchscreens to distinguish between simple scrolling and multi-finger gestures, while also enabling the signature 'rubber-band' bounce effect when you reach the end of a page.

Granted 2010ActiveExpires 2027Owned by Apple IncInvented by Andrew Platzer, Scott Herz

Original patent title: “Application programming interfaces for scrolling operations

Plain-English explanation by SahiLast reviewed · June 13, 2026

This patent describes the software logic that allows touchscreens to distinguish between simple scrolling and multi-finger gestures, while also enabling the signature 'rubber-band' bounce effect when you reach the end of a page. Granted to Apple Inc in 2010 with 24 claims and 132 forward citations, and it is expected to expire in 2027.

Coverage

What does this patent actually cover?

The patent defines a system that interprets touch inputs on a screen to decide whether a user wants to scroll a page or perform a gesture like zooming. It specifically creates an event object that distinguishes between a single touch point (scrolling) and two or more touch points (gestures like pinching). When scrolling reaches the edge of a document, the patent claimsclaimsThe numbered statements at the end of a patent that legally define what the inventor owns.Read more → a 'rubber-banding' mechanism that allows the content to stretch slightly and then snap back, providing visual feedback that the end of the content has been reached. This logic is handled through an application programming interface (API) that standardizes how software applications react to these specific touch interactions.

The gap

What does this patent NOT cover?

  • Does not cover the physical hardware of the touchscreen itself.
  • Does not cover non-touch input methods like mouse wheels or trackpads.
  • Does not cover gestures that do not involve scaling or rotating, such as simple single-tap selection.
  • Does not cover the specific visual design or color of the scroll indicators.

These exclusions are unique to PatentBrief — derived from the actual claim language, not patent-office boilerplate.

Key facts

Patent numberUS 7844915
StatusActive
FieldConsumer Electronics
AssigneeApple Inc
InventorsAndrew Platzer, Scott Herz
Filed2007
Granted2010
Expires2027
Claims24
Times cited132
LitigationNone on record
Value · $117K$374KModest

What made this novel

The innovation lies in the 'rubber-banding' logic: by allowing the view to temporarily exceed the window edge and then snap back, the software provides a physical-world metaphor for a digital boundary that was previously just a hard, jarring stop.

The Patent Drawing

Representative patent drawing for Application programming interfaces for scrolling operations (US 7844915)
Representative figure · US 7844915All figures on Google Patents →
Application programming interf…(Primary claim)consumer electronicssoftwareai ml

Schematic visualization of the patent's claim structure. Hand-drawn diagrams in progress for each landmark patent.

Where you've seen this

Real-world examples

01

iOS scrolling behavior in Safari

02

Rubber-band bounce effect in mobile email clients

03

Pinch-to-zoom gestures in photo gallery apps

Why it matters

The bigger picture

This patent was a cornerstone of the 'smartphone wars' in the early 2010s, particularly in litigationlitigationA lawsuit over patent infringement. Litigated patents often signal commercial importance.Read more → between Apple and Samsung. It defined the expected behavior of modern mobile interfaces, making the smooth, physics-based scrolling we take for granted a proprietary standard for years. It fundamentally changed how users perceive the responsiveness of a touch-based operating system.

Filed

January 7, 2007

Granted

November 30, 2010

Market context

Who's building on this

Companies in this space

Apple continues to refine these interaction models within iOS and iPadOS. Most major mobile OS developers, including Google for Android, have developed their own distinct implementations of these interactions to avoid infringing on the specific claimsclaimsThe numbered statements at the end of a patent that legally define what the inventor owns.Read more → outlined here.

Market impact

This patent helped establish the 'look and feel' of the modern smartphone, forcing competitors to innovate around the specific 'rubber-banding' and gesture-recognition methods Apple claimed. It became a significant bargaining chip in global patent litigationlitigationA lawsuit over patent infringement. Litigated patents often signal commercial importance.Read more →, effectively setting the standard for user interface expectations in the mobile era.

Claim 1 — Plain English

What this patent covers

The patent defines a system that interprets touch inputs on a screen to decide whether a user wants to scroll a page or perform a gesture like zooming. It specifically creates an event object that distinguishes between a single touch point (scrolling) and two or more touch points (gestures like pinching). When scrolling reaches the edge of a document, the patent claims a 'rubber-banding' mechanism that allows the content to stretch slightly and then snap back, providing visual feedback that the end of the content has been reached. This logic is handled through an application programming interface (API) that standardizes how software applications react to these specific touch interactions.

The clever bit

The innovation lies in the 'rubber-banding' logic: by allowing the view to temporarily exceed the window edge and then snap back, the software provides a physical-world metaphor for a digital boundary that was previously just a hard, jarring stop.

What it does not cover

  • Does not cover the physical hardware of the touchscreen itself.
  • Does not cover non-touch input methods like mouse wheels or trackpads.
  • Does not cover gestures that do not involve scaling or rotating, such as simple single-tap selection.
  • Does not cover the specific visual design or color of the scroll indicators.

Patent timeline

Filing

Application submitted to the patent office

Publication

Application published, typically 18 months after filing

Grant

Patent officially issued

Expiration

Patent enters public domain

PatentBrief Score

Impact Score

High impact

Citation count

40/40

Highly cited

Claim breadth

16/20

Broad claimsclaimsThe numbered statements at the end of a patent that legally define what the inventor owns.Read more →

Recency

5/20

Granted 10–20 years ago

Assignee scale

20/20

Major company or institution

PatentBrief Impact Score — based on citation count, claim breadth, recency, and assignee scale. Not a legal assessment.

Heuristic Value Estimate

What this patent might be worth

Modest

$117K$374K

Midpoint $234K · expired or expiring · industry ×1.6

Adjust inputs →

Heuristic only — blends forward/backward citation counts, claim scope, time remaining, litigation history, and CPC-derived industry baseline. Real valuations need a professional appraisal.

Patent Claims

1 independent claim · 0 dependent

Preamble: A machine implemented method for scrolling on a touch-sensitive display of a device

Elements required (16)

  1. A

    : receiving a user input, the user input is one or more input points applied to the touch-sensitive display that is integrated with the device

  2. B

    creating an event object in response to the user input

  3. C

    determining whether the event object invokes a scroll or gesture operation by distinguishing between a single input point applied to the touch-sensitive display that is interpreted as the scroll operation and two or more input points applied to the touch-sensitive display that are interpreted as the gesture operation

  4. D

    issuing at least one scroll or gesture call based on invoking the scroll or gesture operation

  5. E

    responding to at least one scroll call, if issued, by scrolling a window having a view 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

  6. F

    and responding to at least one gesture call, if issued, by scaling the view associated with the event object based on receiving the two or more input points in the form of the user input. 2. The method as in claim 1 , further comprising: rubberbanding a scrolling region displayed within the window by a predetermined maximum displacement when the scrolling region exceeds a window edge based on the scroll. 3. The method as in claim 1 , further comprising: attaching scroll indicators to a content edge of the window. 4. The method as in claim 1 , further comprising: attaching scroll indicators to the window edge. 5. The method as in claim 1 , wherein determining whether the event object invokes a scroll or gesture operation is based on receiving a drag user input for a certain time period. 6. The method as in claim 1 , further comprising: 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. 7. The method as in claim 1 , wherein the device is one of: a data processing device, a portable device, a portable data processing device, a multi touch device, a multi touch portable device, a wireless device, and a cell phone. 8. A machine readable storage medium storing executable program instructions which when executed cause a data processing system to perform a method comprising: receiving a user input, the user input is one or more input points applied to a touch-sensitive display that is integrated with the data processing system

  7. G

    creating an event object in response to the user input

  8. H

    determining whether the event object invokes a scroll or gesture operation by distinguishing between a single input point applied to the touch-sensitive display that is interpreted as the scroll operation and two or more input points applied to the touch-sensitive display that are interpreted as the gesture operation

  9. I

    issuing at least one scroll or gesture call based on invoking the scroll or gesture operation

  10. J

    responding to at least one scroll call, if issued, by scrolling a window having a view associated with the event object

  11. K

    and responding to at least one gesture call, if issued, by scaling the view associated with the event object based on receiving the two or more input points in the form of the user input. 9. The medium as in claim 8 , further comprising: rubberbanding a scrolling region displayed within the window by a predetermined maximum displacement when the scrolled region exceeds a window edge based on the scroll. 10. The medium as in claim 8 , further comprising: attaching scroll indicators to a content edge of the view. 11. The medium as in claim 8 , further comprising: attaching scroll indicators to a window edge of the view. 12. The medium as in claim 8 , wherein determining whether the event object invokes a scroll or gesture operation is based on receiving a drag user input for a certain time period. 13. The medium as in claim 8 , further comprising: 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. 14. The medium as in claim 8 , wherein the data processing system is one of: a data processing device, a portable device, a portable data processing device, a multi touch device, a multi touch portable device, a wireless device, and a cell phone. 15. An apparatus, comprising: means for receiving, through a hardware device, a user input on a touch-sensitive display of the apparatus, the user input is one or more input points applied to the touch-sensitive display that is integrated with the apparatus

  12. L

    means for creating an event object in response to the user input

  13. M

    means for determining whether the event object invokes a scroll or gesture operation by distinguishing between a single input point applied to the touch-sensitive display that is interpreted as the scroll operation and two or more input points applied to the touch-sensitive display that are interpreted as the gesture operation

  14. N

    means for issuing at least one scroll or gesture call based on invoking the scroll or gesture operation

  15. O

    means for responding to at least one scroll call, if issued, by scrolling a window having a view associated with the event object

  16. P

    and means for responding to at least one gesture call, if issued, by scaling the view associated with the event object based on receiving the two or more input points in the form of the user input. 16. The apparatus as in claim 15 , further comprising: means for rubberbanding a scrolling region displayed within the window by a predetermined maximum displacement when the scrolling region exceeds a window edge based on the scroll. 17. The apparatus as in claim 15 , further comprising: means for attaching scroll indicators to a content edge of the window. 18. The apparatus as in claim 15 , further comprising: means for attaching scroll indicators to the window edge. 19. The apparatus as in claim 15 , wherein determining whether the event object invokes a scroll or gesture operation is based on receiving a drag user input for a certain time period. 20. The apparatus as in claim 15 , further comprising: means for 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. 21. The apparatus as in claim 15 , wherein the apparatus is one of: a data processing device, a portable device, a portable data processing device, a multi touch device, a multi touch portable device, a wireless device, and a cell phone.

Claims are the legal boundaries of the patent. An independent claim stands alone. A dependent claim adds limitations to its parent, narrowing — but not broadening — the scope.

The original legal language

Original claims

24 claims as filed with the patent office.

Concepts involved

ClaimPrior artNon-obviousnessNoveltySpecificationAssigneePatent term

Citations

Patent lineage

Cites earlier patents

55

earlier patents this invention cites as foundations

View prior art →

Cited by later patents

132

later patents that build on this invention

View patents →

Cite this patent

Platzer, A., & Herz, S. (2010). How Touchscreens Handle Scrolling and Rubber-Band Effects (U.S. Patent No. 7,844,915). U.S. Patent and Trademark Office. https://patentbrief.org/patent/us/7844915/application-programming-interfaces-for-scrolling-operations

Auto-generated from the patent record. Double-check author order and the issue date against the official USPTO document before submitting.

Embed

Add this patent to your site

Drop this plain-English patent card into any blog post or article — free, no signup. It always links back to the full breakdown here.

<div data-patentlens-widget data-patent-number="US7844915"></div>
<script src="https://patentbrief.org/embed.js" async></script>

Stay in the loop

Get a weekly digest of new patents.

One email per week. No spam. Unsubscribe anytime.

Keep exploring

Related patents you should know

US 4683195 · 1987

How to Make Billions of Copies of a DNA Segment

This patent describes the Polymerase Chain Reaction (PCR), a method to rapidly create many copies of a specific piece of DNA or RNA, enabling its detection and analysis.

Cetus Corp

US 8697359 · 2014

How to Edit Genes in Human Cells Using an Engineered CRISPR System

This patent describes an engineered CRISPR-Cas9 system for precisely cutting DNA in eukaryotic cells to change how genes work, opening the door for gene editing in complex organisms.

Massachusetts Institute of Technology

US 7657849 · 2010

How the iPhone's Slide-to-Unlock Gesture Works

Apple's 2010 patent describes unlocking a device by dragging a specific graphical image across the touchscreen along a predefined path, a gesture that became iconic with the original iPhone.

Apple Inc

US 4733665 · 1988

How Doctors Implant a Permanent Stent Using a Balloon

This patent describes the method for placing a permanent, expandable wire mesh tube inside a blood vessel or other body tube using a balloon-tipped catheter to widen it and keep it open.

Expandable Grafts Partnership

US 4965188 · 1990

How to Make Many Copies of a DNA Piece with Heat

This patent describes the Polymerase Chain Reaction (PCR) method, a technique to make millions of copies of a specific DNA segment using a heat-resistant enzyme and repeated temperature changes.

Cetus Corp

US 4235871 · 1980

How to Encapsulate Active Materials in Lipid Bubbles Efficiently

This patent describes a method for trapping biologically active substances inside tiny, multi-layered fat bubbles called liposomes, using a specific water-in-oil emulsion and gel-forming process to improve how much material gets captured.

Individual

Semantically similar

You might also find these interesting

SEARCH ALL

More to explore

More in Consumer Electronics

Browse all Consumer Electronics

New to patents?

What is a patent?How to read a patentAnatomy of a claimHow strong is this patent?What the citations meanWhat it doesn't coverConsumer Electronics PatentsPatent glossary
Explore the landscape:consumer electronics patents →software patents →ai ml patents →

Common Questions

Frequently Asked Questions

What does How Touchscreens Handle Scrolling and Rubber-Band Effects cover?

This patent describes the software logic that allows touchscreens to distinguish between simple scrolling and multi-finger gestures, while also enabling the signature 'rubber-band' bounce effect when you reach the end of a page.

Who owns patent US 7844915?

Apple Inc owns this patent, granted in 2010.

When does this patent expire?

This patent is expected to expire on January 7, 2027, when the invention enters the public domain.

What is patent US 7844915 cited by?

This patent has been cited by 132 later patents that build on its ideas.

What problem does this patent solve?

This patent was a cornerstone of the 'smartphone wars' in the early 2010s, particularly in litigation between Apple and Samsung. It defined the expected behavior of modern mobile interfaces, making the smooth, physics-based scrolling we take for granted a proprietary standard for years. It fundamentally changed how users perceive the responsiveness of a touch-based operating system.

What does this patent NOT cover?

Does not cover the physical hardware of the touchscreen itself.

Related reading

Blog

Which Famous Patents Are Expiring Soon? (2026–2030)

A US utility patent expires 20 years after its filing date and enters the public domain. Notable patents — from Facebook's News Feed to Apple's slide-to-unlock — expiring 2026–2030.

Same assignee

More from Apple Inc

View all →
US 11921980·2024

How Smartphones Manage Multiple Notifications on a Locked Screen

US 11853535·2023

How Apple Devices Securely Display Digital Passes and Tickets

US 11809700·2023

How Folders With Multiple Pages Work on Touchscreens

US 11706521·2023

How Smartphones Automatically Adjust Camera Settings in Low Light

Patent monitoring

Get notified when Apple Inc files a new patent

Get notified when this company files a new patent. Weekly digest · Confirm via email · Unsubscribe anytime.

Last reviewed: June 13, 2026 · PatentBrief is not a law firm and this is not legal advice.