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.java78 private final InvariantDeviceProfile mInvariantDeviceProfile; field in LauncherAppState
99 mInvariantDeviceProfile.addOnChangeListener(modelPropertiesChanged -> { in LauncherAppState()
181 mInvariantDeviceProfile = InvariantDeviceProfile.INSTANCE.get(context); in LauncherAppState()
183 mIconCache = new IconCache(mContext, mInvariantDeviceProfile, in LauncherAppState()
213 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
238 return mInvariantDeviceProfile; in getInvariantDeviceProfile()