Home
last modified time | relevance | path

Searched refs:mInvariantDeviceProfile (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java68 private final InvariantDeviceProfile mInvariantDeviceProfile; field in LauncherAppState
88 mInvariantDeviceProfile.addOnChangeListener(idp -> refreshAndReloadLauncher()); in LauncherAppState()
138 mInvariantDeviceProfile = InvariantDeviceProfile.INSTANCE.get(context); in LauncherAppState()
140 mIconCache = new IconCache(mContext, mInvariantDeviceProfile, in LauncherAppState()
157 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
189 return mInvariantDeviceProfile; in getInvariantDeviceProfile()