Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DScrollCaptureTarget.java71 public View getContainingView() { in getContainingView() method in ScrollCaptureTarget
137 View view = getContainingView(); in dump()
DScrollCaptureSearchResults.java195 final View viewA = a.getContainingView();
196 final View viewB = b.getContainingView();
DViewRootImpl.java11245 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse()
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java134 assertSame("Target has the wrong View", viewGroup, target.getContainingView()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()
136 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()
208 assertSame("Target has the wrong View", viewGroup, target.getContainingView()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()
210 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()
351 assertSame("Result is the wrong View", view5, target.getContainingView()); in testDispatchScrollCaptureSearch_toChildren()
354 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt52164 method @NonNull public android.view.View getContainingView();