Searched refs:mCurrentDeviceId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4778 private int mCurrentDeviceId = -1; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4837 if (mCurrentDeviceId != deviceId || mCurrentSource != source) {
4840 mCurrentDeviceId = deviceId;
4871 Log.d(LOCAL_TAG, "Configured device " + mCurrentDeviceId
4956 if (mCurrentDeviceId == event.getDeviceId()
5030 mPendingKeyMetaState, mCurrentDeviceId,
5042 mCurrentDeviceId, 0, KeyEvent.FLAG_FALLBACK,

Completed in 29 milliseconds