Home
last modified time | relevance | path

Searched refs:secondChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java770 final View secondChild = getChildAt(1); in onInterceptTouchEvent() local
771 if (secondChild != null) { in onInterceptTouchEvent()
772 mPreservedOpenState = !mDragHelper.isViewUnder(secondChild, in onInterceptTouchEvent()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java2539 final View secondChild = mGridView.getChildAt(1); in testFocusFinder() local
2543 secondChild.requestFocus(); in testFocusFinder()
2549 assertTrue(secondChild.isFocused()); in testFocusFinder()
2563 assertTrue(secondChild.isFocused()); in testFocusFinder()
2677 final ViewGroup secondChild = (ViewGroup) mGridView.getChildAt(1); in testBug27258366() local
2681 secondChild.requestFocus(); in testBug27258366()