OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlId
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java
48
final int
xmlId
= R.drawable.testcolor;
51
c = ColorStateList.createFromXml(res, res.getXml(
xmlId
));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java
181
final int
xmlId
= R.xml.kbd_suggestions_pane_template;
182
load(
xmlId
, keyboard.mId);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java
282
final int
xmlId
= mResources.getIdentifier(keyboardLayoutSetName, "xml", packageName);
284
parseKeyboardLayoutSet(mResources,
xmlId
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java
73
String
xmlId
) {
79
mXmlId =
xmlId
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
163
public KeyboardBuilder<KP> load(final int
xmlId
, final KeyboardId id) {
165
final XmlResourceParser parser = mResources.getXml(
xmlId
);
[
all
...]
Completed in 94 milliseconds