Home
last modified time | relevance | path

Searched defs:fillResIconDpi (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DIconFactory.java64 private IconFactory(Context context, int fillResIconDpi, int iconBitmapSize, int poolId) { in IconFactory()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java90 private LauncherIcons(Context context, int fillResIconDpi, int iconBitmapSize, int poolId, in LauncherIcons()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java54 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory()
69 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java103 public int fillResIconDpi; field in InvariantDeviceProfile