Searched refs:allowRotation (Results 1 – 4 of 4) sorted by relevance
87 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() argument139 mForceAllowRotationForTesting = allowRotation; in forceAllowRotationForTesting()146 setIgnoreAutoRotateSettings(mActivity.getDeviceProfile().allowRotation); in initialize()
68 public final boolean allowRotation; field in DeviceProfile237 allowRotation = originalSmallestWidth >= MIN_TABLET_WIDTH; in DeviceProfile()239 isTablet = allowRotation && info.isTablet(windowBounds); in DeviceProfile()904 writer.println(prefix + "\tallowRotation:" + allowRotation); in dump()
255 if (deviceProfile.allowRotation) { in initPreference()
165 setFlag(FLAG_MULTIPLE_ORIENTATION_SUPPORTED_BY_DENSITY, !deviceProfile.allowRotation); in setDeviceProfile()