Home
last modified time | relevance | path

Searched defs:fromIndex (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java583 private final int fromIndex; field in ContentProviderOperation.BackReference
586 private BackReference(int fromIndex, String fromKey) { in BackReference()
806 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex) { in withValueBackReference()
824 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex, in withValueBackReference()
870 public @NonNull Builder withExtraBackReference(@NonNull String key, int fromIndex) { in withExtraBackReference()
888 public @NonNull Builder withExtraBackReference(@NonNull String key, int fromIndex, in withExtraBackReference()
932 public @NonNull Builder withSelectionBackReference(int index, int fromIndex) { in withSelectionBackReference()
952 public @NonNull Builder withSelectionBackReference(int index, int fromIndex, in withSelectionBackReference()
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySavingStats.java62 static int fromIndex(int index) { in fromIndex() method
76 static int fromIndex(int index) { in fromIndex() method
91 static int fromIndex(int index) { in fromIndex() method
105 static int fromIndex(int index) { in fromIndex() method
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameLookupBuilder.java239 private void insertNameVariants(long rawContactId, long dataId, int fromIndex, int toIndex, in insertNameVariants()
302 private void insertNicknamePermutations(long rawContactId, long dataId, int fromIndex, in insertNicknamePermutations()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuOperationUtils.h131 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertNchwToNhwc() local
149 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertNhwcToNchw() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DSentenceLevelAdapter.java91 public int getEndOfWord(final CharSequence sequence, final int fromIndex) { in getEndOfWord()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java66 int fromIndex = firstIndexOnOrAfter(fromTimestamp); in queryEvents() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DPageIndicator.java171 int fromIndex = from >> 1; in animate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java178 int fromIndex = from >> 1; in animate() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestions.java56 public int layout(final SuggestedWords suggestedWords, final int fromIndex, in layout()
190 public Builder layout(final SuggestedWords suggestedWords, final int fromIndex, in layout()
/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DInputPointers.java42 final int fromIndex = mTimes.getLength(); in fillWithLastTimeUntil() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeUtility.java155 private static int indexOfWsp(String s, int fromIndex) { in indexOfWsp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java185 public List<MotionEvent> subList(int fromIndex, int toIndex) { in subList()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java177 static int writeCharArray(final int[] codePoints, final byte[] buffer, final int fromIndex, in writeCharArray()
H A DBinaryDictEncoderUtils.java482 /* package */ static int writeChildrenPosition(final byte[] buffer, final int fromIndex, in writeChildrenPosition()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/aosp12/art/test/021-string2/src/
H A DMain.java895 public static int $noinline$indexOf(String lhs, int ch, int fromIndex) { in $noinline$indexOf()
/aosp12/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java731 int fromIndex = pageSize * page; in applyOptions() local
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java424 public void setFromIndex(int fromIndex) { in setFromIndex()
/aosp12/frameworks/base/core/java/android/widget/
H A DStackView.java235 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { in transformViewForTransition()
H A DAdapterViewAnimator.java270 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { in transformViewForTransition()
/aosp12/art/test/458-checker-instruct-simplification/src/
H A DMain.java2490 public static int $noinline$emptyStringIndexOfAfter(int ch, int fromIndex) { in $noinline$emptyStringIndexOfAfter()
2528 public static int $noinline$singleCharStringIndexOfAfter(int ch, int fromIndex) { in $noinline$singleCharStringIndexOfAfter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java358 void sendAccessibilityEventTypeViewTextChanged(CharSequence beforeText, int fromIndex, in sendAccessibilityEventTypeViewTextChanged()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java163 final int fromIndex; in selectTransition() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp412 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertToNhwcImpl() local
426 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertFromNhwcImpl() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java985 private void debugMoveBox(int fromIndex[]) { in debugMoveBox()
1016 public void moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, in moveBox()

12