Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java271 float firstElementRoundness = 0.0f; in updateAppearance() local
346 firstElementRoundness = row.getCurrentTopRoundness(); in updateAppearance()
366 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()
367 previousRow.setBottomRoundness(firstElementRoundness, in updateAppearance()
382 setFirstElementRoundness(firstElementRoundness); in updateAppearance()
422 private void setFirstElementRoundness(float firstElementRoundness) {
423 if (mFirstElementRoundness != firstElementRoundness) {
424 mFirstElementRoundness = firstElementRoundness;
425 setTopRoundness(firstElementRoundness, false /* animate */);