Searched refs:getDrawable (Results 151 - 175 of 460) sorted by relevance

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsPresenterSelectionActivity.java79 Drawable icon = getActivity().getResources().getDrawable(R.drawable.ic_main_icon);
H A DNewDetailsFragment.java133 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(), R.drawable.ic_title,
147 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable(
169 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
293 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DNewDetailsSupportFragment.java136 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(), R.drawable.ic_title,
150 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable(
172 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
296 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DVerticalGridFragment.java55 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DVerticalGridSupportFragment.java58 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(),
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java112 tv, ContextCompat.getDrawable(getContext(), android.R.drawable.gallery_thumb));
H A DFragmentCustomAnimationSupport.java126 ContextCompat.getDrawable(getContext(), android.R.drawable.gallery_thumb));
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsPresenterSelectionActivity.java79 Drawable icon = getActivity().getResources().getDrawable(R.drawable.ic_main_icon);
H A DNewDetailsFragment.java133 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(), R.drawable.ic_title,
147 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable(
169 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
293 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DNewDetailsSupportFragment.java136 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(), R.drawable.ic_title,
150 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable(
172 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
296 dor.setImageDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DVerticalGridFragment.java55 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(),
H A DVerticalGridSupportFragment.java58 setBadgeDrawable(ResourcesCompat.getDrawable(context.getResources(),
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java73 Drawable drawable = mIconView.getDrawable();
H A DNonOverlappingLinearLayoutWithForeground.java56 Drawable d = a.getDrawable(0);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java95 final Drawable result = a.getDrawable(0);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCheckBox.java75 setButtonDrawable(AppCompatResources.getDrawable(getContext(), resId));
H A DAppCompatCompoundButtonHelper.java63 AppCompatResources.getDrawable(mView.getContext(), resourceId));
H A DAppCompatRadioButton.java75 setButtonDrawable(AppCompatResources.getDrawable(getContext(), resId));
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java248 Drawable dr = pm.getDrawable(packageName, banner, getApplicationInfo());
299 Drawable d = pm.getDrawable(packageName, logo, getApplicationInfo());
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java85 Drawable drawable = imageView.getDrawable();
170 Drawable drawable = imageView.getDrawable();
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java89 getDrawable(com.android.internal.R.drawable.platlogo),
107 final Drawable overlay = getDrawable(
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java104 if (getDrawable() == null && (mState.mThemeAttrs == null
145 final Drawable d = getDrawable();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java97 mFrictionSld = frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null;
123 mFrictionSld = frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null;
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java87 abstract public Drawable getDrawable(Context context); method in class:QSTile.Icon
90 return getDrawable(context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java90 && iv.getDrawable() != null;
92 ? shouldAnimate ? state.icon.getDrawable(mContext)

Completed in 296 milliseconds

1234567891011>>