Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5c01b96 authored by Katie McCormick's avatar Katie McCormick Committed by Android Git Automerger
Browse files

am 8a6c0607: Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair

Merge commit '8a6c0607' into eclair-plus-aosp

* commit '8a6c0607':
  SDK doc change: Fixed typo--fingure->finger
parents 2f7b69aa 8a6c0607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ depends on the event. For the few that do, here's why:</p>
    this event can have multiple actions that follow each other. So, if you return <em>false</em> when the
    down action event is received, you indicate that you have not consumed the event and are also
    not interested in subsequent actions from this event. Thus, you will not be called for any other actions
    within the event, such as a fingure gesture, or the eventual up action event.</li>
    within the event, such as a finger gesture, or the eventual up action event.</li>
</ul>

<p>Remember that key events are always delivered to the View currently in focus. They are dispatched starting from the top