Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzerMultiple.java37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local
/aosp12/art/test/952-invoke-custom/src/
H A DTestInvokeCustomWithConcurrentThreads.java30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp121 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
130 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
176 auto nextIndex = currentMonthIndex_; in RequestMonthData() local
/aosp12/build/soong/ui/build/
H A Dproc_sync_test.go77 nextIndex int member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp263 int32_t nextIndex = 1; variable
417 int32_t nextIndex = 1; variable
645 int32_t nextIndex = 1; variable
H A Dswiper_test_ng.cpp603 int32_t nextIndex = 1; variable
1082 int32_t nextIndex = 1; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h44 uint16_t nextIndex = 0; // the conflicy Node index in array member
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DEventLogArray.java41 private int nextIndex; field in EventLogArray
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp97 uint8_t nextIndex = AddNewFont(fontListId, fontIds, size, index); in UpdateFont() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp118 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex() local
263 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java218 public int nextIndex() { in nextIndex() method in TimeLimitedMotionEventBuffer.Iter
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java155 final int nextIndex = (currentIndex + 1) % enabledSubtypes.size(); in switchToNextInputSubtypeInThisIme() local
205 final int nextIndex = (currentIndex + i) % count; in getNextNonAuxiliaryIme() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1271 int32_t nextIndex = 0; in GetShiftDistance() local
1310 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirecti… in GetSelectedDistance()
1331 double TextPickerColumnPattern::GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDire… in GetUpCandidateDistance()
1356 double TextPickerColumnPattern::GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDi… in GetDownCandidateDistance()
1384 int32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_updating_helper.cpp51 const size_t nextIndex = matchedCodePointCount + j; in addUnigramWord() local
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
H A DPackedTableReader.java266 int nextIndex = mIndex + 1; in getNext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1229 void SwiperPattern::OnAnimationTranslateZero(int32_t nextIndex, bool stopAutoPlay) in OnAnimationTranslateZero()
1262 int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const in FireAnimationStartEvent()
2867 auto nextIndex = currentIndex_; in ComputeSwipePageNextIndex() local
2919 auto nextIndex = currentIndex_; in ComputeNextIndexByVelocity() local
3017 auto nextIndex = ComputeNextIndexByVelocity(static_cast<float>(dragVelocity), true); in CheckDragOutOfBoundary() local
3044 float translate, int32_t nextIndex, float velocity, bool stopAutoPlay) in PlayPropertyTranslateAnimation()
3334 …d SwiperPattern::PlayIndicatorTranslateAnimation(float translate, std::optional<int32_t> nextIndex) in PlayIndicatorTranslateAnimation()
3381 float startPos, float endPos, int32_t nextIndex, bool restartAutoPlay, float velocity) in PlayTranslateAnimation()
4365 void SwiperPattern::TriggerEventOnFinish(int32_t nextIndex) in TriggerEventOnFinish()
4554int32_t nextIndex, bool restartAutoPlay, bool isFinishAnimation, bool forceStop, bool isInterrupt) in OnTranslateFinish()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java183 final int nextIndex = (currentIndex + 1) % numItems; in assertRotationOrder() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp972 int32_t nextIndex = currentIndex; in CalcScrollIndex() local
996 uint32_t nextIndex = 0; in GetShiftDistance() local
1064 uint32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java252 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp454 int32_t nextIndex = item->GetSectionIndex(); in MoveSection() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp82 int32_t nextIndex = FindFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1034 auto nextIndex = curIndex; in GetNextFocusNode() local
1226 WeakPtr<FocusHub> ListPattern::ScrollAndFindFocusNode(int32_t nextIndex, int32_t curIndex, int32_t&… in ScrollAndFindFocusNode()
1236 bool ListPattern::ScrollListForFocus(int32_t nextIndex, int32_t curIndex, int32_t nextIndexInGroup) in ScrollListForFocus()
1263 bool ListPattern::ScrollListItemGroupForFocus(int32_t nextIndex, int32_t& nextIndexInGroup, int32_t… in ScrollListItemGroupForFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1455 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity() local
1490 int32_t nextIndex = GetNextIndex(index); in UpdateItemPosition() local
1751 int32_t nextIndex = fromIndex; in UpdateChildPosition() local
1784 int32_t nextIndex = 0; in Tick() local
/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java440 int nextIndex = (mStartIndex + mSize) % ATTENTION_CACHE_BUFFER_SIZE; in add() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java304 int nextIndex = findNextPCharOrNonPOrNonWCharIndex(phoneNumber, currIndex); in formatDialString() local

12