Home
last modified time | relevance | path

Searched refs:startingChild (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewFocusTest.java201 int startingChild, int expectedChild) { in focusSearch_simpleFindFocusSucceeds_returnsCorrectValue() argument
202 View currentlyFocusedView = mRecyclerView.getChildAt(startingChild); in focusSearch_simpleFindFocusSucceeds_returnsCorrectValue()
211 int direction, int startingChild) { in focusSearch_simpleFindFocusSucceeds_doesNotCallOnFocusSearchFailedCalled() argument
213 View currentlyFocusedView = mRecyclerView.getChildAt(startingChild); in focusSearch_simpleFindFocusSucceeds_doesNotCallOnFocusSearchFailedCalled()
221 int startingChild) { in focusSearch_simpleFindFocusFails_callsOnFocusSearchFailed() argument
223 View currentlyFocusedView = mRecyclerView.getChildAt(startingChild); in focusSearch_simpleFindFocusFails_callsOnFocusSearchFailed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java246 boolean onDraggedDown(View startingChild, int dragLengthY); in onDraggedDown() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4164 public boolean onDraggedDown(View startingChild, int dragLengthY) { in onDraggedDown() argument
4173 goToLockedShade(startingChild); in onDraggedDown()
4174 if (startingChild instanceof ExpandableNotificationRow) { in onDraggedDown()
4175 ExpandableNotificationRow row = (ExpandableNotificationRow) startingChild; in onDraggedDown()