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

  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
CellLayout.java 292 static int widthInPortrait(Resources r, int numCells) {
300 return minGap * (numCells - 1) + cellWidth * numCells;
303 static int heightInLandscape(Resources r, int numCells) {
311 return minGap * (numCells - 1) + cellHeight * numCells;
    [all...]

Completed in 500 milliseconds