Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/
H A Dindex.test.js43 decrease() {
48 expect(typeof vm.decrease).toBe('function');
51 vm.decrease();
62 decrease() {
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/02/
H A Dindex.js28 decrease() {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-hml.md101 <input type="button" class="btn" value="decrease" @click="decrease" />
120 decrease() {
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/05/
H A Dindex.js31 decrease() {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp208 indexDiffer.decrease.size(), indexDiffer.change.size(), indexDiffer.increase.size()); in UpgradeIndexes()
209 for (const auto &entry : indexDiffer.decrease) { in UpgradeIndexes()
/ohos5.0/docs/zh-cn/design/
H A DAPI-Review-Template.md49 …how/hide, open/close, source/target, <br/>source/destination, increase/decrease, first/last, next…
H A DOpenHarmony-API-quality.md188 例如,如果你使用了`add`就应该使用`remove`,而不是`destroy`。使用了`increase`就应该使用`decrease`,而不是`reduce`。
195 | increase | decrease |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-syntax-hml.md69 <input type="button" class="btn" value="decrease" @click="decrease" />
87 decrease() {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-hml.md101 <input type="button" class="btn" value="decrease" @click="decrease" />
120 decrease() {
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-syntax-hml.md69 <input type="button" class="btn" value="decrease" @click="decrease" />
87 decrease() {
H A Dui-js-animate-transform.md98 Decrease the y-coordinate over a time frame to make the ball bounce back. Gradually decrease the bo…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-counter.md3 The **Counter** component provides an operation to increase or decrease the number.
H A Dts-rendering-control-repeat.md188 …ordingly. It should be noted that the value of **cachedCount** will not decrease.<br> To explicitl…
H A Dts-methods-action-sheet.md56 …box is the width of the window where the dialog box is located. You can decrease or increase the w…
57 …the window where the dialog box is located minus the safe area. You can decrease or increase the h…
H A Dts-methods-custom-dialog-box.md55 …box is the width of the window where the dialog box is located. You can decrease or increase the w…
56 …the window where the dialog box is located minus the safe area. You can decrease or increase the h…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h40 std::set<IndexName> decrease; member
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-buffer-guidelines.md82 …// Call OH_NativeBuffer_Unreference to decrease the reference count by 1. When the reference count…
H A Dnative-window-guidelines.md73 …ow_NativeObjectReference to increase it and OH_NativeWindow_NativeObjectUnreference to decrease it.
/ohos5.0/docs/en/design/
H A DAPI-Review-Template.md49 … show/hide, open/close, source/target,<br/>source/destination, increase/decrease, first/last, next…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp942 indexDiffer.decrease.clear(); in ClearIndexDifference()
953 …return (indexDiffer.change.empty() && indexDiffer.increase.empty() && indexDiffer.decrease.empty()… in IsSchemaIndexesExactlyEqual()
977 indexDiffer.decrease.insert(entry.first); in CompareSchemaIndexes()
/ohos5.0/docs/en/application-dev/notification/
H A Dnotification-badge.md20 - To decrease the count on the badge, call the [setBadgeNumber()](../reference/apis-notification-ki…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_scene.md7 …ecific. For example, the thermal policy in the gaming scenario does not decrease the screen bright…
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-rendering-control-ifelse.md64 Button('decrease count')
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Dnative__image_8h.md59 …eference](_native_window.md#oh_nativewindow_nativeobjectunreference) to decrease the reference cou…
H A D_o_h___native_image.md63 …eference](_native_window.md#oh_nativewindow_nativeobjectunreference) to decrease the reference cou…
296 …tiveWindowBuffer**, call **OH_NativeWindow_NativeObjectUnreference** to decrease the reference cou…

12