Searched refs:mStyleAttributes (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java77 private final SparseArray<Object> mStyleAttributes = CollectionUtils.newSparseArray(); field in class:KeyStylesSet.DeclaredKeyStyle
91 final Object value = mStyleAttributes.get(index);
104 final Object value = mStyleAttributes.get(index);
117 final Object value = mStyleAttributes.get(index);
128 final Object value = mStyleAttributes.get(index);
156 mStyleAttributes.put(index, parseString(a, index));
162 mStyleAttributes.put(index, a.getInt(index, 0));
168 final Integer value = (Integer)mStyleAttributes.get(index);
169 mStyleAttributes.put(index, a.getInt(index, 0) | (value != null ? value : 0));
175 mStyleAttributes
[all...]

Completed in 1407 milliseconds