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/statusbar/phone/
DNotificationPanelViewController.java459 private boolean mLastEventSynthesizedDown; // last event was synthesized DOWN event field in NotificationPanelViewController
1727 mLastEventSynthesizedDown = true; in initDownStates()
1730 mLastEventSynthesizedDown = false; in initDownStates()
1734 mLastEventSynthesizedDown = false; in initDownStates()
3935 if (mLastEventSynthesizedDown && event.getAction() == MotionEvent.ACTION_UP) { in createTouchHandler()