Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestCaseReader.java66 public Point gridSize; field in CellLayoutTestCaseReader.Board
69 public Board(Point gridSize, String board) { in Board() argument
71 this.gridSize = gridSize; in Board()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java247 final int gridSize = mGridNeighbors.length; in computeNearestNeighbors() local
261 final Key[] neighborsFlatBuffer = new Key[gridSize * keyCount]; in computeNearestNeighbors()
262 final int[] neighborCountPerCell = new int[gridSize]; in computeNearestNeighbors()
358 for (int i = 0; i < gridSize; ++i) { in computeNearestNeighbors()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java299 testCaseMap.put(endBoard.gridSize, in addTestCase()