Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
DScrollCaptureSearchResultsTest.java295 view.setScrollCaptureHint(scrollCaptureHint); in setupTargetView()
/frameworks/base/core/java/android/view/
DView.java6504 setScrollCaptureHint((a.getInt(attr, SCROLL_CAPTURE_HINT_AUTO)));
32870 public void setScrollCaptureHint(@ScrollCaptureHint int hint) { in setScrollCaptureHint() method
/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.txt53126 method public void setScrollCaptureHint(int);