OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrKey
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java
335
KeyCommonAttributes
attrKey
= new KeyCommonAttributes(xrp);
403
if (!
attrKey
.getAttributes(attrDef)) {
411
SoftKey softKey = getSoftKey(xrp,
attrKey
);
445
KeyCommonAttributes
attrKey
= new KeyCommonAttributes(xrp);
576
if (!
attrKey
.getAttributes(attrRow)) {
584
softKey = getSoftKey(xrp,
attrKey
);
635
KeyCommonAttributes
attrKey
) throws XmlPullParserException,
655
right = left +
attrKey
.keyWidth;
657
bottom = top +
attrKey
.keyHeight;
679
attrKey
, (SoftKeyToggle) softKey, keyCode)))
[
all
...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java
412
String
attrKey
= internStrategy.intern(seq.substring(index, end));
416
element.addAttribute(
attrKey
, DEFAULT_ATTR_VALUE);
430
element.addAttribute(
attrKey
, attrValue);
436
reportError(state, "No attribute for key " +
attrKey
);
441
element.addAttribute(
attrKey
, attrValue);
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
Completed in 7839 milliseconds