Searched refs:mTouchingHeadsUpView (Results 1 – 1 of 1) sorted by relevance
41 private boolean mTouchingHeadsUpView; field in HeadsUpTouchHelper67 if (!mTouchingHeadsUpView && event.getActionMasked() != MotionEvent.ACTION_DOWN) { in onInterceptTouchEvent()87 mTouchingHeadsUpView = false; in onInterceptTouchEvent()90 mTouchingHeadsUpView = mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()106 if (mTouchingHeadsUpView && Math.abs(h) > mTouchSlop in onInterceptTouchEvent()125 if (mPickedChild != null && mTouchingHeadsUpView) { in onInterceptTouchEvent()170 mTouchingHeadsUpView = false;