Searched refs:firstRow (Results 1 – 4 of 4) sorted by relevance
294 …final View firstRow = detailsFragment.getRowsSupportFragment().getVerticalGridView().getChildAt(0); in navigateBetweenRowsAndVideoUsingRequestFocusInternal() local295 final int originalFirstRowTop = firstRow.getTop(); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()296 assertTrue(firstRow.hasFocus()); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()297 assertTrue(firstRow.getTop() > 0 && firstRow.getTop() < screenHeight); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()309 return firstRow.getTop() >= screenHeight; in navigateBetweenRowsAndVideoUsingRequestFocusInternal()323 return firstRow.getTop() == originalFirstRowTop; in navigateBetweenRowsAndVideoUsingRequestFocusInternal()358 …final View firstRow = detailsFragment.getRowsSupportFragment().getVerticalGridView().getChildAt(0);359 final int originalFirstRowTop = firstRow.getTop();360 assertTrue(firstRow.hasFocus());361 assertTrue(firstRow.getTop() > 0 && firstRow.getTop() < screenHeight);[all …]
297 final View firstRow = detailsFragment.getRowsFragment().getVerticalGridView().getChildAt(0); in navigateBetweenRowsAndVideoUsingRequestFocusInternal() local298 final int originalFirstRowTop = firstRow.getTop(); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()299 assertTrue(firstRow.hasFocus()); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()300 assertTrue(firstRow.getTop() > 0 && firstRow.getTop() < screenHeight); in navigateBetweenRowsAndVideoUsingRequestFocusInternal()312 return firstRow.getTop() >= screenHeight; in navigateBetweenRowsAndVideoUsingRequestFocusInternal()326 return firstRow.getTop() == originalFirstRowTop; in navigateBetweenRowsAndVideoUsingRequestFocusInternal()361 final View firstRow = detailsFragment.getRowsFragment().getVerticalGridView().getChildAt(0);362 final int originalFirstRowTop = firstRow.getTop();363 assertTrue(firstRow.hasFocus());364 assertTrue(firstRow.getTop() > 0 && firstRow.getTop() < screenHeight);[all …]
484 boolean firstRow = true; in findLargestCells()509 if (firstRow) { in findLargestCells()514 firstRow = false; in findLargestCells()
1923 ExpandableNotificationRow firstRow = firstChildNotGone instanceof ExpandableNotificationRow in onHeightChanged() local1926 if (firstRow != null in onHeightChanged()1927 && (view == firstRow || (firstRow.getNotificationParent() == firstRow))) { in onHeightChanged()