/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | focusable_grid.h | 34 virtual void FocusChanged(int32_t oldIndex, int32_t newIndex) {} in FocusChanged() argument
|
H A D | render_calendar.cpp | 266 void RenderCalendar::FocusChanged(int32_t oldIndex, int32_t newIndex) in FocusChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_element.cpp | 100 void TabBarElement::UpdateScrollIndicator(double percent, int32_t newIndex, bool needChange) in UpdateScrollIndicator() argument
|
H A D | tab_content_element.cpp | 71 void TabContentElement::IndicatorByContent(double percent, int32_t newIndex, bool needChange) in IndicatorByContent() argument
|
H A D | tab_controller.cpp | 137 void TabController::SetIndicatorByScrollContent(double percent, int32_t newIndex, bool needChange) in SetIndicatorByScrollContent() argument
|
H A D | render_tab_content.cpp | 167 void RenderTabContent::HandContentIndicatorEvent(int32_t newIndex, bool needChange) const in HandContentIndicatorEvent() argument 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() argument 292 HandleStartListener(int32_t newIndex, bool needChange, bool isLinkBar) HandleStartListener() argument 315 HandleStopListener(int32_t newIndex, bool needChange, bool fromController) HandleStopListener() argument 375 int32_t newIndex = IsRightToLeft() ? (newDragOffset < 0.0 ? GetPrevIndex() : GetNextIndex()) UpdateScrollPosition() local 397 UpdateChildPosition(double offset, int32_t currentIndex, int32_t newIndex, bool needChange) UpdateChildPosition() argument [all...] |
H A D | render_tab_bar.cpp | 268 void RenderTabBar::SetScrollIndicator(double percent, int32_t newIndex, bool needChange) in SetScrollIndicator() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | array_property_changes_recognizer.h | 39 int newIndex = 0; member [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item_group.cpp | 202 size_t newIndex = startIndex_ + items_.size(); in RequestNewItemsAtEnd() local
|
H A D | render_list.cpp | 1727 size_t newIndex = FindPreviousStickyListItem(index); ApplyPreviousStickyListItem() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 108 void RenderPickerOption::UpdateValue(uint32_t newIndex, const std::string& newText) in UpdateValue() argument
|
/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | state_machine.cpp | 518 int newIndex = mStateVectorTopIndex + 1; in MoveSequenceToStateVector() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_select_controller.cpp | 42 auto newIndex = std::clamp(index, 0, static_cast<int32_t>(contentController_->GetWideText().length())); in UpdateCaretIndex() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 239 auto newIndex = (newProp.offset - baseOffset) / sizeof(MaterialComponent::TextureInfo); in MapTextureSlots() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.cpp | 680 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); AppendSpanString() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 1662 std::set<int> newIndex; in HWTEST_F() local
|