Home
last modified time | relevance | path

Searched refs:sizeChange (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethodengine.md1879 ### on('sizeChange')<sup>12+</sup>
1881 on(type: 'sizeChange', callback: Callback&lt;window.Size&gt;): void;
1895 | type | string | 是 | 监听当前面板的大小是否产生变化,固定取值为'sizeChange'。 |
1903 panel.on('sizeChange', (windowSize: window.Size) => {
1907 console.error(`Failed to sizeChange: ${JSON.stringify(err)}`);
1977 ### off('sizeChange')<sup>12+</sup>
1979 off(type: 'sizeChange', callback?: Callback&lt;window.Size&gt;): void;
1989 | type | string | 是 | 监听当前面板的大小是否产生变化,固定取值为'sizeChange'。 |
1997 panel.off('sizeChange', (windowSize: window.Size) => {
2001 console.error(`Failed to sizeChange: ${JSON.stringify(err)}`);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp1018 bool sizeChange = displayArea_ != displayArea; in DispatchDisplayArea() local
1019 if (sizeChange || isForce) { in DispatchDisplayArea()
1021 if (sizeChange) { in DispatchDisplayArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h343 void UpdateChildPosInfo(int32_t index, float delta, float sizeChange);
H A Dlist_pattern.cpp1908 void ListPattern::UpdateChildPosInfo(int32_t index, float delta, float sizeChange) in UpdateChildPosInfo() argument
1914 sizeChange += delta; in UpdateChildPosInfo()
1926 iter->second.endPos += sizeChange; in UpdateChildPosInfo()
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethodengine.md1879 ### on('sizeChange')<sup>12+</sup>
1881 on(type: 'sizeChange', callback: Callback&lt;window.Size&gt;): void;
1895 | type | string | Yes| Event type, which is **'sizeChange'**.|
1903 panel.on('sizeChange', (windowSize: window.Size) => {
1907 console.error(`Failed to sizeChange: ${JSON.stringify(err)}`);
1977 ### off('sizeChange')<sup>12+</sup>
1979 off(type: 'sizeChange', callback?: Callback&lt;window.Size&gt;): void;
1989 | type | string | Yes| Event type, which is **'sizeChange'**.|
1997 panel.off('sizeChange', (windowSize: window.Size) => {
2001 console.error(`Failed to sizeChange: ${JSON.stringify(err)}`);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2650 bool sizeChange = in GetFinalOutputStep() local
2654 if (sizeChange) { in GetFinalOutputStep()
2679 bool sizeChange = false; in ImageSizeChange() local
2684 sizeChange = true; in ImageSizeChange()
2687 return sizeChange; in ImageSizeChange()