Searched refs:getScrollCaptureHint (Results 1 – 8 of 8) sorted by relevance
64 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()
90 when(mView.getScrollCaptureHint()).thenReturn(View.SCROLL_CAPTURE_HINT_INCLUDE); in setUp()
48 mHint = mContainingView.getScrollCaptureHint(); in ScrollCaptureTarget()
230 return (view.getScrollCaptureHint() & View.SCROLL_CAPTURE_HINT_INCLUDE) != 0; in hasIncludeHint()
7633 if ((getScrollCaptureHint() & SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS) != 0) { in dispatchScrollCaptureSearch()
32859 public int getScrollCaptureHint() { in getScrollCaptureHint() method32941 int hint = getScrollCaptureHint(); in onScrollCaptureSearch()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52747 method public int getScrollCaptureHint();