Searched refs:LiteWindow (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.h | 69 void UpdateWindowRegion(const LiteWindow* window, const Rect& rect); 70 void CalculateUpdateRegion(const ListNode<LiteWindow*>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2); 72 void DrawRegion(const ListNode<LiteWindow *>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2); 76 LiteWindow* CreateWindow(const LiteWinConfig& config, pid_t pid); 78 LiteWindow* GetWindowById(int32_t id); 79 ListNode<LiteWindow*>* GetWindowNodeById(int32_t id); 80 LiteWindow* FindTargetWindow(const RawEvent& event); 113 void SetEventData(const LiteWindow* window, const RawEvent& event) in SetEventData() 129 List<LiteWindow*> winList_;
|
H A D | lite_win.cpp | 49 LiteWindow::LiteWindow(const LiteWinConfig& config) in LiteWindow() function in OHOS::LiteWindow 57 LiteWindow::~LiteWindow() in ~LiteWindow() 77 bool LiteWindow::CreateSurface() in CreateSurface() 97 void LiteWindow::ReleaseSurface() in ReleaseSurface() 101 void LiteWindow::ResizeSurface(int16_t width, int16_t height) in ResizeSurface() 115 void LiteWindow::Update(Rect rect) in Update() 120 void LiteWindow::UpdateBackBuf() in UpdateBackBuf() 154 void LiteWindow [all...] |
H A D | lite_win.h | 30 class LiteWindow { class 33 explicit LiteWindow(const LiteWinConfig& config); 34 virtual ~LiteWindow();
|
H A D | lite_wm.cpp | 175 LiteWindow* window = GetWindowById(id); in GetSurface() 185 LiteWindow* window = GetWindowById(id); in Show() 195 LiteWindow* window = GetWindowById(id); in Hide() 243 LiteWindow* window = GetWindowById(id); in MoveTo() 252 LiteWindow* window = GetWindowById(id); in Resize() 278 LiteWindow* window = GetWindowById(id); in UpdateWindow() 284 LiteWindow* LiteWM::GetWindowById(int32_t id) in GetWindowById() 290 LiteWindow* ret = nullptr; in GetWindowById() 302 ListNode<LiteWindow*>* LiteWM::GetWindowNodeById(int32_t id) in GetWindowNodeById() 308 ListNode<LiteWindow*>* re in GetWindowNodeById() [all...] |
H A D | lite_wms.cpp | 84 LiteWindow* window = reinterpret_cast<LiteWindow*>(option.args); in SurfaceRequestHandler() 101 LiteWindow* window = LiteWM::GetInstance()->GetWindowById(id); in GetSurface() 192 LiteWindow* window = LiteWM::GetInstance()->CreateWindow(*config, pid); in CreateWindow()
|
Completed in 3 milliseconds