Searched refs:mCapturedKeys (Results 1 – 2 of 2) sorted by relevance
10274 private final SparseArray<WeakReference<View>> mCapturedKeys = new SparseArray<>(); field in TrackballAxis.UnhandledKeyManager10296 mCapturedKeys.put(keycode, new WeakReference<>(consumer)); in dispatch()10313 int idx = mCapturedKeys.indexOfKey(event.getKeyCode()); in preDispatch()10315 mCurrentReceiver = mCapturedKeys.valueAt(idx); in preDispatch()10316 mCapturedKeys.removeAt(idx); in preDispatch()10328 mCurrentReceiver = mCapturedKeys.get(event.getKeyCode()); in preViewDispatch()
67872 Landroid/view/ViewRootImpl$UnhandledKeyManager;->mCapturedKeys:Landroid/util/SparseArray;