Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java73 private static final int LABEL_FLAGS_FONT_MONO_SPACE = 0x20; field in Key
523 if ((mLabelFlags & LABEL_FLAGS_FONT_MONO_SPACE) != 0) { in selectTypeface()