Home
last modified time | relevance | path

Searched refs:mLastEventSynthesizedDown (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java458 private boolean mLastEventSynthesizedDown; field in NotificationPanelViewController
2167 mLastEventSynthesizedDown = mExpectingSynthesizedDown; in initDownStates()
2179 mLastEventSynthesizedDown in initDownStates() local
2183 mLastEventSynthesizedDown = false; in initDownStates()
3407 ipw.print("mLastEventSynthesizedDown="); ipw.println(mLastEventSynthesizedDown); in dump()
5030 if (mLastEventSynthesizedDown && event.getAction() == MotionEvent.ACTION_UP) {