Searched refs:mGrid (Results 1 – 3 of 3) sorted by relevance
20 private TiledVertexGrid mGrid; field in TiledBackgroundVertexGrid29 mGrid = null; in reset()33 mGrid = grid; in setGrid()38 if (mGrid != null) { in draw()39 mGrid.draw(x, y, getScrollOriginX(), getScrollOriginY()); in draw()
40 private GridLayout mGrid; field in SkottieActivity85 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()
37 private GridLayout mGrid; field in SkottieActivity81 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()