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

Commit 3e568ad3 authored by Todd Lee's avatar Todd Lee
Browse files

Add required resources for bluechip/m3

Bug: b/311766178
Test: m update api
Change-Id: I7615e52ca0d33180f92a4771d0618f36bbe7571c
parent c3c62274
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -2005,6 +2005,19 @@ package android {
    field public static final int system_control_highlight_light = 17170558; // 0x106007e
    field public static final int system_control_normal_dark = 17170600; // 0x10600a8
    field public static final int system_control_normal_light = 17170557; // 0x106007d
    field public static final int system_error_0;
    field public static final int system_error_10;
    field public static final int system_error_100;
    field public static final int system_error_1000;
    field public static final int system_error_200;
    field public static final int system_error_300;
    field public static final int system_error_400;
    field public static final int system_error_50;
    field public static final int system_error_500;
    field public static final int system_error_600;
    field public static final int system_error_700;
    field public static final int system_error_800;
    field public static final int system_error_900;
    field public static final int system_error_container_dark = 17170597; // 0x10600a5
    field public static final int system_error_container_light = 17170554; // 0x106007a
    field public static final int system_error_dark = 17170595; // 0x10600a3
@@ -2054,6 +2067,7 @@ package android {
    field public static final int system_on_secondary_fixed_variant = 17170619; // 0x10600bb
    field public static final int system_on_secondary_light = 17170533; // 0x1060065
    field public static final int system_on_surface_dark = 17170584; // 0x1060098
    field public static final int system_on_surface_disabled;
    field public static final int system_on_surface_light = 17170541; // 0x106006d
    field public static final int system_on_surface_variant_dark = 17170593; // 0x10600a1
    field public static final int system_on_surface_variant_light = 17170550; // 0x1060076
@@ -2064,6 +2078,7 @@ package android {
    field public static final int system_on_tertiary_fixed_variant = 17170623; // 0x10600bf
    field public static final int system_on_tertiary_light = 17170537; // 0x1060069
    field public static final int system_outline_dark = 17170594; // 0x10600a2
    field public static final int system_outline_disabled;
    field public static final int system_outline_light = 17170551; // 0x1060077
    field public static final int system_outline_variant_dark = 17170625; // 0x10600c1
    field public static final int system_outline_variant_light = 17170624; // 0x10600c0
@@ -2104,6 +2119,7 @@ package android {
    field public static final int system_surface_dark = 17170583; // 0x1060097
    field public static final int system_surface_dim_dark = 17170591; // 0x106009f
    field public static final int system_surface_dim_light = 17170548; // 0x1060074
    field public static final int system_surface_disabled;
    field public static final int system_surface_light = 17170540; // 0x106006c
    field public static final int system_surface_variant_dark = 17170592; // 0x10600a0
    field public static final int system_surface_variant_light = 17170549; // 0x1060075
@@ -2140,6 +2156,11 @@ package android {
    field public static final int notification_large_icon_width = 17104901; // 0x1050005
    field public static final int system_app_widget_background_radius = 17104904; // 0x1050008
    field public static final int system_app_widget_inner_radius = 17104905; // 0x1050009
    field public static final int system_corner_radius_large;
    field public static final int system_corner_radius_medium;
    field public static final int system_corner_radius_small;
    field public static final int system_corner_radius_xlarge;
    field public static final int system_corner_radius_xsmall;
    field public static final int thumbnail_height = 17104897; // 0x1050001
    field public static final int thumbnail_width = 17104898; // 0x1050002
  }
+60 −0
Original line number Diff line number Diff line
@@ -1093,6 +1093,66 @@ Todo: android.provider.ContactsContract.RawContacts#newEntityIterator(android.da
    Documentation mentions 'TODO'


UnflaggedApi: android.R.color#on_surface_disabled_material:
    New API must be flagged with @FlaggedApi: field android.R.color.on_surface_disabled_material
UnflaggedApi: android.R.color#outline_disabled_material:
    New API must be flagged with @FlaggedApi: field android.R.color.outline_disabled_material
UnflaggedApi: android.R.color#surface_disabled_material:
    New API must be flagged with @FlaggedApi: field android.R.color.surface_disabled_material
UnflaggedApi: android.R.color#system_error_0:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_0
UnflaggedApi: android.R.color#system_error_10:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_10
UnflaggedApi: android.R.color#system_error_100:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_100
UnflaggedApi: android.R.color#system_error_1000:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_1000
UnflaggedApi: android.R.color#system_error_200:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_200
UnflaggedApi: android.R.color#system_error_300:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_300
UnflaggedApi: android.R.color#system_error_400:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_400
UnflaggedApi: android.R.color#system_error_50:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_50
UnflaggedApi: android.R.color#system_error_500:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_500
UnflaggedApi: android.R.color#system_error_600:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_600
UnflaggedApi: android.R.color#system_error_700:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_700
UnflaggedApi: android.R.color#system_error_800:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_800
UnflaggedApi: android.R.color#system_error_900:
    New API must be flagged with @FlaggedApi: field android.R.color.system_error_900
UnflaggedApi: android.R.color#system_on_surface_disabled:
    New API must be flagged with @FlaggedApi: field android.R.color.system_on_surface_disabled
UnflaggedApi: android.R.color#system_on_surface_disabled_dark:
    New API must be flagged with @FlaggedApi: field android.R.color.system_on_surface_disabled_dark
UnflaggedApi: android.R.color#system_on_surface_disabled_light:
    New API must be flagged with @FlaggedApi: field android.R.color.system_on_surface_disabled_light
UnflaggedApi: android.R.color#system_outline_disabled:
    New API must be flagged with @FlaggedApi: field android.R.color.system_outline_disabled
UnflaggedApi: android.R.color#system_outline_disabled_dark:
    New API must be flagged with @FlaggedApi: field android.R.color.system_outline_disabled_dark
UnflaggedApi: android.R.color#system_outline_disabled_light:
    New API must be flagged with @FlaggedApi: field android.R.color.system_outline_disabled_light
UnflaggedApi: android.R.color#system_surface_disabled:
    New API must be flagged with @FlaggedApi: field android.R.color.system_surface_disabled
UnflaggedApi: android.R.color#system_surface_disabled_dark:
    New API must be flagged with @FlaggedApi: field android.R.color.system_surface_disabled_dark
UnflaggedApi: android.R.color#system_surface_disabled_light:
    New API must be flagged with @FlaggedApi: field android.R.color.system_surface_disabled_light
UnflaggedApi: android.R.dimen#system_corner_radius_large:
    New API must be flagged with @FlaggedApi: field android.R.dimen.system_corner_radius_large
UnflaggedApi: android.R.dimen#system_corner_radius_medium:
    New API must be flagged with @FlaggedApi: field android.R.dimen.system_corner_radius_medium
UnflaggedApi: android.R.dimen#system_corner_radius_small:
    New API must be flagged with @FlaggedApi: field android.R.dimen.system_corner_radius_small
UnflaggedApi: android.R.dimen#system_corner_radius_xlarge:
    New API must be flagged with @FlaggedApi: field android.R.dimen.system_corner_radius_xlarge
UnflaggedApi: android.R.dimen#system_corner_radius_xsmall:
    New API must be flagged with @FlaggedApi: field android.R.dimen.system_corner_radius_xsmall
UnflaggedApi: android.accessibilityservice.AccessibilityService#OVERLAY_RESULT_INTERNAL_ERROR:
    New API must be flagged with @FlaggedApi: field android.accessibilityservice.AccessibilityService.OVERLAY_RESULT_INTERNAL_ERROR
UnflaggedApi: android.accessibilityservice.AccessibilityService#OVERLAY_RESULT_INVALID:
+20 −0
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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="?attr/materialColorOnSurface"
          android:alpha="?attr/disabledAlpha" />
</selector>
+20 −0
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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="?attr/materialColorOutline"
          android:alpha="?attr/disabledAlpha" />
</selector>
+20 −0
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.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="?attr/materialColorSurface"
          android:alpha="?attr/disabledAlpha" />
</selector>
Loading