Home
last modified time | relevance | path

Searched defs:DisplayState (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayState.h29 struct DisplayState { struct
35 static_assert(std::is_trivially_copyable_v<DisplayState>); argument
/frameworks/native/libs/ui/include/ui/
DDisplayState.h29 struct DisplayState { struct
35 static_assert(std::is_trivially_copyable_v<DisplayState>); argument
/frameworks/native/libs/gui/include/gui/
DLayerState.h409 struct DisplayState { struct
418 DisplayState(); argument
422 uint32_t what = 0;
423 uint32_t flags = 0;
424 sp<IBinder> token;
425 sp<IGraphicBufferProducer> surface;
427 ui::LayerStack layerStack = ui::DEFAULT_LAYER_STACK;
440 ui::Rotation orientation = ui::ROTATION_0;
441 Rect layerStackSpaceRect = Rect::EMPTY_RECT;
442 Rect orientedDisplaySpaceRect = Rect::EMPTY_RECT;
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticateOptions.java63 @interface DisplayState {} annotation
/frameworks/native/services/surfaceflinger/layerproto/
Dtransactions.proto292 message DisplayState { message
/frameworks/base/services/core/java/com/android/server/display/
DPersistentDataStore.java652 private static final class DisplayState { class in PersistentDataStore
/frameworks/native/libs/gui/tests/
DSurface_test.cpp704 const Vector<DisplayState>& /*displays*/, uint32_t /*flags*/, in setTransactionState()
785 gui::DisplayState* /*outState*/) override { in getDisplayState()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto172 enum DisplayState { enum