Searched refs:getMonochrome (Results 1 – 12 of 12) sorted by relevance
47 if (context.useThemedIcon() && thisDrawable.getMonochrome() != null) { in draw()49 createThemedVersionFromMonochrome(thisDrawable.getMonochrome(), res); in draw()
135 if (aid.getMonochrome() == null) { in getIconWithOverrides()181 if (aid.getMonochrome() != null) { in loadCalendarDrawable()
126 public Drawable getMonochrome() { in getMonochrome() method in ClockDrawableWrapper206 if (ATLEAST_T && aid.getMonochrome() instanceof LayerDrawable) { in forExtras()208 new ColorDrawable(Color.WHITE), aid.getMonochrome().mutate())); in forExtras()
242 Drawable mono = base.getMonochrome(); in getMonochromeDrawable()
375 if (((AdaptiveIconDrawable) appIcon).getMonochrome() != null) { in getMonochromeAppIcon()
397 Drawable monochromeDrawable = ((AdaptiveIconDrawable) drawable).getMonochrome(); in crateMonochromeDrawable()
316 public Drawable getMonochrome() { in getMonochrome() method in AdaptiveIconDrawable
547 Drawable monochrome = ((AdaptiveIconDrawable) appIcon).getMonochrome(); in maybeGetMonochromeAppIcon()
320 .getMonochrome(); in testWithAdaptiveIconResource_dontUseMonochrome()
1321 when(adaptiveIcon.getMonochrome()).thenReturn(monochromeIcon); in testMonochromeAppIcon_adaptiveIconExists()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17319 method @Nullable public android.graphics.drawable.Drawable getMonochrome();