Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/property_cache/test/resources/
DCustom.java26 public class Custom { class
30 public Custom() { in Custom() method in Custom
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/
DColorsModel.kt68 data class Custom(val backgroundColorInt: Int, val primaryTextColorInt: Int) : ColorsModel { in background() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/shared/model/
DQSTileState.kt109 data class Custom(val icon: Icon) : SideViewIcon dataClass
/frameworks/native/libs/gui/include/gui/
DLayerMetadata.h73 Custom = 4, enumerator
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/material/
DButton.kt140 public data class Custom(val customIconSize: Dp, val customTapTargetSize: Dp) : class in com.google.android.horologist.compose.material.ButtonSize
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DBubblePopupDrawable.kt46 class Custom(val value: Float) : ArrowPosition() in <lambda>() class in com.android.wm.shell.shared.bubbles.BubblePopupDrawable.ArrowPosition
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs1193 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct
1195 impl Serialize for Custom { in test_custom_parcelable() implementation
1204 impl Deserialize for Custom { in test_custom_parcelable() implementation