Searched refs:createWithResourceAdaptiveDrawable (Results 1 – 3 of 3) sorted by relevance
298 final Icon im1 = Icon.createWithResourceAdaptiveDrawable(getContext().getPackageName(), in testWithAdaptiveIconResource_useMonochrome()315 final Icon im1 = Icon.createWithResourceAdaptiveDrawable(getContext().getPackageName(), in testWithAdaptiveIconResource_dontUseMonochrome()333 final Icon im1 = Icon.createWithResourceAdaptiveDrawable(getContext().getPackageName(), in testAdaptiveIconResource_sameAs()
376 monochromeIcon = Icon.createWithResourceAdaptiveDrawable(pkg, in getMonochromeAppIcon()
804 public static @NonNull Icon createWithResourceAdaptiveDrawable(@NonNull String resPackage, in createWithResourceAdaptiveDrawable() method in Icon