HomeSort by relevance Sort by last modified time
    Searched refs:mSwipingInProgress (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 51 private boolean mSwipingInProgress;
131 if (mSwipingInProgress) {
162 && !mSwipingInProgress) {
169 if (mSwipingInProgress) {
179 if (mSwipingInProgress) {
192 mSwipingInProgress = inProgress;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 71 private boolean mSwipingInProgress;
658 mSwipingInProgress = isSwiped;
691 if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) {
703 if (!mSwipingInProgress && !mExpandingNotification && !mDisallowScrollingInThisMotion) {
    [all...]

Completed in 153 milliseconds