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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4671 private int mCurrentDeviceId = -1; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4730 if (mCurrentDeviceId != deviceId || mCurrentSource != source) {
4733 mCurrentDeviceId = deviceId;
4764 Log.d(LOCAL_TAG, "Configured device " + mCurrentDeviceId
4849 if (mCurrentDeviceId == event.getDeviceId()
4923 mPendingKeyMetaState, mCurrentDeviceId,
4935 mCurrentDeviceId, 0, KeyEvent.FLAG_FALLBACK,

Completed in 34 milliseconds