Searched refs:resourceId (Results 1 - 25 of 109) sorted by last modified time

12345

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java796 public void setThemeDrawableResourceId(int resourceId) { argument
797 mThemeDrawableResourceId = resourceId;
H A DBrandedFragment.java67 return inflater.inflate(found ? typedValue.resourceId : R.layout.lb_browse_title,
H A DBrandedSupportFragment.java69 return inflater.inflate(found ? typedValue.resourceId : R.layout.lb_browse_title,
H A DGuidedStepFragment.java1321 new ContextThemeWrapper(activity, typedValue.resourceId);
1323 mTheme = typedValue.resourceId;
H A DGuidedStepSupportFragment.java1323 new ContextThemeWrapper(activity, typedValue.resourceId);
1325 mTheme = typedValue.resourceId;
H A DOnboardingFragment.java325 mThemeWrapper = new ContextThemeWrapper(activity, typedValue.resourceId);
H A DOnboardingSupportFragment.java327 mThemeWrapper = 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);
H A DGuidedActionsStylist.java831 drawable = ContextCompat.getDrawable(context, typedValue.resourceId);
1221 return Float.valueOf(ctx.getResources().getString(typedValue.resourceId));
1226 return ctx.getResources().getInteger(typedValue.resourceId);
1231 return ctx.getResources().getDimensionPixelSize(typedValue.resourceId);
1238 Animator animator = AnimatorInflater.loadAnimator(ctx, typedValue.resourceId);
H A DPlaybackControlsRowPresenter.java304 return context.getResources().getColor(outValue.resourceId);
313 return context.getResources().getColor(outValue.resourceId);
H A DStreamingTextView.java98 private Bitmap getScaledBitmap(int resourceId, float scaled) { argument
99 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), resourceId);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java354 private float getFloat(int resourceId) { argument
356 getContext().getResources().getValue(resourceId, buffer, true);
/frameworks/support/v4/api24/android/support/v4/view/
H A DPointerIconCompatApi24.java33 public static Object load(Resources resources, int resourceId) { argument
34 return PointerIcon.load(resources, resourceId);
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java366 resolvedId = sTempValue.resourceId;
/frameworks/support/v4/java/android/support/v4/content/res/
H A DTypedArrayUtils.java79 if (value.resourceId != 0) {
/frameworks/support/v4/java/android/support/v4/view/
H A DPointerIconCompat.java115 Object load(Resources resources, int resourceId); argument
130 public Object load(Resources resources, int resourceId) { argument
147 public Object load(Resources resources, int resourceId) { argument
148 return PointerIconCompatApi24.load(resources, resourceId);
206 * @param resourceId The resource id.
213 public static PointerIconCompat load(Resources resources, int resourceId) { argument
214 return new PointerIconCompat(IMPL.load(resources, 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 DAlertDialog.java112 return outValue.resourceId;
227 * @param resId the resourceId of the drawable to use as the icon or 0
251 mAlert.setIcon(out.resourceId);
439 P.mIconId = out.resourceId;
H A DAppCompatDelegateImplV7.java387 if (outValue.resourceId != 0) {
388 themedContext = new ContextThemeWrapper(mContext, outValue.resourceId);
742 if (outValue.resourceId != 0) {
745 actionBarTheme.applyStyle(outValue.resourceId, true);
1244 if (outValue.resourceId != 0) {
1247 widgetTheme.applyStyle(outValue.resourceId, true);
1255 if (outValue.resourceId != 0) {
1260 widgetTheme.applyStyle(outValue.resourceId, true);
1953 if (outValue.resourceId != 0) {
1954 widgetTheme.applyStyle(outValue.resourceId, tru
[all...]
H A DAppCompatDialog.java162 themeId = outValue.resourceId;
H A DToolbarActionBar.java538 if (outValue.resourceId != 0) {
539 widgetTheme.applyStyle(outValue.resourceId, true);
544 if (outValue.resourceId != 0) {
545 widgetTheme.applyStyle(outValue.resourceId, true);
H A DWindowDecorActionBar.java899 final int targetThemeRes = outValue.resourceId;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAbsActionBarView.java65 && tv.resourceId != 0) {
66 mPopupContext = new ContextThemeWrapper(context, tv.resourceId);
H A DActivityChooserView.java312 * @param resourceId The content description resource id.
314 public void setExpandActivityOverflowButtonContentDescription(int resourceId) { argument
315 CharSequence contentDescription = getContext().getString(resourceId);
492 * @param resourceId The resource id.
494 public void setDefaultActionButtonContentDescription(int resourceId) { argument
495 mDefaultActionButtonContentDescription = resourceId;
H A DAppCompatCompoundButtonHelper.java60 final int resourceId = a.getResourceId(
62 if (resourceId != 0) {
64 mDrawableManager.getDrawable(mView.getContext(), resourceId));

Completed in 265 milliseconds

12345