Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java66 int fromIndex = firstIndexOnOrAfter(fromTimestamp); in queryEvents() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java178 int fromIndex = from >> 1; in animate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java185 public List<MotionEvent> subList(int fromIndex, int toIndex) { in subList()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java277 public void removeRange(int fromIndex, int toIndex) { in removeRange()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java474 public void setFromIndex(int fromIndex) { in setFromIndex()
/aosp14/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()
H A DTextView.java14501 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged()
14512 int fromIndex, int toIndex) { in sendAccessibilityEventTypeViewTextChanged()
/aosp14/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java775 int fromIndex = pageSize * page; in applyOptions() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java373 void sendAccessibilityEventTypeViewTextChanged(CharSequence beforeText, int fromIndex, in sendAccessibilityEventTypeViewTextChanged()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java163 final int fromIndex; in selectTransition() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java597 final int fromIndex = Math.max(firstVisiblePageIndex - halfPreloadCount, 0); in startPreload() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterImpl.java944 final int fromIndex = (pos >= 0 ? pos : ~pos); in removeShouldFilterCacheForUser() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java1170 final int fromIndex = (size / 2 < removeCounts ? 0 : size / 2 - removeCounts); in testWatchedSparseBooleanMatrix_removeRangeAndShrink() local
/aosp14/frameworks/base/core/java/android/hardware/
H A DCamera.java4419 int endIndex, fromIndex = 1; in splitRange() local
4445 int endIndex, fromIndex = 1; in splitArea() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java1858 View findOneVisibleChild(int fromIndex, int toIndex, boolean completelyVisible, in findOneVisibleChild()
H A DRecyclerView.java8097 public void moveView(int fromIndex, int toIndex) { in moveView()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/java/android/view/
H A DView.java15433 int fromIndex, int toIndex) { in sendViewTextTraversedAtGranularityEvent()