Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A 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()
/aosp14/frameworks/base/core/java/android/view/
H A DScrollCaptureTarget.java71 public View getContainingView() { in getContainingView() method in ScrollCaptureTarget
137 View view = getContainingView(); in dump()
H A DScrollCaptureSearchResults.java195 final View viewA = a.getContainingView();
196 final View viewB = b.getContainingView();
H A DViewRootImpl.java10420 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51682 method @NonNull public android.view.View getContainingView();