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.java60 private final InvariantDeviceProfile mInvariantDeviceProfile; field in LauncherAppState
106 mInvariantDeviceProfile.addOnChangeListener(this::onIdpChanged); in LauncherAppState()
107 new Handler().post( () -> mInvariantDeviceProfile.verifyConfigChangedInBackground(context)); in LauncherAppState()
128 mInvariantDeviceProfile = InvariantDeviceProfile.INSTANCE.get(context); in LauncherAppState()
129 mIconCache = new IconCache(mContext, mInvariantDeviceProfile, iconCacheFileName); in LauncherAppState()
197 return mInvariantDeviceProfile; in getInvariantDeviceProfile()