Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4dba092 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9892340 from 65ac592f to tm-qpr3-release

Change-Id: I8e050370ff70d85f83738f68efbd7f3db2100493
parents ecc279a5 65ac592f
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!-- Applies to large tablet screens portrait -->
<resources>
    <!-- Taskbar -->
    <!-- Align the Taskbar to the start (Left/Right) of the device when 3 button nav is enabled. -->
    <bool name="start_align_taskbar">true</bool>
</resources>
 No newline at end of file
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!-- Applies to large tablet screens landscape -->
<resources>
    <!-- Taskbar -->
    <!-- Align the Taskbar to the start (Left/Right) of the device when 3 button nav is enabled. -->
    <bool name="start_align_taskbar">false</bool>
</resources>
 No newline at end of file
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!-- Applies to large tablet screens portrait -->
<resources>
    <!-- Taskbar -->
    <!-- Align the Taskbar to the start (Left/Right) of the device when 3 button nav is enabled. -->
    <bool name="start_align_taskbar">true</bool>
</resources>
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@

    <string name="setup_wizard_pkg" translatable="false" />

    <!-- Taskbar -->
    <!-- Align the Taskbar to the start (Left/Right) of the device when 3 button nav is enabled. -->
    <bool name="start_align_taskbar">false</bool>

    <!-- This is a float because it is converted to dp later in DeviceProfile -->
    <item name="taskbar_icon_size" type="dimen" format="float">44</item>
</resources>
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ public class StashedHandleViewController implements TaskbarControllers.LoggableT
    public static final int ALPHA_INDEX_STASHED = 0;
    public static final int ALPHA_INDEX_HOME_DISABLED = 1;
    public static final int ALPHA_INDEX_ASSISTANT_INVOKED = 2;
    private static final int NUM_ALPHA_CHANNELS = 3;
    public static final int ALPHA_INDEX_HIDDEN_WHILE_DREAMING = 3;
    private static final int NUM_ALPHA_CHANNELS = 4;

    /**
     * The SharedPreferences key for whether the stashed handle region is dark.
Loading