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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 78 private boolean mCanCurrViewBeDimissed;
215 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
389 if (FADE_OUT_DURING_SWIPE && mCanCurrViewBeDimissed) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 75 private boolean mCanCurrViewBeDimissed;
266 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
570 updateSwipeProgressFromOffset(mCurrView, mCanCurrViewBeDimissed);

Completed in 1086 milliseconds