Searched defs:DisplayState (Results 1 – 8 of 8) sorted by relevance
29 struct DisplayState { struct35 static_assert(std::is_trivially_copyable_v<DisplayState>); argument
409 struct DisplayState { struct418 DisplayState(); argument422 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 …]
63 @interface DisplayState {} annotation
292 message DisplayState { message
652 private static final class DisplayState { class in PersistentDataStore
704 const Vector<DisplayState>& /*displays*/, uint32_t /*flags*/, in setTransactionState()785 gui::DisplayState* /*outState*/) override { in getDisplayState()
172 enum DisplayState { enum