/aosp14/frameworks/base/core/proto/android/server/ |
H A D | windowmanagerservice.proto | 68 repeated WindowStateProto windows = 4 [deprecated=true]; 155 optional string focused_app_token = 8 [deprecated=true]; 162 optional bool force_status_bar = 15 [deprecated=true]; 205 optional int32 surface_size = 14 [deprecated=true]; 217 repeated TaskProto tasks = 25 [deprecated=true]; 224 optional bool can_show_ime = 32 [deprecated=true]; 288 optional bool minimized_dock = 1 [deprecated=true]; 313 repeated TaskProto tasks = 10 [deprecated=true]; 320 optional int32 display_id = 15 [deprecated=true]; 324 optional int32 min_width = 19 [deprecated=true]; [all …]
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
H A D | PeopleScreenEmpty.kt | 79 containerColor = androidColors.deprecated.colorAccentPrimary, 80 contentColor = androidColors.deprecated.textColorOnAccent, 93 color = androidColors.deprecated.colorSurface, 94 contentColor = androidColors.deprecated.textColorPrimary,
|
H A D | PeopleScreen.kt | 82 val androidColors = LocalAndroidColorScheme.current.deprecated 162 color = LocalAndroidColorScheme.current.deprecated.colorAccentPrimaryVariant, 170 color = LocalAndroidColorScheme.current.deprecated.colorBackground, 193 val androidColors = LocalAndroidColorScheme.current.deprecated
|
/aosp14/frameworks/base/core/proto/android/util/ |
H A D | common.proto | 30 optional int64 min = 1 [deprecated = true]; 32 optional int64 average = 2 [deprecated = true]; 34 optional int64 max = 3 [deprecated = true];
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ |
H A D | PlatformButtons.kt | 88 val colors = LocalAndroidColorScheme.current.deprecated 97 val colors = LocalAndroidColorScheme.current.deprecated 105 val colors = LocalAndroidColorScheme.current.deprecated
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/theme/ |
H A D | SystemUIThemeTest.kt | 44 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent) 55 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent)
|
/aosp14/frameworks/base/proto/src/ |
H A D | windowmanager.proto | 32 int32 system_ui_visibility = 8 [deprecated=true]; 35 // deprecated because original width and height are stored now instead of the scale. 36 float legacy_scale = 11 [deprecated=true];
|
H A D | ipconnectivity.proto | 109 optional NetworkId network_id = 1 [deprecated = true]; 123 repeated int32 transport_types = 4 [deprecated = true]; 137 optional string if_name = 1 [deprecated = true]; 152 optional NetworkId network_id = 1 [deprecated = true]; 170 optional NetworkId network_id = 1 [deprecated = true]; 226 optional NetworkId network_id = 1 [deprecated = true]; 230 repeated int32 event_types = 2 [deprecated = true]; 234 repeated int32 return_codes = 3 [deprecated = true]; 304 optional string if_name = 1 [deprecated = true]; 440 optional string if_name = 1 [deprecated = true]; [all …]
|
/aosp14/frameworks/base/core/proto/android/view/ |
H A D | imefocuscontroller.proto | 28 optional string served_view = 2 [deprecated = true]; 29 optional string next_served_view = 3 [deprecated = true];
|
H A D | imeinsetssourceconsumer.proto | 32 optional bool is_hide_animation_running = 4 [deprecated=true]; 33 optional bool is_show_requested_during_hide_animation = 5 [deprecated=true];
|
H A D | viewrootimpl.proto | 41 optional DisplayCutoutProto pending_display_cutout = 11 [deprecated=true];
|
/aosp14/frameworks/base/media/jni/ |
H A D | Android.bp | 119 "-Wno-error=deprecated-declarations", 156 "-Wno-error=deprecated-declarations", 214 "-Wno-error=deprecated-declarations",
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | Android.bp | 35 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent. 36 "modernize-deprecated-ios-base-aliases", 144 "-Wno-error=deprecated-declarations",
|
/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | ManifestClassGenerator_test.cpp | 85 <!-- @deprecated This permission is for playing outside. --> 136 <!-- @deprecated This permission is for playing outside. -->
|
/aosp14/frameworks/base/media/tests/audiotests/ |
H A D | Android.bp | 33 "-Wno-error=deprecated-declarations",
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | notificationmanager.proto | 70 SCREEN_OFF = 1 [deprecated = true]; 74 SCREEN_ON = 2 [deprecated = true];
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | Android.bp | 57 "-Wno-deprecated-declarations",
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | procstats.proto | 117 optional ProcessState process_state = 3 [deprecated = true]; 123 optional int64 duration_ms = 4 [deprecated = true]; 128 optional int64 realtime_duration_ms = 9 [deprecated = true]; 188 optional string assoc_package_name = 2 [deprecated = true];
|
/aosp14/frameworks/base/tests/HwAccelerationTest/jni/ |
H A D | Android.bp | 25 "-Wno-error=deprecated-declarations",
|
/aosp14/frameworks/base/core/proto/android/content/ |
H A D | locale.proto | 25 option deprecated = true;
|
H A D | configuration.proto | 35 repeated LocaleProto locales = 4 [deprecated = true];
|
/aosp14/frameworks/base/rs/jni/ |
H A D | Android.bp | 53 "-Wno-deprecated-declarations",
|
/aosp14/frameworks/base/core/proto/android/server/inputmethod/ |
H A D | inputmethodmanagerservice.proto | 34 reserved 9; // deprecated show_requested
|
/aosp14/frameworks/base/packages/CtsShim/build/ |
H A D | README | 6 NOTE: The need to include a binary on the system image may be deprecated if a
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ |
H A D | AndroidColorScheme.kt | 87 val deprecated = DeprecatedValues(context) regex
|