HomeSort by relevance Sort by last modified time
    Searched defs:setGridSize (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 55 void ShaderPerformanceCase::setGridSize (int gridW, int gridH)
57 m_measurer.setGridSize(gridW, gridH);
114 setGridSize(gridW, gridH);
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 102 mContent.setGridSize(mCellCountX, mCellCountY);
Folder.java 156 mContent.setGridSize(0, 0);
786 mContent.setGridSize(countX, countY);
    [all...]
CellLayout.java 330 public void setGridSize(int x, int y) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 91 mContent.setGridSize(1, idp.numHotseatIcons);
93 mContent.setGridSize(idp.numHotseatIcons, 1);
CellLayout.java 359 public void setGridSize(int x, int y) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 168 getPageAt(i).setGridSize(mGridCountX, mGridCountY);
262 page.setGridSize(mGridCountX, mGridCountY);

Completed in 523 milliseconds