Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A 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()
H A DScrollCaptureConnectionTest.java78 when(mView.getScrollCaptureHint()).thenReturn(View.SCROLL_CAPTURE_HINT_INCLUDE); in setUp()
/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureTarget.java48 mHint = mContainingView.getScrollCaptureHint(); in ScrollCaptureTarget()
H A DScrollCaptureSearchResults.java230 return (view.getScrollCaptureHint() & View.SCROLL_CAPTURE_HINT_INCLUDE) != 0; in hasIncludeHint()
H A DViewGroup.java7504 if ((getScrollCaptureHint() & SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS) != 0) { in dispatchScrollCaptureSearch()
H A DView.java30325 public int getScrollCaptureHint() { in getScrollCaptureHint() method in View
30407 int hint = getScrollCaptureHint(); in onScrollCaptureSearch()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48847 method public int getScrollCaptureHint();