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

/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java84 private static class Grid { class in class:TestView
109 public Grid(int w, int h) { method in class:TestView.Grid
228 private Grid mGrid;
249 mGrid = new Grid(2, 2);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGrid.java27 * Grid is the base class for single row, non-staggered grid and staggered grid.
29 * To use the Grid, user must implement a Provider to create or remove visible item.
30 * Grid maintains a list of visible items. Visible items are created when
33 * removeInvisibleItemsAtEnd() or removeInvisibleItemsAtFront(). Grid's algorithm
36 * invalidateItemsAfter() when it detects item size changed to ask Grid to remove cached
39 abstract class Grid { class
50 * When user uses Grid, he should provide count of items and
63 * be 3(deleted),4,5 in prelayout pass; Grid's index is still 5,6,7 in prelayout.
78 * {@link Grid#fillDisappearingItems(int[], int, SparseIntArray)}.
115 * Cached representation of an item in Grid
[all...]

Completed in 35 milliseconds