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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java49 private final InvariantDeviceProfile mInvariantDeviceProfile; field in class:LauncherAppState
93 mInvariantDeviceProfile = new InvariantDeviceProfile(mContext);
94 mIconCache = new IconCache(mContext, mInvariantDeviceProfile);
153 return mInvariantDeviceProfile;

Completed in 125 milliseconds