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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 70 private boolean mCanCurrViewBeDimissed;
188 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
192 mCanCurrViewBeDimissed = false;
293 return mCanCurrViewBeDimissed;
332 if (FADE_OUT_DURING_SWIPE && mCanCurrViewBeDimissed) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 75 private boolean mCanCurrViewBeDimissed;
236 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
434 updateSwipeProgressFromOffset(mCurrAnimView, mCanCurrViewBeDimissed);
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 84 private boolean mCanCurrViewBeDimissed;
225 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
389 if (FADE_OUT_DURING_SWIPE && mCanCurrViewBeDimissed) {
  /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) {

Completed in 1075 milliseconds