Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerMetadata.h69 Custom = 4, enumerator
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt46 class Custom(val value: Float) : ArrowPosition() in <lambda>() class in com.android.wm.shell.common.bubbles.BubblePopupDrawable.ArrowPosition
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs903 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct
905 impl Serialize for Custom { in test_custom_parcelable() implementation
914 impl Deserialize for Custom { in test_custom_parcelable() implementation