Home
last modified time | relevance | path

Searched refs:firstRow (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DDetailsSupportFragmentTest.java294 …final View firstRow = detailsFragment.getRowsSupportFragment().getVerticalGridView().getChildAt(0); in navigateBetweenRowsAndVideoUsingRequestFocusInternal() local
295 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 …]
DDetailsFragmentTest.java297 final View firstRow = detailsFragment.getRowsFragment().getVerticalGridView().getChildAt(0); in navigateBetweenRowsAndVideoUsingRequestFocusInternal() local
298 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 …]
/frameworks/base/core/java/android/widget/
DTableLayout.java484 boolean firstRow = true; in findLargestCells()
509 if (firstRow) { in findLargestCells()
514 firstRow = false; in findLargestCells()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1923 ExpandableNotificationRow firstRow = firstChildNotGone instanceof ExpandableNotificationRow in onHeightChanged() local
1926 if (firstRow != null in onHeightChanged()
1927 && (view == firstRow || (firstRow.getNotificationParent() == firstRow))) { in onHeightChanged()