Home
last modified time | relevance | path

Searched refs:findFirstViewIndexAfter (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java337 int animationStartIndex = findFirstViewIndexAfter(icon.getTranslationX()); in onViewRemoved()
368 private int findFirstViewIndexAfter(float translationX) { in findFirstViewIndexAfter() method in NotificationIconContainer