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 D | get_thumb_data.cpp | 77 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 D | ts-basic-components-slider.md | 45 | 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 D | ui-js-building-ui-interactions.md | 3 …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 D | get_thumb_data.h | 31 bool SetThumb(std::shared_ptr<UInt8List> &thumb);
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | ohos-abi.md | 41 …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 D | mtp_operation_utils.cpp | 557 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 D | arm_exidx_instructions.txt | 35 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 D | mock_mtp_operation_utils.cpp | 338 std::shared_ptr<UInt8List> thumb = make_shared<UInt8List>(); in GetThumb() local 340 getThumb->SetThumb(thumb); in GetThumb()
|
H A D | mtp_payload_data_test.cpp | 1474 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 D | how to use CMake with NDK.md | 213 | OHOS_ARM_NEON | 指定ARM架构目标二进制文件生成指令集类型,默认 thumb|
|
/ohos5.0/build/ohos/ndk/cmake/ |
H A D | ohos.toolchain.cmake | 57 set(OHOS_ARM_NEON thumb)
|
/ohos5.0/foundation/multimodalinput/input/ |
H A D | multimodalinput_mini.gni | 173 root_out_dir + "/diff_libinput_mmi/src/evdev-mt-touchpad-thumb.c",
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | libuv.md | 744 > **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.md | 2996 | NODE_SLIDER_STYLE | Defines the style of the slider thumb and track. Th… 3734 | ARKUI_SLIDER_STYLE_NONE | There is no thumb. |
|