Searched refs:mCapturedKeys (Results 1 – 2 of 2) sorted by relevance
9128 private final SparseArray<WeakReference<View>> mCapturedKeys = new SparseArray<>(); field in ViewRootImpl.TrackballAxis.UnhandledKeyManager9150 mCapturedKeys.put(keycode, new WeakReference<>(consumer)); in dispatch()9167 int idx = mCapturedKeys.indexOfKey(event.getKeyCode()); in preDispatch()9169 mCurrentReceiver = mCapturedKeys.valueAt(idx); in preDispatch()9170 mCapturedKeys.removeAt(idx); in preDispatch()9182 mCurrentReceiver = mCapturedKeys.get(event.getKeyCode()); in preViewDispatch()
78978 Landroid/view/ViewRootImpl$UnhandledKeyManager;->mCapturedKeys:Landroid/util/SparseArray;