Home
last modified time | relevance | path

Searched defs:position (Results 76 – 100 of 539) sorted by relevance

12345678910>>...22

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_scroll_controller.cpp55 void GridScrollController::ProcessScrollMotion(double position) in ProcessScrollMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp58 void ListScrollBarController::ProcessScrollMotion(double position) in ProcessScrollMotion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/
H A Drs_screen_hdr_capability_test.cpp84 size_t position = parcel.GetWritePosition(); variable
H A Drs_screen_capability_test.cpp86 size_t position = parcel.GetWritePosition(); variable
H A Drs_screen_data_test.cpp88 size_t position = parcel.GetWritePosition(); variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h66 void remove_at(size_t position) in remove_at()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_avsession_adapter_wrapper.cpp80 const std::shared_ptr<NWeb::MediaAVSessionPositionAdapter> position) in SetPlaybackPosition()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_adapter_impl.cpp77 …ediaAVSessionAdapterImpl::SetPlaybackPosition(const ArkWebRefPtr<ArkMediaAVSessionPositionAdapter>… in SetPlaybackPosition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp39const Vector2f& position, const Vector2f& direction, const Vector2f& center, const Vector2f& size) in CalculateDistanceToRectangleEdge()
93 Vector2f ParticleNoiseField::ApplyField(const Vector2f& position, float deltaTime) in ApplyField()
119 Vector2f ParticleNoiseField::ApplyCurlNoise(const Vector2f& position) in ApplyCurlNoise()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textarea_ffi.cpp62 int32_t position = value < 0 ? 0 : value; in FfiOHOSAceFrameworkTextAreaControllerCaretPosition() local
H A Dcj_textinput_ffi.cpp62 int32_t position = value < 0 ? 0 : value; in FfiOHOSAceFrameworkTextInputControllerCaretPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp661 float Scrollable::GetFrictionVelocityByFinalPosition(float final, float position, float friction, in GetFrictionVelocityByFinalPosition()
667 void Scrollable::FixScrollMotion(float position, float initVelocity) in FixScrollMotion()
762 void Scrollable::ProcessScrollSnapMotion(double position) in ProcessScrollSnapMotion()
969 void Scrollable::ProcessSpringMotion(double position) in ProcessSpringMotion()
1018 void Scrollable::ProcessScrollMotion(double position) in ProcessScrollMotion()
1141 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetFrictionProperty()
1172 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetSpringProperty()
1201 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetSnapProperty()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_field_manager.cpp19 void TextFieldManager::SetClickPosition(const Offset& position) in SetClickPosition()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp34 auto position = baseFileName.find(".abc"); in operator ()() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_buffer.cpp125 size_t BufferData::Write(const uint8_t* in, size_t writeSize, size_t position) in Write()
141 size_t BufferData::Read(uint8_t* out, size_t readSize, size_t position) in Read()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp51 Vector2f position = Vector2f(0.f, 0.f); in SetUp() local
153 Vector2f position = { 200.f, 300.f }; variable
232 Vector2f position = { 200.f, 300.f }; variable
265 Vector2f position = Vector2f(0.f, 0.f); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_switch_test.cpp475 Position position; variable
504 Position position; variable
533 Position position; variable
562 Position position; variable
587 Position position; variable
610 Position position; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dmanager_interface.h30 virtual void SetClickPosition(const Offset& position) {} in SetClickPosition()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-location.md45 ## position section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-location.md45 ## position section
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dcache_result_set_test.cpp350 int position = 0; variable
452 int position = -1; variable
474 int position = -1; variable
498 int position = -1; variable
519 int position = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp789 void Scrollable::FixScrollMotion(double position) in FixScrollMotion()
815 scrollSnapMotion_->AddListener([weakScroll = AceType::WeakClaim(this)](double position) { in StartScrollSnapMotion()
853 snapMotion_->AddListener([weakScroll = AceType::WeakClaim(this)](float position) { in ProcessScrollSnapSpringMotion()
887 void Scrollable::ProcessScrollSnapMotion(double position) in ProcessScrollSnapMotion()
969 scrollMotion_->AddListener([weakScroll = AceType::WeakClaim(this)](double position) { in StartSpringMotion()
1030 void Scrollable::ProcessSpringMotion(double position) in ProcessSpringMotion()
1052 void Scrollable::ProcessScrollMotion(double position) in ProcessScrollMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dnode_content.cpp49 void NodeContent::AddNode(UINode* node, int32_t position) in AddNode()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_render_utils.cpp42 int32_t position = y * handle.width + x; in SetPixel() local

12345678910>>...22