Searched defs:mPendingKeyRepeatCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4714 private int mPendingKeyRepeatCount; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4908 mPendingKeyRepeatCount = 0;
4910 mPendingKeyRepeatCount += 1;
4918 + ", repeatCount=" + mPendingKeyRepeatCount
4922 KeyEvent.ACTION_DOWN, mPendingKeyCode, mPendingKeyRepeatCount,

Completed in 21 milliseconds