Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_thumb_data.cpp77 bool GetThumbData::SetThumb(std::shared_ptr<UInt8List> &thumb) in SetThumb() argument
83 thumb_ = thumb; in SetThumb()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md45 | style | [SliderStyle](#sliderstyle) | No| Style of the slider thumb and track.<br>Default value: …
67 Sets the color of the thumb.
69 When **SliderBlockType.DEFAULT** is used, **blockColor** sets the color of the round thumb.
71 When **SliderBlockType.IMAGE** is used, **blockColor** does not work as the thumb has no fill color.
73 When **SliderBlockType.SHAPE** is used, **blockColor** sets the color of the thumb in a custom shap…
85 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the thumb.<br>Default value…
111 Sets the color of the portion of the track between the minimum value and the thumb.
172 To ensure [SliderStyle](#sliderstyle) works as expected for the thumb and track, [blockSize](#block…
543 | Begin | 0 | The user touches or clicks the thumb.|
546 | Click<sup>8+</sup> | 3 | The user moves the thumb by touching or clicking the track.|
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-building-ui-interactions.md3 …v>**, **\<text>**, and **\<image>** components to click events to build a thumb up button, as show…
10 The thumb up button is implemented by binding a click event to a **\<div> component. The **\<div>**…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_thumb_data.h31 bool SetThumb(std::shared_ptr<UInt8List> &thumb);
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dohos-abi.md41 …ex-A5,Cortex-A7,Cortex-A8,Cortex-A9,Cortex-A12,Cortex-A15,以及Cortex-A17,支持arm32,thumb-2,VFPv3-D16指令。
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp557 shared_ptr<UInt8List> thumb = make_shared<UInt8List>(); in GetThumb() local
558 … errorCode = MtpManager::GetInstance().IsMtpMode() ? mtpMediaLibrary_->GetThumb(context_, thumb) : in GetThumb()
559 mtpMedialibraryManager_->GetThumb(context_, thumb); in GetThumb()
566 getThumb->SetThumb(thumb); in GetThumb()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Darm_exidx_instructions.txt35 1000 0000 : vsp = r7 ; # r7 is fp reg in thumb mode
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp338 std::shared_ptr<UInt8List> thumb = make_shared<UInt8List>(); in GetThumb() local
340 getThumb->SetThumb(thumb); in GetThumb()
H A Dmtp_payload_data_test.cpp1474 shared_ptr<UInt8List> thumb = make_shared<UInt8List>(); variable
1475 bool retTest = getThumbData.SetThumb(thumb);
1479 retTest = getThumbData.SetThumb(thumb);
1488 shared_ptr<UInt8List> thumb = make_shared<UInt8List>(); variable
1489 getThumbData.SetThumb(thumb);
/ohos5.0/build/docs/
H A Dhow to use CMake with NDK.md213 | OHOS_ARM_NEON | 指定ARM架构目标二进制文件生成指令集类型,默认 thumb|
/ohos5.0/build/ohos/ndk/cmake/
H A Dohos.toolchain.cmake57 set(OHOS_ARM_NEON thumb)
/ohos5.0/foundation/multimodalinput/input/
H A Dmultimodalinput_mini.gni173 root_out_dir + "/diff_libinput_mmi/src/evdev-mt-touchpad-thumb.c",
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dlibuv.md744 > **Tips**<br>The following rule of thumb in the official libuv documentation (http://libuv.org/) n…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md2996 | NODE_SLIDER_STYLE | Defines the style of the slider thumb and track. Th…
3734 | ARKUI_SLIDER_STYLE_NONE | There is no thumb. |