Searched refs:mTouchInProgress (Results 1 – 3 of 3) sorted by relevance
57 private boolean mTouchInProgress = false; field in InputConsumerProxy102 if (!mTouchInProgress && action != ACTION_DOWN) { in onInputConsumerMotionEvent()106 if (mTouchInProgress && action == ACTION_DOWN) { in onInputConsumerMotionEvent()112 mTouchInProgress = true; in onInputConsumerMotionEvent()116 mTouchInProgress = false; in onInputConsumerMotionEvent()140 if (mTouchInProgress) { in destroy()
47 private boolean mTouchInProgress; field in PointerSpeedPreference86 if (!mTouchInProgress) { in onProgressChanged()96 mTouchInProgress = true; in onStartTrackingTouch()103 mTouchInProgress = false; in onStopTrackingTouch()
399 private boolean mTouchInProgress; field in Launcher2092 mTouchInProgress = true;2098 mTouchInProgress = false;2945 return mTouchInProgress;