Searched defs:mBehaviorTouchView (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java179 private View mBehaviorTouchView; field in class:CoordinatorLayout
377 if (mBehaviorTouchView != null) {
378 final Behavior b = ((LayoutParams) mBehaviorTouchView.getLayoutParams()).getBehavior();
383 b.onTouchEvent(this, mBehaviorTouchView, cancelEvent);
386 mBehaviorTouchView = null;
467 mBehaviorTouchView = child;
520 if (mBehaviorTouchView != null || (cancelSuper = performIntercept(ev, TYPE_ON_TOUCH))) {
522 // mBehaviorTouchView != null if it returns true
523 final LayoutParams lp = (LayoutParams) mBehaviorTouchView.getLayoutParams();
526 handled = b.onTouchEvent(this, mBehaviorTouchView, e
[all...]

Completed in 9 milliseconds