/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | panel_listener_impl.h | 35 static napi_value Write(napi_env env, const WindowSize &nativeObject); 36 static bool Read(napi_env env, napi_value jsObject, WindowSize &nativeObject); 41 WindowSize size; 51 void OnSizeChange(uint32_t windowId, const WindowSize &size) override;
|
H A D | panel_listener_impl.cpp | 83 void PanelListenerImpl::OnSizeChange(uint32_t windowId, const WindowSize &size) in OnSizeChange() 141 napi_value JsWindowSize::Write(napi_env env, const WindowSize &nativeObject) in Write() 150 bool JsWindowSize::Read(napi_env env, napi_value jsObject, WindowSize &nativeObject) in Read()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | panel_status_listener.h | 22 struct WindowSize { struct 30 virtual void OnSizeChange(uint32_t windowId, const WindowSize &size) = 0; argument
|
H A D | input_method_panel.h | 91 int32_t SizeChange(const WindowSize &size); 92 WindowSize GetKeyboardSize(); 136 bool GetDisplaySize(bool isPortrait, WindowSize &size); 162 WindowSize keyboardSize_{ 0, 0 };
|
H A D | window_change_listener_impl.h | 24 using ChangeHandler = std::function<void(WindowSize size)>;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridrow.md | 43 …{<br />value: ["320vp", "600vp", "840vp"],<br />reference: BreakpointsReference.WindowSize<br />} | 124 …ntsReference](#breakpointsreference枚举说明) | 否 | 断点切换参照物。<br>默认值:BreakpointsReference.WindowSize | 144 | WindowSize | 以窗口为参照。 | 234 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/SplitLayout/ |
H A D | SplitLayout.ets | 33 reference: BreakpointsReference.WindowSize }, 78 reference: BreakpointsReference.WindowSize }, 119 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_container_util_class.h | 51 WindowSize, enumerator 137 BreakPointsReference reference = BreakPointsReference::WindowSize;
|
H A D | grid_container_utils.cpp | 52 if (breakpoints.reference == BreakPointsReference::WindowSize) { in ProcessGridSizeType() 75 if (breakpoints->reference == BreakPointsReference::WindowSize) { in ProcessGridSizeType()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 47 |新增|NA|模块名: AbilityInfo<br>类名: AbilityInfo<br>方法 or 属性: readonly windowSize: WindowSize;|AbilityInf… 48 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize|AbilityInfo.d.ts| 49 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly maxWindowRatio: number;|AbilityInfo… 50 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly minWindowRatio: number;|AbilityInfo… 51 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly maxWindowWidth: number;|AbilityInfo… 52 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly minWindowWidth: number;|AbilityInfo… 53 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly maxWindowHeight: number;|AbilityInf… 54 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly minWindowHeight: number;|AbilityInf… 242 |删除|模块名: abilityInfo<br>类名: WindowSize|NA|abilityInfo.d.ts| 243 |删除|模块名: abilityInfo<br>类名: WindowSize<br>方法 or 属性:readonly maxWindowRatio: number;|NA|abilityInfo.… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/source/ |
H A D | splitlayout.ets | 41 reference: BreakpointsReference.WindowSize }, 93 reference: BreakpointsReference.WindowSize }, 145 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-abilityInfo.md | 37 | windowSize|[WindowSize](#windowsize) | 是 | 否 | … 43 ## WindowSize section
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 345 WindowSize portraitDisplaySize; in CalculateNoConfigRect() 361 WindowSize landscapeDisplaySize; in CalculateNoConfigRect() 454 WindowSize portraitDisplaySize; in CalculatePanelRect() 523 WindowSize landscapeDisplaySize; in CalculateLandscapeRect() 853 WindowChangeListenerImpl([this](WindowSize windowSize) { SizeChange(windowSize); }); in SetPanelStatusListener() 939 WindowSize InputMethodPanel::GetKeyboardSize() in GetKeyboardSize() 945 int32_t InputMethodPanel::SizeChange(const WindowSize &size) in SizeChange() 996 bool InputMethodPanel::GetDisplaySize(bool isPortrait, WindowSize &size) in GetDisplaySize() 1028 WindowSize displaySize; in CheckSize()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
H A D | splitlayout.js | 136 reference: BreakpointsReference.WindowSize 218 reference: BreakpointsReference.WindowSize 297 reference: BreakpointsReference.WindowSize
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridrow.md | 43 …e:<br>{<br>value: ["320vp", "600vp", "840vp"],<br>reference: BreakpointsReference.WindowSize<br>} | 124 …ce) | No | Breakpoint switching reference.<br>Default value: **BreakpointsReference.WindowSize**| 144 | WindowSize | The window is used as a reference.| 232 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/splitlayout/ |
H A D | splitlayout.js | 132 breakpoints: { reference: BreakpointsReference.WindowSize }, 275 breakpoints: { reference: BreakpointsReference.WindowSize }, 401 breakpoints: { reference: BreakpointsReference.WindowSize },
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/ |
H A D | grid_row_new_test_ng.cpp | 69 breakpoints.reference = V2::BreakPointsReference::WindowSize; in __anondd4488980202()
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 47 …ss name: AbilityInfo<br>Method or attribute name: readonly windowSize: WindowSize;|AbilityInfo.d.t… 48 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize|AbilityInfo.d.ts| 49 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 50 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 51 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 52 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 53 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 54 |Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly … 242 |Deleted|Module name: abilityInfo<br>Class name: WindowSize|NA|abilityInfo.d.ts| 243 |Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly m… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-abilityInfo.md | 38 | windowSize|[WindowSize](#windowsize) | Yes | No |… 44 ## WindowSize section
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-bundle.md | 202 |新增|NA|模块名: abilityInfo<br>类名: WindowSize|abilityInfo.d.ts| 203 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowRatio|abilityInfo.d.ts| 204 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowRatio|abilityInfo.d.ts| 205 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowWidth|abilityInfo.d.ts| 206 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowWidth|abilityInfo.d.ts| 207 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowHeight|abilityInfo.d.ts| 208 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowHeight|abilityInfo.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.5/ |
H A D | changelogs-arkui.md | 95 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | reasonable-using-renderGroup.md | 144 reference: BreakpointsReference.WindowSize },
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | start-with-a-example.md | 187 breakpoints: { reference: BreakpointsReference.WindowSize } }) {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-bundle.md | 202 |新增|NA|模块名: abilityInfo<br>类名: WindowSize|abilityInfo.d.ts| 203 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowRatio|abilityInfo.d.ts| 204 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowRatio|abilityInfo.d.ts| 205 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowWidth|abilityInfo.d.ts| 206 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowWidth|abilityInfo.d.ts| 207 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowHeight|abilityInfo.d.ts| 208 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:minWindowHeight|abilityInfo.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.56/ |
H A D | changelogs-arkui.md | 453 reference: BreakpointsReference.WindowSize },
|