HomeSort by relevance Sort by last modified time
    Searched refs:isGrayscaleIcon (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationUtils.java 41 boolean grayscale = colorUtil.isGrayscaleIcon(v.getDrawable());
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 86 public boolean isGrayscaleIcon(Bitmap bitmap) {
124 public boolean isGrayscaleIcon(Drawable d) {
129 return bd.getBitmap() != null && isGrayscaleIcon(bd.getBitmap());
133 return count > 0 && isGrayscaleIcon(ad.getFrame(0));
142 public boolean isGrayscaleIcon(Context context, Icon icon) {
148 return isGrayscaleIcon(icon.getBitmap());
150 return isGrayscaleIcon(context, icon.getResId());
163 public boolean isGrayscaleIcon(Context context, int drawableResId) {
166 return isGrayscaleIcon(context.getDrawable(drawableResId));
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 565 milliseconds