Home
last modified time | relevance | path

Searched defs:index (Results 1126 - 1150 of 5826) sorted by relevance

1...<<41424344454647484950>>...234

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtabs_composed_element.cpp73 auto index = renderTabContent ? renderTabContent->GetCurrentIndex() : 0; in GetIndex() local
H A Dnavigation_composed_element.cpp193 auto index = std::to_string(i); in GetMenus() local
H A Dshape_container_composed_element.cpp152 auto index = std::to_string(i); in GetStrokeDashArray() local
229 auto index = std::to_string(i); in GetMesh() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp72 int32_t index = 0; in SetDragEventProperty() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.cpp117 size_t index = 0; in onDraw() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp165 auto index = static_cast<int32_t>(GridSizeType::XS); in ToJsonValue() local
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp444 void UITestUIList::OnScrollStart(int16_t index, UIView* view) in OnScrollStart() argument
455 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() argument
465 void UITestUIList::OnScrollTop(int16_t index, UIView* view) in OnScrollTop() argument
471 void UITestUIList::OnScrollBottom(int16_t index, UIView* view) in OnScrollBottom() argument
477 void UITestUIList::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp457 const int16_t index = 101; in HWTEST_F() local
H A Dui_chart_unit_test.cpp246 uint16_t index = chartDataSerial_->GetPeakIndex(); in HWTEST_F() local
266 uint16_t index = chartDataSerial_->GetValleyIndex(); in HWTEST_F() local
284 uint16_t index = chartDataSerial_->GetLatestIndex(); in HWTEST_F() local
302 uint16_t index = chartDataSerial_->GetLastPointIndex(); in HWTEST_F() local
355 const uint16_t index = 3; in HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_operator_callback_proxy.cpp81 int32_t index = 0; in SetSearchElementInfoByAccessibilityIdResult() local
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp82 size_t index = 0; in DumpAccessibilityWindowInfo() local
213 size_t index = 0; in DumpAccessibilityClientInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.cpp22 ScrollToIndex( int32_t index, bool smooth, ScrollAlign align, std::optional<float> extraOffset) ScrollToIndex() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp67 int32_t index = 2; in GetLinearSlope() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.cpp52 OH_ArkUI_WaterFlowSectionOption_SetItemCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) OH_ArkUI_WaterFlowSectionOption_SetItemCount() argument
71 OH_ArkUI_WaterFlowSectionOption_SetCrossCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) OH_ArkUI_WaterFlowSectionOption_SetCrossCount() argument
90 OH_ArkUI_WaterFlowSectionOption_SetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float columnGap) OH_ArkUI_WaterFlowSectionOption_SetColumnGap() argument
108 OH_ArkUI_WaterFlowSectionOption_SetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float rowGap) OH_ArkUI_WaterFlowSectionOption_SetRowGap() argument
126 OH_ArkUI_WaterFlowSectionOption_SetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index, float marginTop, float marginRight, float marginBottom, float marginLeft) OH_ArkUI_WaterFlowSectionOption_SetMargin() argument
154 OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetItemCount() argument
164 OH_ArkUI_WaterFlowSectionOption_GetCrossCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetCrossCount() argument
174 OH_ArkUI_WaterFlowSectionOption_GetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetColumnGap() argument
184 OH_ArkUI_WaterFlowSectionOption_GetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetRowGap() argument
194 OH_ArkUI_WaterFlowSectionOption_GetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetMargin() argument
209 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex( ArkUI_WaterFlowSectionOption* option, int32_t index, float (*callback)(int32_t itemIndex)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex() argument
220 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData( ArkUI_WaterFlowSectionOption* option, int32_t index, void* userData, float (*callback)(int32_t itemIndex, void* extraParams)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessibility_element_operator_callback_proxy.cpp81 int32_t index = 0; in SetSearchElementInfoByAccessibilityIdResult() local
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Daccessibility_extension_context.cpp121 RetError AccessibilityExtensionContext::GetChildElementInfo(const int32_t index, in GetChildElementInfo() argument
/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.cpp190 void UITestViewPercent::AddElement(int16_t index) in AddElement() argument
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_multifinger_multitap_test.cpp589 int32_t index = 1; in HWTEST_F() local
611 int32_t index = 1; in HWTEST_F() local
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_manager.cpp45 int32_t MockInputManager::GetTouchActionOfTargetIndex(int32_t index) in GetTouchActionOfTargetIndex() argument
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp49 size_t index = 0; in BuildStringArray() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp202 int32_t BundleStreamInstallerHostImpl::CreateSharedBundleStream(const std::string &hspName, uint32_t index) in CreateSharedBundleStream() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.h140 RefPtr<FrameNode> GetChildFrameNode(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildFrameNode() argument
145 RefPtr<FocusHub> GetChildFocusHub(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildFocusHub() argument
151 RefPtr<T> GetChildPattern(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildPattern() argument
158 GetChildLayoutProperty(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildLayoutProperty() argument
165 GetChildAccessibilityProperty(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildAccessibilityProperty() argument
171 GetChildEventHub(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildEventHub() argument
176 GetChildRect(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildRect() argument
181 GetChildSize(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildSize() argument
186 GetChildOffset(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildOffset() argument
191 GetChildX(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildX() argument
196 GetChildY(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildY() argument
201 GetChildWidth(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildWidth() argument
206 GetChildHeight(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildHeight() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp103 size_t index = 0; in PrecheckStatus() local
133 size_t index = 0; in DistributeCacheRange() local
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp132 int16_t index = 0; in PerformScan() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_top_down_test.cpp69 int32_t index = info->items_[0].rbegin()->first; in HWTEST_F() local

Completed in 17 milliseconds

1...<<41424344454647484950>>...234