Searched refs:lastRow (Results 1 – 5 of 5) sorted by relevance
259 View lastRow = fragment.getVerticalGridView().getChildAt( in alignmentRowToBottom() local262 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()
256 View lastRow = fragment.getVerticalGridView().getChildAt( in alignmentRowToBottom() local259 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()
337 View lastRow = gridView.getChildAt(gridView.getChildCount() - 1); in prefetchChildItemsBeforeAttach() local338 final int lastRowPos = gridView.getChildAdapterPosition(lastRow); in prefetchChildItemsBeforeAttach()
334 View lastRow = gridView.getChildAt(gridView.getChildCount() - 1); in prefetchChildItemsBeforeAttach() local335 final int lastRowPos = gridView.getChildAdapterPosition(lastRow); in prefetchChildItemsBeforeAttach()
4579 float4 lastRow(transpose(mClientColorMatrix)[3]); in onTransact() local4580 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()