Lines Matching defs:WindowImpl
22 WindowImpl::WindowImpl() : rootView_(nullptr), iWindow_(nullptr), isShow_(false), gfxAlloc_({}) {}
24 WindowImpl::~WindowImpl() {}
26 bool WindowImpl::Create(const WindowConfig& config)
45 void WindowImpl::Destroy()
54 void WindowImpl::AddToDisplay()
60 void WindowImpl::RemoveFromDisplay()
66 void WindowImpl::BindRootView(RootView* rootView)
77 void WindowImpl::UnbindRootView()
86 RootView* WindowImpl::GetRootView()
91 Rect WindowImpl::GetRect()
96 void WindowImpl::Show()
109 void WindowImpl::Hide()
121 void WindowImpl::MoveTo(int16_t x, int16_t y)
130 void WindowImpl::Resize(int16_t width, int16_t height)
148 void WindowImpl::RaiseToTop()
156 void WindowImpl::LowerToBottom()
164 void WindowImpl::Render()
178 void WindowImpl::Update()
186 int32_t WindowImpl::GetWindowId()
196 void WindowImpl::Flush()
209 void WindowImpl::UpdateHalDisplayBuffer()
221 BufferInfo* WindowImpl::GetBufferInfo()