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

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp 61 void setGridSize (int gridW, int gridH);
glsShaderPerformanceMeasurer.hpp 89 void setGridSize (int gridW, int gridH);
glsShaderPerformanceCase.cpp 55 void ShaderPerformanceCase::setGridSize (int gridW, int gridH)
57 m_measurer.setGridSize(gridW, gridH);
114 setGridSize(gridW, gridH);
glsShaderPerformanceMeasurer.cpp 339 void ShaderPerformanceMeasurer::setGridSize (int gridW, int gridH)
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 117 mContent.setGridSize(1, (int) grid.inv.numHotseatIcons);
119 mContent.setGridSize((int) grid.inv.numHotseatIcons, 1);
CellLayout.java 380 public void setGridSize(int x, int y) {
    [all...]
  /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/folder/
FolderPagedView.java 163 getPageAt(i).setGridSize(mGridCountX, mGridCountY);
261 page.setGridSize(mGridCountX, mGridCountY);

Completed in 738 milliseconds