Searched refs:setScrollCaptureHint (Results 1 – 4 of 4) sorted by relevance
66 viewGroup.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testSetScrollCaptureHint()70 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE); in testSetScrollCaptureHint()74 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS); in testSetScrollCaptureHint()79 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_INCLUDE in testSetScrollCaptureHint()86 viewGroup.setScrollCaptureHint(ViewGroup.SCROLL_CAPTURE_HINT_EXCLUDE in testSetScrollCaptureHint()100 viewGroup.setScrollCaptureHint( in testSetScrollCaptureHint_mutuallyExclusiveFlags()301 view5.setScrollCaptureHint(View.SCROLL_CAPTURE_HINT_INCLUDE); in testDispatchScrollCaptureSearch_toChildren()530 setScrollCaptureHint(scrollCaptureHint); in MockViewGroup()
295 view.setScrollCaptureHint(scrollCaptureHint); in setupTargetView()
6025 setScrollCaptureHint((a.getInt(attr, SCROLL_CAPTURE_HINT_AUTO)));30336 public void setScrollCaptureHint(@ScrollCaptureHint int hint) { in setScrollCaptureHint() method in View
49205 method public void setScrollCaptureHint(int);