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.java101 private boolean mTouchIsClick; field in NotificationStackScrollLayout
1587 if (mTouchIsClick && (Math.abs(ev.getY() - mInitialTouchY) > mTouchSlop in handleEmptySpaceClick()
1589 mTouchIsClick = false; in handleEmptySpaceClick()
1593 if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD && mTouchIsClick && in handleEmptySpaceClick()
1606 mTouchIsClick = true; in initDownStates()