Searched refs:mTouchingHeadsUpView (Results 1 – 1 of 1) sorted by relevance
43 private boolean mTouchingHeadsUpView; field in HeadsUpTouchHelper68 if (!mTouchingHeadsUpView && event.getActionMasked() != MotionEvent.ACTION_DOWN) { in onInterceptTouchEvent()84 mTouchingHeadsUpView = false; in onInterceptTouchEvent()87 mTouchingHeadsUpView = !mCallback.isExpanded() in onInterceptTouchEvent()89 if (mTouchingHeadsUpView) { in onInterceptTouchEvent()98 mTouchingHeadsUpView = true; in onInterceptTouchEvent()115 if (mTouchingHeadsUpView && Math.abs(h) > mTouchSlop in onInterceptTouchEvent()136 if (mPickedChild != null && mTouchingHeadsUpView) { in onInterceptTouchEvent()181 mTouchingHeadsUpView = false;