Searched refs:mBehaviorTouchView (Results 1 – 1 of 1) sorted by relevance
179 private View mBehaviorTouchView; field in CoordinatorLayout377 if (mBehaviorTouchView != null) { in resetTouchBehaviors()378 final Behavior b = ((LayoutParams) mBehaviorTouchView.getLayoutParams()).getBehavior(); in resetTouchBehaviors()383 b.onTouchEvent(this, mBehaviorTouchView, cancelEvent); in resetTouchBehaviors()386 mBehaviorTouchView = null; in resetTouchBehaviors()467 mBehaviorTouchView = child; in performIntercept()520 if (mBehaviorTouchView != null || (cancelSuper = performIntercept(ev, TYPE_ON_TOUCH))) { in onTouchEvent()523 final LayoutParams lp = (LayoutParams) mBehaviorTouchView.getLayoutParams(); in onTouchEvent()526 handled = b.onTouchEvent(this, mBehaviorTouchView, ev); in onTouchEvent()531 if (mBehaviorTouchView == null) { in onTouchEvent()