/packages/apps/TV/src/com/android/tv/util/ |
Utils.java | 623 * Returns a localized version of the text resource specified by resourceId. 625 public static CharSequence getTextForLocale(Context context, Locale locale, int resourceId) { 627 return context.getText(resourceId); 631 return context.createConfigurationContext(config).getText(resourceId);
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 726 final int resourceId = directoryCursor.getInt(DirectoryListQuery.TYPE_RESOURCE_ID); 731 if (packageName != null && resourceId != 0) { 735 params.directoryType = resources.getString(resourceId); 738 + resourceId + "@" + packageName); 742 + resourceId + "@" + packageName, e); [all...] |
/frameworks/base/core/java/android/content/res/ |
TypedArray.java | 452 value, value.resourceId, mTheme); 496 return mResources.loadComplexColor(value, value.resourceId, mTheme); 531 return mResources.loadColorStateList(value, value.resourceId, mTheme); [all...] |
/frameworks/base/tools/aapt2/ |
ResourceParser.cpp | 75 ResourceId id; 596 ResourceId resourceId(val.data); 597 if (!result || !resourceId.isValid()) { 602 outResource->id = resourceId; 639 ResourceId nextId(val.data); [all...] |
Debug.cpp | 152 ResourceId id(package->id ? package->id.value() : uint8_t(0),
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PlaybackControlsRowPresenter.java | 304 return context.getResources().getColor(outValue.resourceId); 313 return context.getResources().getColor(outValue.resourceId);
|
GuidedActionsStylist.java | [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/ |
Picker.java | 354 private float getFloat(int resourceId) { 356 getContext().getResources().getValue(resourceId, buffer, true);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 189 private ImageView addImageButton(Context context, int resourceId, boolean rotatable) { 196 view.setImageResource(resourceId);
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/ |
DeleteNonRequiredAppsTaskTest.java | 370 private void setStringArray(int resourceId, String[] strs) { 371 when(mResources.getStringArray(eq(resourceId)))
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
ActionAdapter.java | 552 private float getFloat(int resourceId) { 554 mContext.getResources().getValue(resourceId, buffer, true);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
TextToSpeechFragment.java | 474 private void updateEngineStatus(int resourceId) { 479 mEngineStatus.setSummary(getString(resourceId, locale.getDisplayName()));
|
/external/mesa3d/src/glx/ |
glxcurrent.c | 196 error.resourceID = resource;
|
/frameworks/base/core/java/android/app/ |
DatePickerDialog.java | 143 return outValue.resourceId;
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
uiautomator-testing.jd | 499 .packageName(CALC_PACKAGE).resourceId("two")).click(); 501 .packageName(CALC_PACKAGE).resourceId("plus")).click(); 503 .packageName(CALC_PACKAGE).resourceId("three")).click(); 505 .packageName(CALC_PACKAGE).resourceId("equals")).click();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
QSCustomizer.java | 83 getResources().getDrawable(value.resourceId, mContext.getTheme()));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 96 mContentDescriptionRes = value.resourceId;
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 120 layout = tempValue.resourceId;
|
/frameworks/support/design/src/android/support/design/widget/ |
BottomNavigationView.java | 294 getContext(), value.resourceId);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
test_group.py | 578 'Tags.member.1.ResourceId': 'sg-00000000', 583 'Tags.member.2.ResourceId': 'sg-00000000', 594 ('ResourceId', 'sg-01234567', 'resource_id'), [all...] |
/frameworks/base/docs/html/reference/android/support/test/espresso/matcher/ |
ViewMatchers.html | 1086 <a href="/reference/android/support/test/espresso/matcher/ViewMatchers.html#withContentDescription(int)">withContentDescription</a>(int resourceId) 1228 <a href="/reference/android/support/test/espresso/matcher/ViewMatchers.html#withHint(int)">withHint</a>(int resourceId) 1449 <a href="/reference/android/support/test/espresso/matcher/ViewMatchers.html#withSpinnerText(int)">withSpinnerText</a>(int resourceId) 1666 <a href="/reference/android/support/test/espresso/matcher/ViewMatchers.html#withText(int)">withText</a>(int resourceId) [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AlertController.java | 370 * to resolve the resourceId for. 372 * @return resId the resourceId of the theme-specific drawable 377 return out.resourceId; [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/ |
RequestManager.java | 412 * @param resourceId the id of the resource containing the image 414 public DrawableTypeRequest<Integer> load(Integer resourceId) { 415 return (DrawableTypeRequest<Integer>) fromResource().load(resourceId);
|
/frameworks/base/core/java/com/android/internal/app/ |
AlertController.java | 409 * to resolve the resourceId for. 411 * @return resId the resourceId of the theme-specific drawable 416 return out.resourceId; [all...] |