Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java603 final int widthType = Builder.getEnumValue(keyAttr, in getKeyX()
630 final int widthType = Builder.getEnumValue(keyAttr, in getKeyWidth()
1316 public static int getEnumValue(TypedArray a, int index, int defValue) { in getEnumValue() method in Keyboard.Builder