Home
last modified time | relevance | path

Searched defs:index (Results 4776 - 4800 of 5944) sorted by relevance

1...<<191192193194195196197198199200>>...238

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp269 void CalendarDialogPattern::SetOptionsButtonUpdateColorFlags(size_t index, bool isUpdate) in SetOptionsButtonUpdateColorFlags() argument
1053 int32_t index = 0; in GetCalendarMonthData() local
[all...]
H A Dcalendar_dialog_view.cpp552 auto index = isConfirm ? ACCEPT_BUTTON_INDEX : CANCEL_BUTTON_INDEX; CreateButtonNode() local
567 auto index = isConfirm ? ACCEPT_BUTTON_INDEX : CANCEL_BUTTON_INDEX; UpdateButtonLayoutProperty() local
604 UpdateButtonStyles(const std::vector<ButtonInfo>& buttonInfos, size_t index, const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRenderContext) UpdateButtonStyles() argument
641 UpdateButtonStyleAndRole(const std::vector<ButtonInfo>& buttonInfos, size_t index, const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRenderContext, const RefPtr<ButtonTheme>& buttonTheme) UpdateButtonStyleAndRole() argument
931 auto index = isConfirm ? ACCEPT_BUTTON_INDEX : CANCEL_BUTTON_INDEX; UpdateButtonDefaultFocus() local
[all...]
H A Dcalendar_picker_pattern.cpp97 size_t index = 0; in InitDateIndex() local
883 HandleTextFocusEvent(int32_t index) HandleTextFocusEvent() argument
900 HandleTextHoverEvent(bool state, int32_t index) HandleTextHoverEvent() argument
925 HandleButtonHoverEvent(bool state, int32_t index) HandleButtonHoverEvent() argument
936 HandleButtonTouchEvent(bool isPressed, int32_t index) HandleButtonTouchEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h457 virtual void ScrollToFocusNodeIndex(int32_t index) {} in ScrollToFocusNodeIndex() argument
643 virtual void NotifyDataChange(int32_t index, int32_t count) {}; in NotifyDataChange() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h291 GetOptionValue(RefPtr<FrameNode>& frameNode, uint32_t index) GetOptionValue() argument
[all...]
H A Ddatepicker_column_pattern.cpp444 void DatePickerColumnPattern::UpdatePickerTextProperties(uint32_t index, uint32_t showOptionCount, in UpdatePickerTextProperties() argument
652 TextPropertiesLinearAnimation( const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isDown, double scale) TextPropertiesLinearAnimation() argument
1057 GetShiftDistanceForLandscape(uint32_t index, DatePickerScrollDirection dir) GetShiftDistanceForLandscape() argument
1274 CalculateHotZone( int32_t index, int32_t midSize, float middleChildHeight, float otherChildHeight) CalculateHotZone() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp356 int32_t index = 0; in AddOptionForMenu() local
401 void TextOverlayComponent::OnOptionClick(int32_t index) in OnOptionClick() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp273 void UINode::RemoveChildAtIndex(int32_t index) in RemoveChildAtIndex() argument
300 int32_t index = 0; in GetChildIndex() local
326 int32_t index = 0; Clean() local
1406 AddDisappearingChild(const RefPtr<UINode>& child, uint32_t index, int32_t branchId) AddDisappearingChild() argument
1511 GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool addToRenderTree) GetFrameChildByIndex() argument
1523 GetFrameChildByIndexWithoutExpanded(uint32_t index) GetFrameChildByIndexWithoutExpanded() argument
1537 int32_t index = 0; GetFrameNodeIndex() local
1556 DoRemoveChildInRenderTree(uint32_t index, bool isAll) DoRemoveChildInRenderTree() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp359 int32_t index = GetLanesFloor(layoutWrapper, jumpIndex_.value()); in HandleJumpCenter() local
545 void ListLayoutAlgorithm::JudgeOutOfScreenScrollAutoType(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, in JudgeOutOfScreenScrollAutoType() argument
1269 int32_t index; FixPredictSnapOffsetAlignStart() local
1306 int32_t index; FixPredictSnapOffsetAlignCenter() local
1349 int32_t index; FixPredictSnapOffsetAlignEnd() local
1367 LayoutItem(RefPtr<LayoutWrapper>& wrapper, int32_t index, const ListItemInfo& pos, int32_t& startIndex, float crossSize) LayoutItem() argument
1576 SetListItemGroupJumpIndex(const RefPtr<ListItemGroupLayoutAlgorithm>& itemGroup, bool forwardLayout, int32_t index) SetListItemGroupJumpIndex() argument
1598 SetListItemGroupParam(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, float referencePos, bool forwardLayout, const RefPtr<ListLayoutProperty>& layoutProperty, bool groupNeedAllLayout, bool needAdjustRefPos) SetListItemGroupParam() argument
1648 GetListItemGroupPosition(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) GetListItemGroupPosition() argument
1660 GetListGroupItemHeight(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) GetListGroupItemHeight() argument
1669 SetListItemIndex(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) SetListItemIndex() argument
1683 CheckListItemGroupRecycle(LayoutWrapper* layoutWrapper, int32_t index, float referencePos, bool forwardLayout) const CheckListItemGroupRecycle() argument
1698 AdjustPostionForListItemGroup(LayoutWrapper* layoutWrapper, Axis axis, int32_t index, bool forwardLayout) AdjustPostionForListItemGroup() argument
1775 LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, bool forward, float &currPos, float crossSize) LayoutCachedALine() argument
1814 int32_t index = currIndex + i; LayoutCachedItem() local
1823 int32_t index = currIndex - i; LayoutCachedItem() local
1892 GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& wrapper, int32_t forwardCache, int32_t backwardCache, int32_t index, bool outOfView) GetLayoutGroupCachedCount() argument
2321 CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlign scrollSnapAlign) CalculatePredictSnapEndPositionByIndex() argument
2342 OnItemPositionAddOrUpdate(LayoutWrapper* layoutWrapper, int32_t index) OnItemPositionAddOrUpdate() argument
[all...]
H A Dlist_layout_algorithm.h59 int32_t index; member
128 void SetIndex(int32_t index) in SetIndex() argument
133 void SetTargetIndex(int32_t index) in SetTargetIndex() argument
173 void SetIndexInGroup(int32_t index) in SetIndexInGroup() argument
425 GetLanesFloor(LayoutWrapper* layoutWrapper, int32_t index) GetLanesFloor() argument
429 GetLanesCeil(LayoutWrapper* layoutWrapper, int32_t index) GetLanesCeil() argument
446 SetItemInfo(int32_t index, ListItemInfo&& info) SetItemInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1184 ScrollToFocusNodeIndex(int32_t index) ScrollToFocusNodeIndex() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp1658 void NavigationModelNG::SetMenuItemAction(FrameNode* frameNode, std::function<void()>&& action, uint32_t index) in SetMenuItemAction() argument
1674 SetMenuItemSymbol(FrameNode* frameNode, std::function<void(WeakPtr<NG::FrameNode>)>&& symbol, uint32_t index) SetMenuItemSymbol() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h370 int32_t index = 0; // Update the item index by the order in list. in UpdateListItemIndex() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp104 auto index = value->Int32Value(vm); in SetDataDetectorConfig() local
263 int32_t index = 0; in CreateTextShadowObjectArray() local
559 int32_t index = 0; in SetChangeTextSpans() local
773 int32_t index in CreateDeleteSpans() local
[all...]
H A Darkts_native_swiper_bridge.cpp159 int32_t index = valueArg->Int32Value(vm); in SetNestedScroll() local
429 int32_t index = valueArg->Int32Value(vm); in SetSwiperDisplayMode() local
573 int32_t index = valueArg->Int32Value(vm); in SetSwiperIndex() local
[all...]
H A Darkts_native_text_bridge.cpp1204 auto index = value->Int32Value(vm); in SetDataDetectorConfig() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp842 uint32_t index = 0u; in ParseEmitterProperty() local
H A Djs_text.cpp331 uint32_t index = args->ToNumber<uint32_t>(); in SetWordBreak() local
343 uint32_t index = args->ToNumber<uint32_t>(); in SetEllipsisMode() local
359 auto index = info[0]->ToNumber<int32_t>(); in SetLineBreakStrategy() local
436 auto index = info[0]->ToNumber<int32_t>(); SetTextSelectableMode() local
[all...]
H A Djs_textpicker.cpp675 ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selectedValues, std::vector<std::string>& values, uint32_t index, bool isHasSelectAttr) ParseInternalArray() argument
721 SetSelectedValues(std::vector<uint32_t>& selectedValues, std::vector<std::string>& values, uint32_t index, bool isHasSelectAttr, std::vector<std::string>& resultStr) SetSelectedValues() argument
1027 ProcessCascadeSelected( const std::vector<NG::TextCascadePickerOptions>& options, uint32_t index, std::vector<uint32_t>& selectedValues) ProcessCascadeSelected() argument
[all...]
H A Djs_navigation_stack.cpp147 void JSNavigationStack::Push(const std::string& name, int32_t index) in Push() argument
183 void JSNavigationStack::RemoveIndex(int32_t index) in RemoveIndex() argument
294 void JSNavigationStack::SetDestinationIdToJsStack(int32_t index, const std::string& navDestinationId) in SetDestinationIdToJsStack() argument
304 bool JSNavigationStack::CreateNodeByIndex(int32_t index, const WeakPtr<NG::UINode>& customNode, in CreateNodeByIndex() argument
371 GetNameByIndex(int32_t index) GetNameByIndex() argument
411 GetIsEntryByIndex(int32_t index) GetIsEntryByIndex() argument
431 SetIsEntryByIndex(int32_t index, bool isEntry) SetIsEntryByIndex() argument
703 RemoveInvalidPage(int32_t index) RemoveInvalidPage() argument
884 GetJsIndexFromNativeIndex(int32_t index) GetJsIndexFromNativeIndex() argument
903 MoveIndexToTop(int32_t index) MoveIndexToTop() argument
918 UpdatePathInfoIfNeeded(RefPtr<NG::UINode>& uiNode, int32_t index) UpdatePathInfoIfNeeded() argument
942 GetNeedUpdatePathInfo(int32_t index) GetNeedUpdatePathInfo() argument
956 SetNeedUpdatePathInfo(int32_t index, bool need) SetNeedUpdatePathInfo() argument
995 NeedBuildNewInstance(int32_t index) NeedBuildNewInstance() argument
1009 SetNeedBuildNewInstance(int32_t index, bool need) SetNeedBuildNewInstance() argument
1032 GetJsPathInfo(int32_t index) GetJsPathInfo() argument
1122 IsFromRecovery(int32_t index) IsFromRecovery() argument
1135 SetFromRecovery(int32_t index, bool fromRecovery) SetFromRecovery() argument
1144 GetRecoveredDestinationMode(int32_t index) GetRecoveredDestinationMode() argument
1173 RemoveDestinationIfNeeded(const JSRef<JSObject>& pathInfo, int32_t errorCode, int32_t index) RemoveDestinationIfNeeded() argument
1202 CheckIsReplacedDestination(int32_t index, std::string& replacedName, int32_t& replacedIndex) CheckIsReplacedDestination() argument
1226 SetRecoveryFromReplaceDestination(int32_t index, bool value) SetRecoveryFromReplaceDestination() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp285 auto index = FindPageInRestoreStack(target.url); in PushNamedRouteInner() local
382 void PageRouterManager::BackToIndexWithTarget(int32_t index, const std::string& params) in BackToIndexWithTarget() argument
619 auto index = static_cast<int32_t>(restorePageStack_.size() + pageRouterStack_.size()); in GetCurrentPageIndex() local
634 GetPageInfoByIndex(int32_t index, const std::string& params) GetPageInfoByIndex() argument
691 GetState(int32_t& index, std::string& name, std::string& path) GetState() argument
715 GetStateByIndex(int32_t index, std::string& name, std::string& path, std::string& params) GetStateByIndex() argument
855 int32_t index = 0; GetIndexByUrl() local
1061 IsUnrestoreByIndex(int32_t index) IsUnrestoreByIndex() argument
1123 auto index = FindPageInRestoreStack(info.url); PushOhmUrl() local
1193 auto index = FindPageInRestoreStack(info.url); StartPush() local
1219 auto index = FindPageInRestoreStack(info.url); ReplaceOhmUrl() local
1319 auto index = FindPageInRestoreStack(target.url); StartBack() local
1327 StartBackToIndex(int32_t index, const std::string& params) StartBackToIndex() argument
1369 BackToIndexCheckAlert(int32_t index, const std::string& params) BackToIndexCheckAlert() argument
1548 MovePageToFront(int32_t index, const RefPtr<FrameNode>& pageNode, const RouterPageInfo& target, bool needHideLast, bool forceShowCurrent, bool needTransition) MovePageToFront() argument
1624 RestorePageWithTarget(int32_t index, bool removeRestorePages, const RouterPageInfo& target, RestorePageDestination dest, bool needTransition) RestorePageWithTarget() argument
1865 PopPageToIndex(int32_t index, const std::string& params, bool needShowNext, bool needTransition) PopPageToIndex() argument
1932 OnPopPageToIndex(int32_t index, bool needShowNext, bool needTransition) OnPopPageToIndex() argument
1998 auto index = FindPageInRestoreStack(info.url); DealReplacePage() local
2083 auto index = FindPageInRestoreStack(info.url); ReplacePageInNewLifecycle() local
[all...]
H A Dfrontend_delegate_declarative_ng.cpp445 void FrontendDelegateDeclarativeNG::BackToIndex(int32_t index, const std::string& params) in BackToIndex() argument
463 void FrontendDelegateDeclarativeNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
469 void FrontendDelegateDeclarativeNG::GetRouterStateByIndex(int32_t& index, std::string& name, in GetRouterStateByIndex() argument
1229 AddFrameNodeToOverlay( const RefPtr<NG::FrameNode>& node, std::optional<int32_t> index) AddFrameNodeToOverlay() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp1009 int32_t index = 0; in BatchInsert() local
1046 int32_t index = 0; in Query() local
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h380 bool ReplaceData(uint32_t index, const LineInfo& lineInfo) in ReplaceData() argument
514 void SetHeadPointIndex(int32_t index) in SetHeadPointIndex() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp886 auto index = foldTypeProp.find_first_of(','); in InitFoldScreenTypeBySystemProperty() local

Completed in 49 milliseconds

1...<<191192193194195196197198199200>>...238