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

  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 139 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
728 mGridNeighbors = new int[GRID_SIZE][];
763 if (index < GRID_SIZE) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 155 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
704 mGridNeighbors = new int[GRID_SIZE][];
740 if (index < GRID_SIZE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 86 public static final int GRID_SIZE = 16;

Completed in 202 milliseconds