Home
last modified time | relevance | path

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

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