Lines Matching refs:UIView
128 virtual bool OnKeyAct(UIView& view, const KeyEvent& event) = 0;
199 virtual bool OnVirtualDeviceEvent(UIView& view, VirtualDeviceEvent event) = 0;
248 static bool FindSubView(const UIView& parentView, const UIView* subView);
261 void DrawTop(UIView* view, const Rect& rect);
268 void MeasureView(UIView* view);
298 friend class UIView;
308 void AddInvalidateRectWithLock(Rect& rect, UIView *view);
309 void AddInvalidateRect(Rect& rect, UIView* view);
311 UIView* GetTopUIView(const Rect& rect);
323 * @param param UIView
326 bool CheckNeedRootViewTransView(UIView* curview);
328 void RemoveViewFromInvalidMap(UIView *view);
330 void OptimizeInvalidView(UIView* curview, UIView* background, List<Rect> &renderedRects);
333 std::map<UIView*, Graphic::Vector<Rect>> invalidateMap_;