Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java96 private boolean mTouchIsClick; field in NotificationStackScrollLayout
1519 if (mTouchIsClick && (Math.abs(ev.getY() - mInitialTouchY) > mTouchSlop in handleEmptySpaceClick()
1521 mTouchIsClick = false; in handleEmptySpaceClick()
1525 if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD && mTouchIsClick && in handleEmptySpaceClick()
1538 mTouchIsClick = true; in initDownStates()