Searched refs:mExpectingSynthesizedDown (Results 1 – 1 of 1) sorted by relevance
463 private boolean mExpectingSynthesizedDown; field in NotificationPanelViewController2279 mAllowExpandForSmallExpansion = mExpectingSynthesizedDown; in initDownStates()2280 mTouchSlopExceededBeforeDown = mExpectingSynthesizedDown; in initDownStates()2282 mLastEventSynthesizedDown = mExpectingSynthesizedDown; in initDownStates()2344 mExpectingSynthesizedDown = true; in startInputFocusTransfer()2354 if (mExpectingSynthesizedDown) { in cancelInputFocusTransfer()2355 mExpectingSynthesizedDown = false; in cancelInputFocusTransfer()2375 if (mExpectingSynthesizedDown) { in finishInputFocusTransfer()2376 mExpectingSynthesizedDown = false; in finishInputFocusTransfer()2410 if (mExpectingSynthesizedDown) { in shouldGestureWaitForTouchSlop()[all …]