Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 45) sorted by relevance

12

/aosp14/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto68 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 DPeopleScreenEmpty.kt79 containerColor = androidColors.deprecated.colorAccentPrimary,
80 contentColor = androidColors.deprecated.textColorOnAccent,
93 color = androidColors.deprecated.colorSurface,
94 contentColor = androidColors.deprecated.textColorPrimary,
H A DPeopleScreen.kt82 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 Dcommon.proto30 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 DPlatformButtons.kt88 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 DSystemUIThemeTest.kt44 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent)
55 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent)
/aosp14/frameworks/base/proto/src/
H A Dwindowmanager.proto32 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 Dipconnectivity.proto109 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 Dimefocuscontroller.proto28 optional string served_view = 2 [deprecated = true];
29 optional string next_served_view = 3 [deprecated = true];
H A Dimeinsetssourceconsumer.proto32 optional bool is_hide_animation_running = 4 [deprecated=true];
33 optional bool is_show_requested_during_hide_animation = 5 [deprecated=true];
H A Dviewrootimpl.proto41 optional DisplayCutoutProto pending_display_cutout = 11 [deprecated=true];
/aosp14/frameworks/base/media/jni/
H A DAndroid.bp119 "-Wno-error=deprecated-declarations",
156 "-Wno-error=deprecated-declarations",
214 "-Wno-error=deprecated-declarations",
/aosp14/frameworks/base/media/jni/soundpool/
H A DAndroid.bp35 //"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 DManifestClassGenerator_test.cpp85 <!-- @deprecated This permission is for playing outside. -->
136 <!-- @deprecated This permission is for playing outside. -->
/aosp14/frameworks/base/media/tests/audiotests/
H A DAndroid.bp33 "-Wno-error=deprecated-declarations",
/aosp14/frameworks/base/core/proto/android/app/
H A Dnotificationmanager.proto70 SCREEN_OFF = 1 [deprecated = true];
74 SCREEN_ON = 2 [deprecated = true];
/aosp14/frameworks/base/cmds/bootanimation/
H A DAndroid.bp57 "-Wno-deprecated-declarations",
/aosp14/frameworks/base/core/proto/android/service/
H A Dprocstats.proto117 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 DAndroid.bp25 "-Wno-error=deprecated-declarations",
/aosp14/frameworks/base/core/proto/android/content/
H A Dlocale.proto25 option deprecated = true;
H A Dconfiguration.proto35 repeated LocaleProto locales = 4 [deprecated = true];
/aosp14/frameworks/base/rs/jni/
H A DAndroid.bp53 "-Wno-deprecated-declarations",
/aosp14/frameworks/base/core/proto/android/server/inputmethod/
H A Dinputmethodmanagerservice.proto34 reserved 9; // deprecated show_requested
/aosp14/frameworks/base/packages/CtsShim/build/
H A DREADME6 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 DAndroidColorScheme.kt87 val deprecated = DeprecatedValues(context) regex

12