HomeSort by relevance Sort by last modified time
    Searched refs:resourceId (Results 176 - 200 of 380) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
UsageGraph.java 94 mDivider = context.getDrawable(v.resourceId);
95 mTintedDivider = context.getDrawable(v.resourceId);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningActivity.java 119 public void showErrorAndClose(int resourceId, String logText) {
123 .setMessage(resourceId)
  /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/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/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 220 public void setIcon(String slot, int resourceId, CharSequence contentDescription) {
225 Icon.createWithResource(mContext, resourceId), 0, 0, contentDescription);
228 icon.icon = Icon.createWithResource(mContext, resourceId);
  /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);
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 348 private AttributeSet getAttributeSet(int resourceId) {
350 resourceId);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 105 private Button setupButton(int resourceId) {
106 Button button = (Button) findViewById(resourceId);
  /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);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 88 public View inflateView(Context context, int resourceId, View parent) {
89 return inflateView(context, resourceExtractor.getResourceName(resourceId), parent);
  /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/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 328 void displayError(int resourceId) {
331 setText(resourceId);
  /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/widget/picker/
Picker.java 363 private float getFloat(@DimenRes int resourceId) {
365 mContext.getResources().getValue(resourceId, buffer, true);
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
CapturedActivity.java 107 UiSelector acceptButtonSelector = new UiSelector().resourceId("android:id/button1");
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 183 textView.setBackgroundResource(outValue.resourceId);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);

Completed in 934 milliseconds

1 2 3 4 5 6 78 91011>>