Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java179 private View mBehaviorTouchView; field in CoordinatorLayout
377 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()