Searched refs:getContainingView (Results 1 – 4 of 4) sorted by relevance
125 assertSame("Target has the wrong View", viewGroup, target.getContainingView()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()127 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()188 assertSame("Target has the wrong View", viewGroup, target.getContainingView()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()190 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()323 assertSame("First target has the wrong View", view3, target.getContainingView()); in testDispatchScrollCaptureSearch_toChildren()326 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()329 assertSame("Second target has the wrong View", view5, target.getContainingView()); in testDispatchScrollCaptureSearch_toChildren()332 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()
81 mHandler = selectedTarget.getContainingView().getHandler(); in ScrollCaptureClient()89 selectedTarget.getContainingView().addOnAttachStateChangeListener( in ScrollCaptureClient()98 selectedTarget.getContainingView().removeOnAttachStateChangeListener(this); in ScrollCaptureClient()
120 final View viewA = a.getContainingView(); in chooseTarget()121 final View viewB = b.getContainingView(); in chooseTarget()296 final View containingView = target.getContainingView(); in onScrollBoundsProvided()
69 public View getContainingView() { in getContainingView() method in ScrollCaptureTarget