Searched defs:DisplayState (Results 1 – 7 of 7) sorted by relevance
29 struct DisplayState { struct35 static_assert(std::is_trivially_copyable_v<DisplayState>); argument
312 struct DisplayState { struct321 DisplayState(); argument325 uint32_t what = 0;326 uint32_t flags = 0;327 sp<IBinder> token;328 sp<IGraphicBufferProducer> surface;330 ui::LayerStack layerStack = ui::DEFAULT_LAYER_STACK;343 ui::Rotation orientation = ui::ROTATION_0;344 Rect layerStackSpaceRect = Rect::EMPTY_RECT;345 Rect orientedDisplaySpaceRect = Rect::EMPTY_RECT;[all …]
265 message DisplayState { message
647 private static final class DisplayState { class in PersistentDataStore
700 const Vector<DisplayState>& /*displays*/, uint32_t /*flags*/, in setTransactionState()929 gui::DisplayState* /*outState*/) override { in getDisplayState()
172 enum DisplayState { enum