Searched refs:topRoundness (Results 1 – 4 of 4) sorted by relevance
108 float topRoundness = mAlwaysRoundBothCorners in getClipPath() local135 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 …]
204 public void setRadius(float topRoundness, float bottomRoundness) { in setRadius() argument205 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()
788 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness() argument
94 final float topRoundness = getRoundness(view, true /* top */); in updateViewWithoutCallback() local97 final boolean topChanged = view.setTopRoundness(topRoundness, animate); in updateViewWithoutCallback()150 final float topRoundness = getRoundness(oldSwipedview, true /* top */); in setViewsAffectedBySwipe() local151 oldSwipedview.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()162 final float topRoundness = getRoundness(oldViewAfter, true /* top */); in setViewsAffectedBySwipe() local163 oldViewAfter.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()