Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h30 struct DisplayId { struct
38 DisplayId() = default; argument
40 DisplayId& operator=(const DisplayId&) = default; argument
48 static constexpr std::optional<DisplayId> fromValue(uint64_t); argument
53 if (const auto id = Id::tryCast(DisplayId(value))) { in fromValue() argument
60 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
/frameworks/native/libs/ui/include/ui/
DDisplayId.h30 struct DisplayId { struct
38 DisplayId() = default; argument
40 DisplayId& operator=(const DisplayId&) = default; argument
48 static constexpr std::optional<DisplayId> fromValue(uint64_t); argument
53 if (const auto id = Id::tryCast(DisplayId(value))) { in fromValue() argument
60 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/qualifiers/
DDisplayId.java29 public @interface DisplayId { annotation