/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.h | 174 void SetIndexInList(int32_t index) in SetIndexInList() argument 184 void SetIndexInListItemGroup(int32_t index) in SetIndexInListItemGroup() argument
|
H A D | list_item_drag_manager.cpp | 233 void ListItemDragManager::ScaleDiagonalItem(int32_t index, const RectF& rect, const OffsetF& delta) in ScaleDiagonalItem() argument 259 int32_t ListItemDragManager::ScaleNearItem(int32_t index, const RectF& rect, const OffsetF& delta) in ScaleNearItem() argument 186 ScaleAxisNearItem( int32_t index, const RectF& rect, const OffsetF& delta, Axis axis) ScaleAxisNearItem() argument 303 IsInHotZone(int32_t index, const RectF& frameRect) const IsInHotZone() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.h | 147 virtual void SetDestinationIdToJsStack(int32_t index, const std::string& navDestinationId) {} in SetDestinationIdToJsStack() argument 186 virtual int32_t GetJsIndexFromNativeIndex(int32_t index) { return -1; } in GetJsIndexFromNativeIndex() argument 187 virtual void MoveIndexToTop(int32_t index) {} in MoveIndexToTop() argument 191 SetFromRecovery(int32_t index, bool fromRecovery) SetFromRecovery() argument 192 IsFromRecovery(int32_t index) IsFromRecovery() argument 193 GetRecoveredDestinationMode(int32_t index) GetRecoveredDestinationMode() argument 213 UpdatePathInfoIfNeeded(RefPtr<UINode>& uiNode, int32_t index) UpdatePathInfoIfNeeded() argument 215 NeedBuildNewInstance(int32_t index) NeedBuildNewInstance() argument 216 SetNeedBuildNewInstance(int32_t index, bool need) SetNeedBuildNewInstance() argument 217 SetRecoveryFromReplaceDestination(int32_t index, bool value) SetRecoveryFromReplaceDestination() argument 218 CheckIsReplacedDestination(int32_t index, std::string& replacedName, int32_t& replacedIndex) CheckIsReplacedDestination() argument 238 SetIsEntryByIndex(int32_t index, bool isEntry) SetIsEntryByIndex() argument [all...] |
H A D | nav_bar_layout_algorithm.cpp | 36 auto index = hostNode->GetChildIndexById(titleBarNode->GetId()); in MeasureTitleBar() local 225 auto index = hostNode->GetChildIndexById(contentNode->GetId()); in MeasureContentChild() local 254 auto index = hostNode->GetChildIndexById(titleBarNode->GetId()); in LayoutTitleBar() local 271 auto index = hostNode->GetChildIndexById(hostNode->GetContentNode()->GetId()); in LayoutContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_controller.h | 38 void SwipeTo(int32_t index, bool reverse = false) in SwipeTo() argument 50 void SwipeToWithoutAnimation(int32_t index) in SwipeToWithoutAnimation() argument 86 void ChangeIndex(int32_t index, bool useAnimation) in ChangeIndex() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 139 auto index = hostNode->GetChildIndexById(titleBarNode->GetId()); in MeasureTitleBar() local 178 auto index = hostNode->GetChildIndexById(contentNode->GetId()); in MeasureContentChild() local 208 auto index = hostNode->GetChildIndexById(titleBarNode->GetId()); in LayoutTitleBar() local 227 auto index = hostNode->GetChildIndexById(hostNode->GetContentNode()->GetId()); in LayoutContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 46 RefPtr<LayoutWrapper> LayoutWrapperNode::GetOrCreateChildByIndex(uint32_t index, bool addToRenderTree, bool isCache) in GetOrCreateChildByIndex() argument 81 auto index = layoutWrapperBuilder_->GetStartIndex(); in Build() local 111 void LayoutWrapperNode::RemoveChildInRenderTree(uint32_t index) in RemoveChildInRenderTree() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 102 bool GridLayoutAlgorithm::CheckGridPlaced(int32_t index, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan) in CheckGridPlaced() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_layout_algorithm.cpp | 187 auto index = hostNode->GetChildIndexById(hasLimitValueNodeId); in MeasureLimitValueText() local 211 auto index = hostNode->GetChildIndexById(pattern->GetDescriptionNodeId()); in MeasureDescription() local 245 auto index = hostNode->GetChildIndexById(pattern->GetTitleChildId()); in MeasureTitleChild() local 342 auto index = hostNode->GetChildIndexById(hasLimitValueNodeId); local 367 auto index = hostNode->GetChildIndexById(hasLimitValueNodeId); in SetLimitFontSize() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_pattern.cpp | 162 float LinearSplitPattern::GetMinPosFromIndex(std::size_t index) in GetMinPosFromIndex() argument 169 float LinearSplitPattern::GetMaxPosFromIndex(std::size_t index) in GetMaxPosFromIndex() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_data_manager.cpp | 349 int index = std::distance(recoverInfoList.begin(), pos); in AddAbilityRecoverInfo() local 415 int index = std::distance(recoverInfoList.begin(), pos); in DeleteAbilityRecoverInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | grid_layout_manager.cpp | 333 int32_t index = focusMove_; in focusMove() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 211 void RenderTabContent::ChangeScroll(int32_t index, bool fromController) in ChangeScroll() argument 243 int32_t index = currentIndex_; in ScrollContents() local 337 int32_t index = item.first; SetHiddenChild() local 392 UpdateDragPosition(int32_t index) UpdateDragPosition() argument 417 int32_t index = item.first; UpdateChildPosition() local 480 int32_t index = item.first; PerformLayout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 72 auto index = hostNode->GetChildIndexById(hoverNode->GetId()); in LayoutHoverStack() local 104 auto index = hostNode->GetChildIndexById(controlPartsStackNode->GetId()); in LayoutControlPartsStack() local 157 auto index = hostNode->GetChildIndexById(hoverNode->GetId()); in MeasureHoverStack() local 171 auto index = hostNode->GetChildIndexById(controlPartsStackNode->GetId()); in MeasureControlPartsStack() local 336 auto index = hostNode->GetChildIndexById(controlPartsStackNode->GetId()); in MeasureByStack() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_ng.cpp | 283 void CJPageRouterNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument 491 void CJPageRouterNG::MovePageToFront(int32_t index, const RefPtr<FrameNode>& pageNode, const std::string& params, in MovePageToFront() argument 584 void CJPageRouterNG::PopPageToIndex(int32_t index, cons argument 668 OnPopPageToIndex(int32_t index, bool needShowNext, bool needTransition) OnPopPageToIndex() argument [all...] |
H A D | cj_page_router.cpp | 166 void CJPageRouter::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument 307 void CJPageRouter::PopPageToIndex(int32_t index, const std::string& params, bool needShowNext, bool needTransition) in PopPageToIndex() argument 364 OnPopPageToIndex(int32_t index, bool needShowNext, bool needTransition) OnPopPageToIndex() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | render_calendar.cpp | 329 auto index = JudgeArea(offset); HandleClick() local 433 auto index = holiday + firstDayIndex_ - 1; UpdateBreakInformation() local 441 auto index = workDay + firstDayIndex_ - 1; UpdateBreakInformation() local [all...] |
H A D | calendar_data_adapter.cpp | 407 int32_t index = 0; FillMonthData() local 418 FillPreMonthData( const CalendarMonth& currentMonth, int32_t indexOfContainer, int32_t& index, CalendarDaysOfMonth& result) FillPreMonthData() argument 442 FillCurrentMonthData( const CalendarMonth& currentMonth, int32_t indexOfContainer, int32_t& index, CalendarDaysOfMonth& result) FillCurrentMonthData() argument 465 FillNextMonthData( const CalendarMonth& currentMonth, int32_t indexOfContainer, int32_t& index, CalendarDaysOfMonth& result) FillNextMonthData() argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 120 T ConvertIntToEnum(int32_t index, const T (&values)[N], T defaultValue) in ConvertIntToEnum() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_scroll_ffi.cpp | 103 void NativeNGScroller::ScrollToIndex(int32_t index, bool smooth, int32_t align) in ScrollToIndex() argument 279 void FfiOHOSAceFrameworkScrollerScrollToIndex(int64_t selfID, int32_t index, bool smooth, int32_t align) in FfiOHOSAceFrameworkScrollerScrollToIndex() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroller.cpp | 157 auto index = BinarySearchFindIndex(CURVE_MAP, ArraySize(CURVE_MAP), curveName.c_str()); in ParseCurveParams() local 222 int32_t index = 0; in ScrollToIndex() local 350 int32_t index = -1; GetItemRect() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 1744 int32_t index = -1; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 1457 auto index = pattern->HandleGetCaretIndex(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_test.cpp | 177 BuildNativeAccessibilityElementInfoPart( int32_t index, ArkUI_AccessibilityElementInfo& nativeInfo) BuildNativeAccessibilityElementInfoPart() argument 222 BuildNativeAccessibilityElementInfo( int32_t index, ArkUI_AccessibilityElementInfo& nativeInfo) BuildNativeAccessibilityElementInfo() argument [all...] |
H A D | native_interface_accessibility_provider_test.cpp | 271 MockGetAccessibilityNodeCursorPosition( int64_t elementId, int32_t requestId, int32_t* index) MockGetAccessibilityNodeCursorPosition() argument
|