Home
last modified time | relevance | path

Searched refs:lastRow (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DPlaybackFragmentTest.java259 View lastRow = fragment.getVerticalGridView().getChildAt( in alignmentRowToBottom() local
262 fragment.getVerticalGridView().getChildAdapterPosition(lastRow)); in alignmentRowToBottom()
263 assertTrue(lastRow.hasFocus()); in alignmentRowToBottom()
264 assertEquals(lastRow.getResources().getDimensionPixelSize( in alignmentRowToBottom()
266 fragment.getVerticalGridView().getHeight() - lastRow.getBottom()); in alignmentRowToBottom()
DPlaybackSupportFragmentTest.java256 View lastRow = fragment.getVerticalGridView().getChildAt( in alignmentRowToBottom() local
259 fragment.getVerticalGridView().getChildAdapterPosition(lastRow)); in alignmentRowToBottom()
260 assertTrue(lastRow.hasFocus()); in alignmentRowToBottom()
261 assertEquals(lastRow.getResources().getDimensionPixelSize( in alignmentRowToBottom()
263 fragment.getVerticalGridView().getHeight() - lastRow.getBottom()); in alignmentRowToBottom()
DRowsFragmentTest.java337 View lastRow = gridView.getChildAt(gridView.getChildCount() - 1); in prefetchChildItemsBeforeAttach() local
338 final int lastRowPos = gridView.getChildAdapterPosition(lastRow); in prefetchChildItemsBeforeAttach()
DRowsSupportFragmentTest.java334 View lastRow = gridView.getChildAt(gridView.getChildCount() - 1); in prefetchChildItemsBeforeAttach() local
335 final int lastRowPos = gridView.getChildAdapterPosition(lastRow); in prefetchChildItemsBeforeAttach()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4579 float4 lastRow(transpose(mClientColorMatrix)[3]); in onTransact() local
4580 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()