Searched
full:resourceid (Results
276 -
300 of
528) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/src/com/android/settings/graph/ |
UsageGraph.java | 101 mDivider = context.getDrawable(v.resourceId); 102 mTintedDivider = context.getDrawable(v.resourceId);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackSurroundTest.java | 466 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) 469 mData = loadRawResourceShorts(resourceId); 500 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) 503 mData = loadRawResourceBytes(resourceId);
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
XPaths.java | 98 public static String resourceId(String value) {
|
/frameworks/base/core/java/android/app/ |
TimePickerDialog.java | 87 return outValue.resourceId;
|
AlertDialog.java | 28 import android.content.res.ResourceId; 219 } else if (ResourceId.isValid(themeResId)) { 225 return outValue.resourceId; 396 * @param resId the resourceId of the drawable to use as the icon or 0 415 mAlert.setIcon(out.resourceId); 454 this(context, resolveDialogTheme(context, ResourceId.ID_NULL)); 600 P.mIconId = out.resourceId; [all...] |
/frameworks/base/core/java/android/widget/ |
SuggestionsAdapter.java | 381 mUrlColor = context.getColorStateList(colorValue.resourceId); 554 int resourceId = Integer.parseInt(drawableId); 557 + "://" + mProviderContext.getPackageName() + "/" + resourceId; 564 drawable = mProviderContext.getDrawable(resourceId);
|
/frameworks/base/core/java/com/android/internal/app/ |
HeavyWeightSwitcherActivity.java | 90 out.resourceId);
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
UiBot.java | 121 UiObject uiObject = mDevice.findObject(new UiSelector().resourceId(id));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
StatusBarIconController.java | 43 public void setIcon(String slot, int resourceId, CharSequence contentDescription);
|
/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 79 Reference::Reference(const ResourceId& i, Type type) 82 Reference::Reference(const ResourceNameRef& n, const ResourceId& i) 96 const ResourceId resid = id.value_or_default(ResourceId(0));
|
/frameworks/base/tools/aapt2/flatten/ |
TableFlattener.cpp | 88 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE)); 94 Reference key = Reference(ResourceId(ResTable_map::ATTR_MIN)); 101 Reference key = Reference(ResourceId(ResTable_map::ATTR_MAX)); 151 ResourceId q;
|
/frameworks/support/design/src/android/support/design/widget/ |
BottomSheetDialog.java | 206 themeId = outValue.resourceId;
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
DetailsParallaxDrawable.java | 132 return context.getResources().getColor(outValue.resourceId);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDialog.java | 168 themeId = outValue.resourceId;
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SuggestionsAdapter.java | 339 mUrlColor = mContext.getResources().getColorStateList(colorValue.resourceId); 511 int resourceId = Integer.parseInt(drawableId); 514 + "://" + mProviderContext.getPackageName() + "/" + resourceId; 521 drawable = ContextCompat.getDrawable(mProviderContext, resourceId);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
SwitchCompatUtils.java | 112 return context.getResources().getColor(typedValue.resourceId);
|
/packages/apps/PackageInstaller/src/android/support/wearable/view/ |
AcceptDenyDialog.java | 113 * @param resId the resourceId of the drawable to use as the icon or 0 if you don't want an icon.
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
Utils.java | 118 icon.setTint(context.getColor(typedValue.resourceId));
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryDetail.java | 61 int accentColor = getContext().getColor(value.resourceId);
|
/test/vts/utils/python/build/api/ |
artifact_fetcher.py | 119 resourceId=resource_id)
|
/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...] |
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/ |
aws-java-sdk-applicationautoscaling-1.11.18.jar | |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
CannedFillResponse.java | 235 * Sets the required savable ids based on they {@code resourceId}. 249 * Sets the optional savable ids based on they {@code resourceId}.
|
/cts/tests/tests/print/src/android/print/cts/ |
PrintServicesTest.java | 397 .findObject(new UiSelector().resourceId( 618 UiObject moreInfoButton = getUiDevice().findObject(new UiSelector().resourceId(
|
/external/python/cpython2/Mac/Modules/menu/ |
_Menumodule.c | [all...] |
Completed in 6934 milliseconds
<<11121314151617181920>>