Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupScrollCaptureTest.java66 viewGroup.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testSetScrollCaptureHint()
70 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE); in testSetScrollCaptureHint()
74 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS); in testSetScrollCaptureHint()
79 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_INCLUDE in testSetScrollCaptureHint()
86 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE in testSetScrollCaptureHint()
100 viewGroup.setScrollCaptureHint( in testSetScrollCaptureHint_mutuallyExclusiveFlags()
301 view5.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testDispatchScrollCaptureSearch_toChildren()
530 setScrollCaptureHint(scrollCaptureHint); in MockViewGroup()
H A DScrollCaptureSearchResultsTest.java295 view.setScrollCaptureHint(scrollCaptureHint); in setupTargetView()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java6025 setScrollCaptureHint((a.getInt(attr, SCROLL_CAPTURE_HINT_AUTO)));
30336 public void setScrollCaptureHint(@ScrollCaptureHint int hint) { in setScrollCaptureHint() method in View
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49205 method public void setScrollCaptureHint(int);