Home
last modified time | relevance | path

Searched defs:Values (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/row/
DNotificationRowPrimitives.kt66 object Values { object
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h56 ValueList Values; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h56 ValueList Values; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h59 ValueList Values; variable
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt56 private data class Values(val int: Int, val float: Float, val dp: Dp, val color: Color) class in com.android.compose.animation.scene.AnimatedSharedAsStateTest
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt110 object Values { in <lambda>() object
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3248 using Values = SurfaceFlingerProperties::primary_display_orientation_values; in getPhysicalDisplayOrientation() typedef