Searched refs:mCapturedKeys (Results 1 – 2 of 2) sorted by relevance
12205 private final SparseArray<WeakReference<View>> mCapturedKeys = new SparseArray<>(); field in ViewRootImpl.TrackballAxis.UnhandledKeyManager12227 mCapturedKeys.put(keycode, new WeakReference<>(consumer)); in dispatch()12244 int idx = mCapturedKeys.indexOfKey(event.getKeyCode()); in preDispatch()12246 mCurrentReceiver = mCapturedKeys.valueAt(idx); in preDispatch()12247 mCapturedKeys.removeAt(idx); in preDispatch()12259 mCurrentReceiver = mCapturedKeys.get(event.getKeyCode()); in preViewDispatch()
63906 Landroid/view/ViewRootImpl$UnhandledKeyManager;->mCapturedKeys:Landroid/util/SparseArray;