Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java668 float minDist = Float.MAX_VALUE; in getClosestChildAtRawPosition() local
684 if (dist < minDist) { in getClosestChildAtRawPosition()
686 minDist = dist; in getClosestChildAtRawPosition()