Searched refs:ScrollLayer (Results 1 – 4 of 4) sorted by relevance
25 ScrollLayer::ScrollLayer() : scroll_(nullptr), pageRootView_(nullptr) {} in ScrollLayer() function in OHOS::ACELite::ScrollLayer27 ScrollLayer::~ScrollLayer() in ~ScrollLayer()38 UIScrollView *ScrollLayer::AddScrollLayer(UIView &view) const in AddScrollLayer()56 void ScrollLayer::AppendScrollLayer(Component *rootComponent) in AppendScrollLayer()81 void ScrollLayer::Hide() const in Hide()92 void ScrollLayer::DetachFromRootView() const in DetachFromRootView()104 void ScrollLayer::Show() const in Show()
26 class ScrollLayer final : public MemoryHeap {28 ACE_DISALLOW_COPY_AND_MOVE(ScrollLayer);29 ScrollLayer();30 ~ScrollLayer();
107 ScrollLayer *scrollLayer_;
358 scrollLayer_ = new ScrollLayer(); in RenderPage()