OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrKeys
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/prefs/
XMLParser.java
255
private static void flushEmptyElement(String tagName, String[]
attrKeys
,
260
flushPairs(
attrKeys
, attrValues, out);
266
private static void flushPairs(String[]
attrKeys
, String[] attrValues,
268
for (int i = 0; i <
attrKeys
.length; i++) {
270
out.write(
attrKeys
[i]);
284
private static void flushStartTag(String tagName, String[]
attrKeys
,
289
flushPairs(
attrKeys
, attrValues, out);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java
444
KeyCommonAttributes
attrKeys
= new KeyCommonAttributes(xrp);
520
if (!
attrKeys
.getAttributes(attrRow)) {
550
attrKeys
.repeat,
attrKeys
.balloon);
553
.getKeyType(
attrKeys
.keyType), null, null);
558
right = left +
attrKeys
.keyWidth;
560
bottom = top +
attrKeys
.keyHeight;
[
all
...]
Completed in 2979 milliseconds