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.java296 float firstElementRoundness = 0.0f; in updateAppearance() local
368 firstElementRoundness = row.getCurrentTopRoundness(); in updateAppearance()
388 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()
389 previousRow.setBottomRoundness(firstElementRoundness, in updateAppearance()
400 setFirstElementRoundness(firstElementRoundness); in updateAppearance()
440 private void setFirstElementRoundness(float firstElementRoundness) {
441 if (mFirstElementRoundness != firstElementRoundness) {
442 mFirstElementRoundness = firstElementRoundness;
443 setTopRoundness(firstElementRoundness, false /* animate */);