Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java104 private boolean mCanCurrViewBeDimissed; field in SwipeHelper
329 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mTouchedView); in onInterceptTouchEvent()
712 updateSwipeProgressFromOffset(mTouchedView, mCanCurrViewBeDimissed); in onTouchEvent()
894 pw.append("mCanCurrViewBeDimissed=").println(mCanCurrViewBeDimissed); in dump()