Home
last modified time | relevance | path

Searched refs:getScrollCaptureHint (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java64 ViewGroup.SCROLL_CAPTURE_HINT_AUTO, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
68 ViewGroup.SCROLL_CAPTURE_HINT_INCLUDE, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
72 ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
77 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
84 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
91 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
103 ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint_mutuallyExclusiveFlags()
136 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()
210 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()
354 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()
DScrollCaptureConnectionTest.java90 when(mView.getScrollCaptureHint()).thenReturn(View.SCROLL_CAPTURE_HINT_INCLUDE); in setUp()
/frameworks/base/core/java/android/view/
DScrollCaptureTarget.java48 mHint = mContainingView.getScrollCaptureHint(); in ScrollCaptureTarget()
DScrollCaptureSearchResults.java230 return (view.getScrollCaptureHint() & View.SCROLL_CAPTURE_HINT_INCLUDE) != 0; in hasIncludeHint()
DViewGroup.java7633 if ((getScrollCaptureHint() & SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS) != 0) { in dispatchScrollCaptureSearch()
DView.java32859 public int getScrollCaptureHint() { in getScrollCaptureHint() method
32941 int hint = getScrollCaptureHint(); in onScrollCaptureSearch()
/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.txt52747 method public int getScrollCaptureHint();