Searched refs:getScrollCaptureHint (Results 1 – 6 of 6) sorted by relevance
66 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()
78 when(mMockView1.getScrollCaptureHint()).thenReturn(View.SCROLL_CAPTURE_HINT_INCLUDE); in setUp()
49 mHint = mContainingView.getScrollCaptureHint(); in ScrollCaptureTarget()
316 return (view.getScrollCaptureHint() & View.SCROLL_CAPTURE_HINT_INCLUDE) != 0; in hasIncludeHint()
7532 if ((getScrollCaptureHint() & SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS) == 0) { in dispatchScrollCaptureSearch()
29811 public int getScrollCaptureHint() { in getScrollCaptureHint() method29877 int hint = getScrollCaptureHint(); in dispatchScrollCaptureSearch()