Searched refs:TOUCH_MODE_UNKNOWN (Results 1 – 1 of 1) sorted by relevance
522 private static final int TOUCH_MODE_UNKNOWN = -1; field in AbsListView526 private int mLastTouchMode = TOUCH_MODE_UNKNOWN;3032 if (touchMode != mLastTouchMode && mLastTouchMode != TOUCH_MODE_UNKNOWN) { in onWindowFocusChanged()