Searched refs:mStableDeviceProfile (Results 1 – 1 of 1) sorted by relevance
294 private DeviceProfile mStableDeviceProfile; field in Launcher454 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()