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/
DNotificationPanelView.java347 private boolean mLastEventSynthesizedDown; // last event was synthesized DOWN event field in NotificationPanelView
1146 mLastEventSynthesizedDown = true; in initDownStates()
1149 mLastEventSynthesizedDown = false; in initDownStates()
1153 mLastEventSynthesizedDown = false; in initDownStates()
1241 if (mLastEventSynthesizedDown && event.getAction() == MotionEvent.ACTION_UP) { in onTouchEvent()