Home
last modified time | relevance | path

Searched defs:proxyFlag (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dscroll_bar_model_impl.cpp39 void ScrollBarModelImpl::Create(const RefPtr<ScrollProxy>& proxy, bool infoflag, bool proxyFlag, in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_model_ng.cpp36 void ScrollBarModelNG::Create(const RefPtr<ScrollProxy>& proxy, bool infoflag, bool proxyFlag, in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/scroll_bar/
Djs_scroll_bar.cpp69 bool proxyFlag = false; in Create() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
Dscroll_bar_test_ng.cpp107 void ScrollBarTestNg::CreateScrollBarWithoutChild(bool infoFlag, bool proxyFlag, int directionValue… in CreateScrollBarWithoutChild()
117 …bool infoFlag, bool proxyFlag, int directionValue, int stateValue, const LayoutConstraintF& layout… in CreateScrollBar()