您的位置:首页 > 财经 > 金融 > 3360av发布上传_开发公司财务制度_网站seo需要用到哪些工具_新手学百度竞价要多久

3360av发布上传_开发公司财务制度_网站seo需要用到哪些工具_新手学百度竞价要多久

2024/11/15 18:38:34 来源:https://blog.csdn.net/qq_46687516/article/details/143182531  浏览:    关键词:3360av发布上传_开发公司财务制度_网站seo需要用到哪些工具_新手学百度竞价要多久
3360av发布上传_开发公司财务制度_网站seo需要用到哪些工具_新手学百度竞价要多久

vendor/mediatek/proprietary/packages/apps/Launcher3/res/
xml$launcher_preferences.xml

 <SwitchPreference
        android:key="pref_allowRotation"
        android:title="@string/allow_rotation_title"
        android:summary="@string/allow_rotation_desc"
        android:defaultValue="@bool/allow_rotation"
        android:persistent="true" />

allow_rotation = true

    android:defaultValue="true"

packages/apps/Launcher3/src/com/android/launcher3/states/RotationHelper.java

  public static boolean getAllowRotationDefaultValue(DeviceProfile deviceProfile) {
        // If the device's pixel density was scaled (usually via settings for A11y), use the
        // original dimensions to determine if rotation is allowed of not.
        //*/ def open home screen rotate.
        return true;
        /*/

        float originalSmallestWidth = dpiFromPx(
                Math.min(deviceProfile.widthPx, deviceProfile.heightPx), DENSITY_DEVICE_STABLE);
        return originalSmallestWidth >= MIN_TABLET_WIDTH;
        //*/
    }

===========================================================

packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/RecentsOrientedState.java

private void updateHomeRotationSetting() {
        //*/ device support home screen rotate.
        boolean homeRotationEnabled = true;
        /*/
        boolean homeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, false);
        //*/

        setFlag(FLAG_HOME_ROTATION_ALLOWED_IN_PREFS, homeRotationEnabled);
        SystemUiProxy.INSTANCE.get(mContext).setHomeRotationEnabled(homeRotationEnabled);
    }

    private void initFlags() {
        setFlag(FLAG_ROTATION_WATCHER_SUPPORTED, mOrientationListener.canDetectOrientation());

        // initialize external flags
        updateAutoRotateSetting();
        updateHomeRotationSetting();
    }

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com