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 50 private boolean mSwipingInProgress;
129 if (mSwipingInProgress) {
150 && !mSwipingInProgress) {
157 if (mSwipingInProgress) {
173 if (mSwipingInProgress) {
183 mSwipingInProgress = inProgress;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 74 private boolean mSwipingInProgress;
709 mSwipingInProgress = isSwiped;
743 if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) {
755 if (!mSwipingInProgress && !mExpandingNotification && !mDisallowScrollingInThisMotion) {
    [all...]

Completed in 556 milliseconds