Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp167 void RenderTabContent::HandContentIndicatorEvent(int32_t newIndex, bool needChange) const in HandContentIndicatorEvent()
192 int32_t newIndex = IsRightToLeft() ? (scrollOffset_ < 0.0 ? GetPrevIndex() : GetNextIndex()) in HandleDragUpdate() local
206 int32_t newIndex = IsRightToLeft() ? (scrollOffset_ < 0.0 ? GetPrevIndex() : GetNextIndex()) in HandleDragEnd() local
224 void RenderTabContent::ScrollContents(int32_t newIndex, bool isLinkBar, bool fromController) in ScrollContents()
292 void RenderTabContent::HandleStartListener(int32_t newIndex, bool needChange, bool isLinkBar) in HandleStartListener()
315 void RenderTabContent::HandleStopListener(int32_t newIndex, bool needChange, bool fromController) in HandleStopListener()
375 int32_t newIndex = IsRightToLeft() ? (newDragOffset < 0.0 ? GetPrevIndex() : GetNextIndex()) in UpdateScrollPosition() local
397 void RenderTabContent::UpdateChildPosition(double offset, int32_t currentIndex, int32_t newIndex, b… in UpdateChildPosition()
H A Dtab_content_element.cpp45 …[weakTabContentElement = AceType::WeakClaim(this)](double percent, int32_t newIndex, bool needChan… in CreateRenderNode()
71 void TabContentElement::IndicatorByContent(double percent, int32_t newIndex, bool needChange) in IndicatorByContent()
H A Dtab_bar_element.cpp100 void TabBarElement::UpdateScrollIndicator(double percent, int32_t newIndex, bool needChange) in UpdateScrollIndicator()
H A Dtab_controller.cpp137 void TabController::SetIndicatorByScrollContent(double percent, int32_t newIndex, bool needChange) in SetIndicatorByScrollContent()
H A Drender_tab_bar.cpp268 void RenderTabBar::SetScrollIndicator(double percent, int32_t newIndex, bool needChange) in SetScrollIndicator()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_changes_recognizer.h39 int newIndex = 0; member
88 for (size_t newIndex = 0; newIndex < newValuesVector.size(); ++newIndex) { in OnArrayPropertyChanged() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.h34 virtual void FocusChanged(int32_t oldIndex, int32_t newIndex) {} in FocusChanged()
H A Drender_calendar.cpp266 void RenderCalendar::FocusChanged(int32_t oldIndex, int32_t newIndex) in FocusChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp680 auto newIndex = gestureStyleStoreIndex_.fetch_add(1); in ParseJsSpanBaseVector() local
1082 auto newIndex = gestureStyleStoreIndex_.fetch_add(1); in ReplaceSpan() local
1133 auto newIndex = gestureStyleStoreIndex_.fetch_add(1); in AddSpan() local
1205 auto newIndex = spanStringStoreIndex_.fetch_add(1); in ReplaceSpanString() local
1235 auto newIndex = spanStringStoreIndex_.fetch_add(1); in InsertSpanString() local
1257 auto newIndex = spanStringStoreIndex_.fetch_add(1); in AppendSpanString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp108 void RenderPickerOption::UpdateValue(uint32_t newIndex, const std::string& newText) in UpdateValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp89 for (size_t newIndex = startIndex_ + items_.size(); curMainPos < endMainPos_; ++newIndex) { in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp462 for (size_t newIndex = startIndex_ + items_.size();; ++newIndex) { in RequestNewItemsAtEndForLaneList() local
506 for (size_t newIndex = startIndex_ + items_.size();; ++newIndex) { in RequestNewItemsAtEnd() local
1162 for (size_t newIndex = startIndex_ + items_.size();; ++newIndex) { in GetCurMainPosAndMainSize() local
1427 for (size_t newIndex = startIndex_ + items_.size(); newIndex < target; newIndex++) { in LayoutOrRecycleCurrentItemsForLaneList() local
1734 size_t newIndex = FindPreviousStickyListItem(index); in ApplyPreviousStickyListItem() local
H A Drender_list_item_group.cpp207 size_t newIndex = startIndex_ + items_.size(); in RequestNewItemsAtEnd() local
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dstate_machine.cpp516 int newIndex = mStateVectorTopIndex + 1; in MoveSequenceToStateVector() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp42 …auto newIndex = std::clamp(index, 0, static_cast<int32_t>(contentController_->GetWideText().length… in UpdateCaretIndex() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp239 … auto newIndex = (newProp.offset - baseOffset) / sizeof(MaterialComponent::TextureInfo); in MapTextureSlots() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp1661 std::set<int> newIndex; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10140 updateIndex(newIndex) { argument