Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java464 private boolean mLastEventSynthesizedDown; field in NotificationPanelViewController
2282 mLastEventSynthesizedDown = mExpectingSynthesizedDown; in initDownStates()
2294 mLastEventSynthesizedDown in initDownStates() local
2298 mLastEventSynthesizedDown = false; in initDownStates()
3535 ipw.print("mLastEventSynthesizedDown="); ipw.println(mLastEventSynthesizedDown);
5118 if (mLastEventSynthesizedDown && event.getAction() == MotionEvent.ACTION_UP) {