Searched defs:newIcon (Results 1 – 5 of 5) sorted by relevance
58 public void animateIconUpdate(Drawable newIcon) { in animateIconUpdate()
99 public FastBitmapDrawable newIcon(Context context) { in newIcon() method in BitmapInfo
316 public FastBitmapDrawable newIcon(Context context) { in newIcon() method in ClockDrawableWrapper.ClockBitmapInfo
619 Drawable newIcon = new BitmapDrawable(null /*resource*/, bitmap); in redrawIconForHeader() local
1029 private void updateIcon(Drawable newIcon) { in updateIcon()