OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetRes
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecSplitTests.java
39
final Resources
targetRes
= targetContext.getResources();
40
final String targetPackageName =
targetRes
.getResourcePackageName(
42
mTextsSet.setLocale(TEST_LOCALE,
targetRes
, targetPackageName);
/packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java
79
static AutoInstallsLayout get(Context context, String pkg, Resources
targetRes
,
86
int layoutId =
targetRes
.getIdentifier(layoutName, "xml", pkg);
94
layoutId =
targetRes
.getIdentifier(layoutName, "xml", pkg);
100
layoutId =
targetRes
.getIdentifier(LAYOUT_RES, "xml", pkg);
107
return new AutoInstallsLayout(context, appWidgetHost, callback,
targetRes
, layoutId,
Completed in 1120 milliseconds