Home
last modified time | relevance | path

Searched refs:largeIcon (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java245 Bitmap largeIcon = getLargeIconToDisplay(contactInfo, call); in buildAndSendNotification() local
257 if (!checkForChangeAndSaveData(iconResId, content, largeIcon, contentTitle, callState, in buildAndSendNotification()
262 if (largeIcon != null) { in buildAndSendNotification()
263 largeIcon = getRoundedIcon(largeIcon); in buildAndSendNotification()
301 builder.setLargeIcon(largeIcon); in buildAndSendNotification()
385 private boolean checkForChangeAndSaveData(int icon, String content, Bitmap largeIcon, in checkForChangeAndSaveData() argument
397 || (mCallState != state) || (mSavedLargeIcon != largeIcon) in checkForChangeAndSaveData()
412 mSavedLargeIcon = largeIcon; in checkForChangeAndSaveData()
458 Bitmap largeIcon = null; in getLargeIconToDisplay() local
460 largeIcon = BitmapFactory.decodeResource(mContext.getResources(), in getLargeIconToDisplay()
[all …]
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCircleBitmapDrawable.java119 Bitmap largeIcon = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888); in toBitmap() local
120 Canvas canvas = new Canvas(largeIcon); in toBitmap()
125 return largeIcon; in toBitmap()
DCarNavExtender.java312 public CarNavExtender setLargeIcon(Bitmap largeIcon) { in setLargeIcon() argument
313 mLargeIcon = largeIcon; in setLargeIcon()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DTunerSetupActivity.java211 Bitmap largeIcon = BitmapFactory.decodeResource(resources, in sendRecommendationCard() local
222 .setLargeIcon(largeIcon) in sendRecommendationCard()