Home
last modified time | relevance | path

Searched defs:currentIndex (Results 76 - 99 of 99) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp324 auto currentIndex = layoutProperty->GetIndex().value_or(0); in MeasureTabsCustomAnimation() local
558 LayoutForwardItem(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, int32_t& currentIndex, float startPos, float& endPos) LayoutForwardItem() argument
598 LayoutBackwardItem(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, int32_t& currentIndex, float endPos, float& startPos) LayoutBackwardItem() argument
718 auto currentIndex = startIndex - 1; LayoutForward() local
846 auto currentIndex = endIndex + 1; LayoutBackward() local
911 auto currentIndex = layoutProperty->GetIndex().value_or(0); LayoutCustomAnimation() local
[all...]
H A Dswiper_pattern.cpp1264 void SwiperPattern::FireChangeEvent(int32_t preIndex, int32_t currentIndex, bool isInLayout) const in FireChangeEvent() argument
1280 FireAnimationStartEvent( int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const FireAnimationStartEvent() argument
1293 FireAnimationEndEvent( int32_t currentIndex, const AnimationCallbackInfo& info, bool isInterrupt) const FireAnimationEndEvent() argument
1312 FireGestureSwipeEvent(int32_t currentIndex, const AnimationCallbackInfo& info) const FireGestureSwipeEvent() argument
1402 auto currentIndex = index - 1; CalcVisibleIndex() local
1454 auto currentIndex = index - 1; CalculateAndUpdateItemInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp299 auto currentIndex = textPickerColumnPattern->GetCurrentIndex(); in FireChangeEvent() local
H A Dtextpicker_column_pattern.cpp486 uint32_t currentIndex = GetCurrentIndex(); in FlushCurrentTextOptions() local
532 uint32_t currentIndex = GetCurrentIndex(); in FlushCurrentImageOptions() local
585 uint32_t currentIndex = GetCurrentIndex(); FlushCurrentMixtureOptions() local
774 AddAnimationTextProperties( uint32_t currentIndex, const RefPtr<TextLayoutProperty>& textLayoutProperty) AddAnimationTextProperties() argument
821 UpdatePickerTextProperties(const RefPtr<TextLayoutProperty>& textLayoutProperty, const RefPtr<TextPickerLayoutProperty>& textPickerLayoutProperty, uint32_t currentIndex, uint32_t middleIndex, uint32_t showCount) UpdatePickerTextProperties() argument
1526 int currentIndex = static_cast<int>(GetCurrentIndex()); CanMove() local
1553 uint32_t currentIndex = GetCurrentIndex(); InnerHandleScroll() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp1293 auto currentIndex = pattern->GetCurrentIndex(); in HandleDirectionKey() local
1240 ParseDirectionKey(RefPtr<FrameNode>& host, RefPtr<TimePickerColumnPattern>& pattern, KeyCode& code, int32_t currentIndex, uint32_t totalOptionCount, int32_t childSize) ParseDirectionKey() argument
H A Dtimepicker_column_pattern.cpp463 uint32_t currentIndex = host->GetPattern<TimePickerColumnPattern>()->GetCurrentIndex(); in FlushCurrentOptions() local
630 AddAnimationTextProperties( uint32_t currentIndex, const RefPtr<TextLayoutProperty>& textLayoutProperty) AddAnimationTextProperties() argument
1196 uint32_t currentIndex = GetCurrentIndex(); InnerHandleScroll() local
1283 int currentIndex = static_cast<int>(timePickerColumnPattern->GetCurrentIndex()); CanMove() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp221 auto currentIndex = GetCurrentIndex(); in HandleTouchClick() local
405 int32_t currentIndex = GetCurrentShownIndex(); in GetMouseClickIndex() local
471 auto currentIndex in GetDisplayCurrentIndex() local
492 auto currentIndex = swiperLayoutProperty->GetIndex().value_or(0); GetInitialIndex() local
583 auto currentIndex = swiperPattern->GetCurrentIndex(); CheckIsTouchBottom() local
631 auto currentIndex = swiperPattern->GetCurrentIndex(); CheckIsTouchBottom() local
998 auto currentIndex = swiperPattern->GetCurrentIndex(); GetCurrentIndex() local
1067 auto currentIndex = GetDisplayCurrentIndex(); GetTextContentSub() local
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1239 napi_value currentIndex = nullptr; in GetElementInfoAllAttribute3() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp2195 uint8_t currentIndex = 0; in GetSubFont() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1340 auto currentIndex = minuteColumnPattern->GetCurrentIndex(); in HWTEST_F() local
1891 auto currentIndex = pattern->GetCurrentIndex(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp251 const size_t currentIndex = allocator.allocators.size() - 1; in AllocateRenderData() local
257 const size_t currentIndex = allocator.allocators.size(); in AllocateRenderData() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp1565 auto currentIndex = 0; in ChangeListItemsSelectedStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp616 auto currentIndex = gridLayoutInfo_.endIndex_ + 1; in FillBlankAtEnd() local
806 int32_t currentIndex = benchmarkIndex; in GetTargetIndexInfoWithBenchMark() local
1029 int32_t currentIndex = -1; UseCurrentLines() local
1229 auto currentIndex = gridLayoutInfo_.startIndex_; FillNewLineForward() local
1295 AddForwardLines( int32_t currentIndex, float crossSize, float mainSize, LayoutWrapper* layoutWrapper) AddForwardLines() argument
1378 auto currentIndex = gridLayoutInfo_.endIndex_ + 1; FillNewLineBackward() local
1430 auto currentIndex = 0; LargeItemNextLineHeight() local
1450 auto currentIndex = -1; LargeItemForwardLineHeight() local
1456 CalculateLineIndexForLargeItem( std::map<int32_t, std::map<int32_t, int32_t>>::iterator gridMatrixIter, int32_t currentIndex, int32_t lineIndex, LayoutWrapper* layoutWrapper) CalculateLineIndexForLargeItem() argument
1499 auto currentIndex = 0; CalculateLineHeightForLargeItem() local
1768 GetStartingItem(LayoutWrapper* layoutWrapper, int32_t currentIndex) GetStartingItem() argument
1906 auto currentIndex = gridLayoutInfo_.endIndex_ + 1; FillNewCacheLineBackward() local
1920 auto currentIndex = gridLayoutInfo_.endIndex_ + 1; FillNewCacheLineBackward() local
2061 auto currentIndex = item.second; CompleteItemCrossPosition() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp3264 int currentIndex = lookup(fragmentOutputs, fragmentOutput); in declareFragmentOutput() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp802 int currentIndex = needReverse_ ? (itemCount_ - currentIndex_ - 1) : currentIndex_; in HandleClick() local
2182 auto currentIndex = needReverse_ ? (itemCount_ - currentIndex_ - 1) : currentIndex_; in UpdatePositionOnStretch() local
2198 auto currentIndex = needReverse_ ? (itemCount_ - currentIndex_ - 1) : currentIndex_; in UpdatePositionOnStretch() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2380 void TabBarPattern::TriggerTranslateAnimation(int32_t currentIndex, int32_t targetIndex) in TriggerTranslateAnimation() argument
3187 int32_t currentIndex = swiperPattern->GetCurrentIndex(); ContentWillChange() local
3191 ContentWillChange(int32_t currentIndex, int32_t comingIndex) ContentWillChange() argument
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h579 uint32_t currentIndex; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3909 int32_t currentIndex = list->GetCurrentIndex(); in getBackForwardEntries() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3798 void TextPattern::StartVibratorByIndexChange(int32_t currentIndex, int32_t preIndex) in StartVibratorByIndexChange() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp1289 uint32_t currentIndex; in UpdateSetting() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp3096 auto currentIndex = size - 1; in RemoveOverlayCommon() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1863 void TextFieldPattern::StartVibratorByIndexChange(int32_t currentIndex, int32_t preIndex) in StartVibratorByIndexChange() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 107 milliseconds

1234