Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java346 private boolean mExpectingSynthesizedDown; // expecting to see synthesized DOWN event field in NotificationPanelView
1143 mAllowExpandForSmallExpansion = mExpectingSynthesizedDown; in initDownStates()
1144 mTouchSlopExceededBeforeDown = mExpectingSynthesizedDown; in initDownStates()
1145 if (mExpectingSynthesizedDown) { in initDownStates()
1370 mExpectingSynthesizedDown = true; in startWaitingForOpenPanelGesture()
1390 if (mExpectingSynthesizedDown) { in stopWaitingForOpenPanelGesture()
1391 mExpectingSynthesizedDown = false; in stopWaitingForOpenPanelGesture()
1419 if (mExpectingSynthesizedDown) { in shouldGestureWaitForTouchSlop()
1420 mExpectingSynthesizedDown = false; in shouldGestureWaitForTouchSlop()
2141 boolean isExpanded = !isFullyCollapsed() || mExpectingSynthesizedDown; in updatePanelExpanded()