Searched refs:resourceId (Results 101 - 125 of 129) sorted by relevance

123456

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java534 mDescriptionResId = peekedValue.resourceId;
/frameworks/base/core/java/android/app/
H A DDialog.java175 themeResId = outValue.resourceId;
H A DSearchDialog.java116 return outValue.resourceId;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java325 mThemeWrapper = new ContextThemeWrapper(activity, typedValue.resourceId);
H A DOnboardingSupportFragment.java327 mThemeWrapper = new ContextThemeWrapper(activity, typedValue.resourceId);
H A DGuidedStepFragment.java1337 new ContextThemeWrapper(activity, typedValue.resourceId);
H A DGuidedStepSupportFragment.java1339 new ContextThemeWrapper(activity, typedValue.resourceId);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java400 return context.getResources().getColor(outValue.resourceId);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java353 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue) value);
370 outValue.resourceId = a;
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java934 layout = mTempValue.resourceId;
H A DView.java4571 final int resourceId = a.getResourceId(attr, 0);
4572 if (resourceId != 0) {
4574 context.getResources(), resourceId));
4802 final int resourceId = t.getResourceId(index, 0);
4803 if (resourceId == 0) {
4808 String resourceName = attributeMap.get(resourceId);
4811 resourceName = res.getResourceName(resourceId);
4813 resourceName = "0x" + Integer.toHexString(resourceId);
4815 attributeMap.put(resourceId, resourceName);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java916 final int targetThemeRes = outValue.resourceId;
H A DAlertController.java409 * to resolve the resourceId for.
411 * @return resId the resourceId of the theme-specific drawable
416 return out.resourceId;
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java683 mBackground = val.resourceId;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java683 mBackground = val.resourceId;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java370 * to resolve the resourceId for.
372 * @return resId the resourceId of the theme-specific drawable
377 return out.resourceId;
H A DWindowDecorActionBar.java904 final int targetThemeRes = outValue.resourceId;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java11000 * @param resourceId Id of the resource you want to remove. It is suggested to use R.id.* to
11003 public void remove(int resourceId) { argument
11007 mData.remove(resourceId);
11014 * @param resourceId Id of the resource you want to remove. It is suggested to use R.id.*
11018 public <T> T get(int resourceId) { argument
11022 return (T) mData.get(resourceId);
11029 * @param resourceId Id of the resource you want to add. It is suggested to use R.id.* to
11031 * @param data The data you want to associate with the resourceId.
11033 public void put(int resourceId, Object data) { argument
11037 mData.put(resourceId, dat
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1610 if (outValue.resourceId != 0) {
1613 actionBarTheme.applyStyle(outValue.resourceId, true);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp2080 int resourceId = bag->map.name.ident; local
2081 env->SetIntArrayRegion(array, i, 1, &resourceId);
2269 gTypedValueOffsets.mResourceId = GetFieldIDOrDie(env, typedValue, "resourceId", "I");
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt472 val resourceId = originalTag.substring(slashIndex + 1)
473 tagValue = "root.getResources().getString($packageName.R.string.$resourceId)"
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2616 public RescalableImageSpan(Context context, int resourceId, int maxwidth) { argument
2617 super(context, resourceId);
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1220 return outValue.resourceId;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java696 final int borderColor = context.getColor(typedValue.resourceId);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2807 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) {
3375 if (v != null && (outInfo.labelRes=v.resourceId) == 0) {
4425 if (v != null && v.resourceId != 0) {
4427 data.putInt(name, v.resourceId);
4558 if (v != null && (outInfo.labelRes=v.resourceId) == 0) {

Completed in 3876 milliseconds

123456