Home
last modified time | relevance | path

Searched defs:toIndex (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java70 int toIndex = firstIndexOnOrAfter(toTimestamp); in queryEvents() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java179 int toIndex = to >> 1; in animate() local
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTimer.h180 static inline std::vector<unsigned int>::size_type toIndex(Counter c) { in toIndex() function
/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.java495 public void setToIndex(int toIndex) { in setToIndex()
/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.java14512 int fromIndex, int toIndex) { in sendAccessibilityEventTypeViewTextChanged()
/aosp14/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java776 int toIndex = fromIndex + pageSize; in applyOptions() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java162 private boolean selectTransition(int toIndex) { in selectTransition()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java598 final int toIndex = lastVisiblePageIndex + halfPreloadCount; in startPreload() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterImpl.java951 final int toIndex = (pos >= 0 ? pos + 1 : ~pos); in removeShouldFilterCacheForUser() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java1171 final int toIndex = (fromIndex + removeCounts > size ? size : fromIndex + removeCounts); in testWatchedSparseBooleanMatrix_removeRangeAndShrink() 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/services/core/java/com/android/server/am/
H A DAppProfiler.java2558 int toIndex = 0; in getAppProfileStatsForDebugging() local
/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()