Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java358 float distanceToGapTop = getTranslationY() in updateAppearance() local
360 if (distanceToGapTop > 0) { in updateAppearance()
366 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()