Searched refs:mLastJoystickYKeyCode (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java149 int mLastJoystickYKeyCode; field in class:ViewRootImpl
3129 if (mLastJoystickYKeyCode != 0) {
3131 KeyEvent.ACTION_UP, mLastJoystickYKeyCode, 0, metaState,
3133 mLastJoystickYKeyCode = 0;
3139 mLastJoystickYKeyCode = yDirection > 0
3142 KeyEvent.ACTION_DOWN, mLastJoystickYKeyCode, 0, metaState,

Completed in 43 milliseconds