Searched defs:Custom (Results 1 – 3 of 3) sorted by relevance
| /frameworks/native/libs/gui/include/gui/ | ||
| D | LayerMetadata.h | 69 Custom = 4, enumerator |
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ | ||
| D | BubblePopupDrawable.kt | 46 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/ | ||
| D | parcelable.rs | 903 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct |