OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mstyleattributes
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java
77
private final SparseArray<Object>
mStyleAttributes
= CollectionUtils.newSparseArray();
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
.put(index, parseStringArray(a, index))
[
all
...]
Completed in 95 milliseconds