Home | History | Annotate | Download | only in widget

Lines Matching refs:delegateView

1814         public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) {
1815 super(targetBounds, delegateView);
1816 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop();
1821 mDelegateView = delegateView;