Searched defs:STAGGERED (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java38 private static final boolean STAGGERED = true; field in class:HorizontalGridTestActivity
126 mItemLengths[i] = STAGGERED ? (int)(Math.random() * 180) + 180 : 240;
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java38 private static final boolean STAGGERED = true; field in class:HorizontalGridTestActivity
126 mItemLengths[i] = STAGGERED ? (int)(Math.random() * 180) + 180 : 240;

Completed in 50 milliseconds