Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java66 ViewGroup.SCROLL_CAPTURE_HINT_AUTO, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
70 ViewGroup.SCROLL_CAPTURE_HINT_INCLUDE, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
74 ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE, viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
79 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
86 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
93 viewGroup.getScrollCaptureHint()); in testSetScrollCaptureHint()
127 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_noCallback_hintAuto()
190 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_withCallback_hintAuto()
326 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()
332 target.getContainingView().getScrollCaptureHint()); in testDispatchScrollCaptureSearch_toChildren()
DScrollCaptureClientTest.java78 when(mMockView1.getScrollCaptureHint()).thenReturn(View.SCROLL_CAPTURE_HINT_INCLUDE); in setUp()
/frameworks/base/core/java/android/view/
DScrollCaptureTarget.java49 mHint = mContainingView.getScrollCaptureHint(); in ScrollCaptureTarget()
DScrollCaptureTargetResolver.java316 return (view.getScrollCaptureHint() & View.SCROLL_CAPTURE_HINT_INCLUDE) != 0; in hasIncludeHint()
DViewGroup.java7532 if ((getScrollCaptureHint() & SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS) == 0) { in dispatchScrollCaptureSearch()
DView.java29811 public int getScrollCaptureHint() { in getScrollCaptureHint() method
29877 int hint = getScrollCaptureHint(); in dispatchScrollCaptureSearch()