Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java294 private DeviceProfile mStableDeviceProfile; field in Launcher
454 mRotationMode = mStableDeviceProfile == null in reapplyUi()
517 mStableDeviceProfile = mDeviceProfile.inv.portraitProfile; in initDeviceProfile()
520 mStableDeviceProfile = null; in initDeviceProfile()
531 if (mStableDeviceProfile != null) { in updateInsets()
532 Rect r = mStableDeviceProfile.getInsets(); in updateInsets()
534 mStableDeviceProfile.updateInsets(r); in updateInsets()
550 return mStableDeviceProfile == null ? mDeviceProfile : mStableDeviceProfile; in getWallpaperDeviceProfile()