Home
last modified time | relevance | path

Searched refs:isScrollable (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp103 bool isScrollable = false; in CalculateMainScrollExtent() local
107 isScrollable = true; in CalculateMainScrollExtent()
112 isScrollable = true; in CalculateMainScrollExtent()
117 if (!isScrollable) { in CalculateMainScrollExtent()
138 scrollBar_->SetScrollable(isScrollable); in CalculateMainScrollExtent()
140 if (!isScrollable && barController) { in CalculateMainScrollExtent()
145 return isScrollable; in CalculateMainScrollExtent()
262 bool isScrollable = CalculateMainScrollExtent(itemSize); in PerformLayout() local
271 if (isScrollable) { in PerformLayout()
H A Drender_multi_child_scroll.cpp99 bool isScrollable = false; in CalculateMainScrollExtent() local
105 isScrollable = true; in CalculateMainScrollExtent()
112 isScrollable = true; in CalculateMainScrollExtent()
117 if (!isScrollable) { in CalculateMainScrollExtent()
147 return isScrollable; in CalculateMainScrollExtent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.h132 void SetScrollable(bool isScrollable) in SetScrollable() argument
134 isScrollable_ = isScrollable; in SetScrollable()
H A Dscroll_bar.cpp939 void ScrollBar::SetScrollable(bool isScrollable) in SetScrollable() argument
941 CHECK_NULL_VOID(isScrollable_ != isScrollable); in SetScrollable()
942 isScrollable_ = isScrollable; in SetScrollable()
H A Dscroll_bar.h358 void SetScrollable(bool isScrollable);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_tab_ffi.cpp129 void FfiOHOSAceFrameworkTabsSetScrollable(bool isScrollable) in FfiOHOSAceFrameworkTabsSetScrollable() argument
131 TabsModel::GetInstance()->SetScrollable(isScrollable); in FfiOHOSAceFrameworkTabsSetScrollable()
H A Dcj_tab_ffi.h64 CJ_EXPORT void FfiOHOSAceFrameworkTabsSetScrollable(bool isScrollable);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h211 void SetScrollable(bool isScrollable) in SetScrollable() argument
213 isScrollable_ = isScrollable; in SetScrollable()
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-unitest.md9 |新增|NA|方法名 or 属性名:isScrollable<br>函数:isScrollable(): Promise<boolean>;|@ohos.uitest.d.ts|
39 |新增|NA|模块名: ohos.uitest<br>类名: Component<br>方法名 or 属性名:isScrollable|@ohos.uitest.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-unitest.md26 | ohos.uitest | UiComponent | isScrollable():Promise\<bool>; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-unitest.md26 | ohos.uitest | UiComponent | isScrollable():Promise\<bool>; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md26 |删除|类名:UiComponent;<br>方法or属性:isScrollable():Promise\<bool>;|NA|@ohos.uitest.d.ts|
73 |新增|NA|类名:UiComponent;<br>方法or属性:isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
74 |新增|NA|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h593 bool isScrollable = !(IsAtBottom() && IsAtTop() && !GetAlwaysEnabled()); in SetAnimateCanOverScroll() local
594 animateCanOverScroll_ = isScrollable && animateCanOverScroll; in SetAnimateCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1177 bool isScrollable = false; in CalculateWholeSize() local
1179 isScrollable = true; in CalculateWholeSize()
1182 scrollBar_->SetScrollable(isScrollable); in CalculateWholeSize()
1184 if (!isScrollable) { in CalculateWholeSize()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-unitest.md61 |跨平台能力有变化|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法o…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-unitest.md9 |Added|NA|Method or attribute name: isScrollable<br>Function name: isScrollable(): Promise<boolean>…
39 …me: ohos.uitest<br>Class name: Component<br>Method or attribute name: isScrollable|@ohos.uitest.d.…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md26 |Deleted|Class name: UiComponent;<br>Method or attribute name: isScrollable():Promise\<bool>;|NA|@o…
73 |Added|NA|Class name: UiComponent;<br>Method or attribute name: isScrollable(): Promise\<boolean>;|…
74 |Added|NA|Class name: Component;<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@o…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/
H A Djs-apis-uitest.md1227 ### isScrollable<sup>9+</sup>
1229 isScrollable(): Promise\<boolean>
1259 if(await scrollBar.isScrollable()) {
4382 ### isScrollable<sup>(deprecated)</sup>
4384 isScrollable(): Promise\<boolean>
4388 从API version 9开始不再维护,建议使用[isScrollable<sup>9+</sup>](#isscrollable9)。
4405 if(await scrollBar.isScrollable()) {
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-unitest.md29 |新增|NA|模块名: ohos.UiTest<br>类名: UiComponent<br>方法 or 属性: isScrollable(): Promise\<boolean>;|@ohos.Ui…
103 |新增|NA|模块名: ohos.UiTest<br>类名: Component<br>方法 or 属性: isScrollable(): Promise\<boolean>;|@ohos.UiTe…
192 |删除|模块名: ohos.uitest<br>类名: UiComponent<br>方法 or 属性:isScrollable(): Promise\<boolean>;|NA|@ohos.uit…
266 |删除|模块名: ohos.uitest<br>类名: Component<br>方法 or 属性:isScrollable(): Promise\<boolean>;|NA|@ohos.uites…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-unitest.md61 …ibute name: isScrollable(): Promise\<boolean>;<br>Old version information: |Class name: Component;…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-unitest.md30 |新增|NA|模块名: ohos.uitest<br>类名: Component<br>方法名 or 属性名:isScrollable|@ohos.uitest.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-unitest.md29 …: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isScrollable(): Promise\<boo…
103 …me: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isScrollable(): Promise\<boo…
192 …: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isScrollable(): Promise\<boo…
266 …me: ohos.uitest<br>Class name: Component<br>Method or attribute name: isScrollable(): Promise\<boo…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-unitest.md30 …me: ohos.uitest<br>Class name: Component<br>Method or attribute name: isScrollable|@ohos.uitest.d.…
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/
H A Djs-apis-uitest.md1227 ### isScrollable<sup>9+</sup>
1229 isScrollable(): Promise\<boolean>
1259 if(await scrollBar.isScrollable()) {
4382 ### isScrollable<sup>(deprecated)</sup>
4384 isScrollable(): Promise\<boolean>
4388 This API is deprecated since API version 9. You are advised to use [isScrollable<sup>9+</sup>](#iss…
4405 if(await scrollBar.isScrollable()) {
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4455 bool isScrollable = webviewController->GetScrollable(); in GetScrollable() local
4456 NAPI_CALL(env, napi_get_boolean(env, isScrollable, &result)); in GetScrollable()