Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyStylesSet.java130 final int styleFlags = (value != null) ? value : 0; in getFlags() local
132 return flags | styleFlags | parentFlags; in getFlags()
164 final int styleFlags = value != null ? value : 0; in readFlags() local
165 mStyleAttributes.put(index, a.getInt(index, 0) | styleFlags); in readFlags()