Home
last modified time | relevance | path

Searched defs:GRID_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.h96 const int GRID_HEIGHT; variable
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java64 public int GRID_HEIGHT; field in KeyboardParams
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java77 private static final int GRID_HEIGHT = 2; // in # of cells field in MultiAttachmentLayout
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java149 private static final int GRID_HEIGHT = 5; field in Keyboard