/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_single_child_scroll.cpp | 103 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 D | render_multi_child_scroll.cpp | 99 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 D | scroll_bar_overlay_modifier.h | 132 void SetScrollable(bool isScrollable) in SetScrollable() argument 134 isScrollable_ = isScrollable; in SetScrollable()
|
H A D | scroll_bar.cpp | 939 void ScrollBar::SetScrollable(bool isScrollable) in SetScrollable() argument 941 CHECK_NULL_VOID(isScrollable_ != isScrollable); in SetScrollable() 942 isScrollable_ = isScrollable; in SetScrollable()
|
H A D | scroll_bar.h | 358 void SetScrollable(bool isScrollable);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_tab_ffi.cpp | 129 void FfiOHOSAceFrameworkTabsSetScrollable(bool isScrollable) in FfiOHOSAceFrameworkTabsSetScrollable() argument 131 TabsModel::GetInstance()->SetScrollable(isScrollable); in FfiOHOSAceFrameworkTabsSetScrollable()
|
H A D | cj_tab_ffi.h | 64 CJ_EXPORT void FfiOHOSAceFrameworkTabsSetScrollable(bool isScrollable);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 211 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 D | js-apidiff-unitest.md | 9 |新增|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 D | js-apidiff-unitest.md | 26 | ohos.uitest | UiComponent | isScrollable():Promise\<bool>; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-unitest.md | 26 | ohos.uitest | UiComponent | isScrollable():Promise\<bool>; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-unitest.md | 26 |删除|类名: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 D | scrollable_pattern.h | 593 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 D | render_grid_scroll.cpp | 1177 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 D | js-apidiff-unitest.md | 61 |跨平台能力有变化|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法o…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-unitest.md | 9 |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 D | js-apidiff-unitest.md | 26 |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 D | js-apis-uitest.md | 1227 ### 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 D | js-apidiff-unitest.md | 29 |新增|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 D | js-apidiff-unitest.md | 61 …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 D | js-apidiff-unitest.md | 30 |新增|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 D | js-apidiff-unitest.md | 29 …: 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 D | js-apidiff-unitest.md | 30 …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 D | js-apis-uitest.md | 1227 ### 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 D | napi_webview_controller.cpp | 4455 bool isScrollable = webviewController->GetScrollable(); in GetScrollable() local 4456 NAPI_CALL(env, napi_get_boolean(env, isScrollable, &result)); in GetScrollable()
|