HomeSort by relevance Sort by last modified time
    Searched defs:getShadowBitmap (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/util/
LauncherIcons.java 57 Bitmap shadow = getShadowBitmap((AdaptiveIconDrawable) drawable);
61 private Bitmap getShadowBitmap(AdaptiveIconDrawable d) {
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
PreloadIconDrawable.java 136 mShadowBitmap = getShadowBitmap(bounds.width(), bounds.height(),
144 private Bitmap getShadowBitmap(int width, int height, float shadowRadius) {

Completed in 70 milliseconds