Searched defs:mCanCurrViewBeDimissed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java70 private boolean mCanCurrViewBeDimissed; field in class:SwipeHelper
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/
H A DSwipeHelper.java75 private boolean mCanCurrViewBeDimissed; field in class:SwipeHelper
236 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
434 updateSwipeProgressFromOffset(mCurrAnimView, mCanCurrViewBeDimissed);

Completed in 45 milliseconds