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.java158 private View mBehaviorTouchView; field in CoordinatorLayout
358 if (mBehaviorTouchView != null) { in resetTouchBehaviors()
359 final Behavior b = ((LayoutParams) mBehaviorTouchView.getLayoutParams()).getBehavior(); in resetTouchBehaviors()
364 b.onTouchEvent(this, mBehaviorTouchView, cancelEvent); in resetTouchBehaviors()
367 mBehaviorTouchView = null; in resetTouchBehaviors()
448 mBehaviorTouchView = child; in performIntercept()
501 if (mBehaviorTouchView != null || (cancelSuper = performIntercept(ev, TYPE_ON_TOUCH))) { in onTouchEvent()
504 final LayoutParams lp = (LayoutParams) mBehaviorTouchView.getLayoutParams(); in onTouchEvent()
507 handled = b.onTouchEvent(this, mBehaviorTouchView, ev); in onTouchEvent()
512 if (mBehaviorTouchView == null) { in onTouchEvent()