Home
last modified time | relevance | path

Searched refs:mGrid (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DTiledBackgroundVertexGrid.java20 private TiledVertexGrid mGrid; field in TiledBackgroundVertexGrid
29 mGrid = null; in reset()
33 mGrid = grid; in setGrid()
38 if (mGrid != null) { in draw()
39 mGrid.draw(x, y, getScrollOriginX(), getScrollOriginY()); in draw()
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java40 private GridLayout mGrid; field in SkottieActivity
85 mGrid.setColumnCount(mColumnCount); in populateGrid()
86 mGrid.setRowCount(mRowCount); in populateGrid()
146 mGrid.updateViewLayout(view, params); in inflateView()
150 mGrid.removeAllViews(); in refreshGrid()
170 mGrid.addView(view, params); in addView()
172 mGrid.updateViewLayout(view, params); in addView()
229 mGrid = (GridLayout)findViewById(R.id.grid_lotties); in createLayout()
230 mGrid.setBackgroundColor(Color.LTGRAY); in createLayout()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java37 private GridLayout mGrid; field in SkottieActivity
81 mGrid.setColumnCount(mColumnCount); in populateGrid()
82 mGrid.setRowCount(mRowCount); in populateGrid()
142 mGrid.updateViewLayout(view, params); in inflateView()
146 mGrid.removeAllViews(); in refreshGrid()
166 mGrid.addView(view, params); in addView()
168 mGrid.updateViewLayout(view, params); in addView()
232 mGrid = (GridLayout)findViewById(R.id.grid_lotties); in createLayout()
233 mGrid.setBackgroundColor(Color.LTGRAY); in createLayout()