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.java22 * Grid is the base class for single row, non-staggered grid and staggered grid.
24 * To use the Grid, user must implement a Provider to create or remove visible item.
25 * Grid maintains a list of visible items. Visible items are created when
28 * removeInvisibleItemsAtEnd() or removeInvisibleItemsAtFront(). Grid's algorithm
31 * invalidateItemsAfter() when it detects item size changed to ask Grid to remove cached
34 abstract class Grid { class
43 * When user uses Grid, he should provide count of items and
95 * Cached representation of an item in Grid. May be subclassed.
123 public static Grid createGrid(int rows) {
124 Grid gri
[all...]

Completed in 65 milliseconds