Home
last modified time | relevance | path

Searched refs:localClone (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyEventDispatcher.java129 KeyEvent localClone = KeyEvent.obtain(event); in notifyKeyEventLocked() local
132 if (keyEventFilter.onKeyEvent(localClone, localClone.getSequenceNumber())) { in notifyKeyEventLocked()
134 pendingKeyEvent = obtainPendingEventLocked(localClone, policyFlags); in notifyKeyEventLocked()
147 localClone.recycle(); in notifyKeyEventLocked()