Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java78 private boolean mTopAmountRounded; field in ExpandableOutlineView
86 && !mTopAmountRounded) {
187 if (mTopAmountRounded && topAmountNeedsClipping()) { in drawChild()
236 mTopAmountRounded = distanceToTopRoundness >= 0; in setDistanceToTopRoundness()
289 if (mTopAmountRounded) { in getCurrentBackgroundRadiusTop()
DNotificationBackgroundView.java58 private boolean mTopAmountRounded; field in NotificationBackgroundView
96 if (mTopAmountRounded) { in draw()
188 mTopAmountRounded = distanceToTopRoundness >= 0; in setDistanceToTopRoundness()