Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java108 float topRoundness = mAlwaysRoundBothCorners in getClipPath() local
135 if (topRoundness + bottomRoundness > height) { in getClipPath()
139 topRoundness -= overShoot * currentTopRoundness in getClipPath()
151 mTmpCornerRadii[0] = topRoundness; in getRoundedRectPath()
152 mTmpCornerRadii[1] = topRoundness; in getRoundedRectPath()
153 mTmpCornerRadii[2] = topRoundness; in getRoundedRectPath()
154 mTmpCornerRadii[3] = topRoundness; in getRoundedRectPath()
220 if (mTopRoundness != topRoundness) { in setTopRoundness()
222 mTopRoundness = topRoundness; in setTopRoundness()
286 private void setTopRoundnessInternal(float topRoundness) { in setTopRoundnessInternal() argument
[all …]
H A DNotificationBackgroundView.java204 public void setRadius(float topRoundness, float bottomRoundness) { in setRadius() argument
205 if (topRoundness == mCornerRadii[0] && bottomRoundness == mCornerRadii[4]) { in setRadius()
209 mCornerRadii[0] = topRoundness; in setRadius()
210 mCornerRadii[1] = topRoundness; in setRadius()
211 mCornerRadii[2] = topRoundness; in setRadius()
212 mCornerRadii[3] = topRoundness; in setRadius()
H A DExpandableView.java788 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java94 final float topRoundness = getRoundness(view, true /* top */); in updateViewWithoutCallback() local
97 final boolean topChanged = view.setTopRoundness(topRoundness, animate); in updateViewWithoutCallback()
150 final float topRoundness = getRoundness(oldSwipedview, true /* top */); in setViewsAffectedBySwipe() local
151 oldSwipedview.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()
162 final float topRoundness = getRoundness(oldViewAfter, true /* top */); in setViewsAffectedBySwipe() local
163 oldViewAfter.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()