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.java55 private final InvariantDeviceProfile mInvariantDeviceProfile; field in LauncherAppState
79 mInvariantDeviceProfile = InvariantDeviceProfile.INSTANCE.get(mContext); in LauncherAppState()
80 mIconCache = new IconCache(mContext, mInvariantDeviceProfile); in LauncherAppState()
102 mInvariantDeviceProfile.addOnChangeListener(this::onIdpChanged); in LauncherAppState()
103 new Handler().post( () -> mInvariantDeviceProfile.verifyConfigChangedInBackground(context)); in LauncherAppState()
169 return mInvariantDeviceProfile; in getInvariantDeviceProfile()