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.java599 float minDist = Float.MAX_VALUE; in getClosestChildAtRawPosition() local
615 if (dist < minDist) { in getClosestChildAtRawPosition()
617 minDist = dist; in getClosestChildAtRawPosition()