Searched refs:mCanCurrViewBeDimissed (Results 1 – 2 of 2) sorted by relevance
70 private boolean mCanCurrViewBeDimissed; field in SwipeHelper188 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()192 mCanCurrViewBeDimissed = false; in onInterceptTouchEvent()293 return mCanCurrViewBeDimissed; in onTouchEvent()332 if (FADE_OUT_DURING_SWIPE && mCanCurrViewBeDimissed) { in setSwipeAmount()
75 private boolean mCanCurrViewBeDimissed; field in SwipeHelper236 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()434 updateSwipeProgressFromOffset(mCurrAnimView, mCanCurrViewBeDimissed); in onTouchEvent()