Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java591 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight}); in testItemDecorationAndMargins()
645 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight}); in testItemDecorationAndMarginsAndOpticalBounds()
727 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{ in testRedundantAppendRemove()
754 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{ in testRedundantAppendRemove2()
1549 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndStuck()
1657 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollInSmoothScrolling()
1852 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[] {40, 40, 40}); in testItemMovedHorizontalRtl()
2216 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndRemove()
2296 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testScrollAndInsert()
2350 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testScrollAndInsertBeforeVisibleItem()
[all …]
DGridActivity.java48 public static final String EXTRA_ITEMS = "items"; field in GridActivity
146 mItemLengths = intent.getIntArrayExtra(EXTRA_ITEMS); in onCreate()