Home
last modified time | relevance | path

Searched refs:appIconDrawable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java377 Drawable appIconDrawable = mMediaOutputController.getAppSourceIconFromPackage(); in refresh() local
378 if (appIconDrawable != null) { in refresh()
379 mAppResourceIcon.setImageDrawable(appIconDrawable); in refresh()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecoration.java566 final Drawable appIconDrawable = provider.getIcon(activityInfo);
569 mAppIconBitmap = headerIconFactory.createScaledBitmap(appIconDrawable, MODE_DEFAULT);
574 .createScaledBitmap(appIconDrawable, MODE_DEFAULT);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageArchiver.java1023 BitmapDrawable appIconDrawable = new BitmapDrawable(mContext.getResources(), bitmap); in includeCloudOverlay() local
1024 appIconDrawable.setColorFilter(OPACITY_LAYER_FILTER); in includeCloudOverlay()
1025 appIconDrawable.setBounds( in includeCloudOverlay()
1031 new LayerDrawable(new Drawable[]{appIconDrawable, cloudDrawable}); in includeCloudOverlay()