Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java125 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()
/frameworks/base/core/java/android/view/
DScrollCaptureClient.java81 mHandler = selectedTarget.getContainingView().getHandler(); in ScrollCaptureClient()
89 selectedTarget.getContainingView().addOnAttachStateChangeListener( in ScrollCaptureClient()
98 selectedTarget.getContainingView().removeOnAttachStateChangeListener(this); in ScrollCaptureClient()
DScrollCaptureTargetResolver.java120 final View viewA = a.getContainingView(); in chooseTarget()
121 final View viewB = b.getContainingView(); in chooseTarget()
296 final View containingView = target.getContainingView(); in onScrollBoundsProvided()
DScrollCaptureTarget.java69 public View getContainingView() { in getContainingView() method in ScrollCaptureTarget