Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java87 mActivity.getDeviceProfile().allowRotation); in setIgnoreAutoRotateSettings()
101 mActivity.getDeviceProfile().allowRotation); in onSharedPreferenceChanged()
109 boolean ignoreAutoRotateSettings = dp.allowRotation; in onDeviceProfileChanged()
138 public void forceAllowRotationForTesting(boolean allowRotation) { in forceAllowRotationForTesting() argument
139 mForceAllowRotationForTesting = allowRotation; in forceAllowRotationForTesting()
146 setIgnoreAutoRotateSettings(mActivity.getDeviceProfile().allowRotation); in initialize()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java68 public final boolean allowRotation; field in DeviceProfile
237 allowRotation = originalSmallestWidth >= MIN_TABLET_WIDTH; in DeviceProfile()
239 isTablet = allowRotation && info.isTablet(windowBounds); in DeviceProfile()
904 writer.println(prefix + "\tallowRotation:" + allowRotation); in dump()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DSettingsActivity.java255 if (deviceProfile.allowRotation) { in initPreference()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java165 setFlag(FLAG_MULTIPLE_ORIENTATION_SUPPORTED_BY_DENSITY, !deviceProfile.allowRotation); in setDeviceProfile()