Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java49 private boolean mSwipingInProgress; field in KeyguardAffordanceHelper
71 mSwipingInProgress = false;
159 if (mSwipingInProgress) { in onTouchEvent()
187 mSwipingInProgress = true; in startSwiping()
213 if (mSwipingInProgress) { in endMotion()
507 if (mSwipingInProgress) { in reset()
509 mSwipingInProgress = false; in reset()
514 return mSwipingInProgress; in isSwipingInProgress()
518 if (mSwipingInProgress) { in launchAffordance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java443 private boolean mSwipingInProgress; field in NotificationStackScrollLayout
3671 boolean swipingInProgress = mSwipingInProgress;
3726 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification
3974 boolean swipingInProgress = mSwipingInProgress;
4265 mSwipingInProgress = swiping;