Home
last modified time | relevance | path

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

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java445 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight}); in testItemDecorationAndMargins()
498 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight}); in testItemDecorationAndMarginsAndOpticalBounds()
580 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{ in testRedundantAppendRemove()
609 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{ in testRedundantAppendRemove2()
883 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testScrollAndInsert()
926 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testScrollAndInsertBeforeVisibleItem()
1054 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testPendingSmoothScrollAndRemove()
1451 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testNonFocusableLoseInFastLayout()
1613 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{ in testSetSelectionWithDeltaInGrid1()
1835 intent.putExtra(GridActivity.EXTRA_ITEMS, items); in testSmoothscrollerInterrupted()
[all …]
DGridActivity.java51 public static final String EXTRA_ITEMS = "items"; field in GridActivity
143 mItemLengths = intent.getIntArrayExtra(EXTRA_ITEMS); in onCreate()