Skip to content

Commit fb708a1

Browse files
author
Jim Miller
committed
Fix 5355659: Minor tweak to wave ping radius in MultiWaveView.
Change-Id: Ib85c9d375e26897ce87b41addfaba503d9430f18
1 parent dd6d1bb commit fb708a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/com/android/internal/widget/multiwaveview/MultiWaveView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private void switchToState(int state, float x, float y) {
297297
*/
298298
private void startChevronAnimation() {
299299
final float r = mHandleDrawable.getWidth() * 0.4f;
300-
final float chevronAnimationDistance = mOuterRadius * 1.0f;
300+
final float chevronAnimationDistance = mOuterRadius * 0.9f;
301301
final float from[][] = {
302302
{mWaveCenterX - r, mWaveCenterY}, // left
303303
{mWaveCenterX + r, mWaveCenterY}, // right

0 commit comments

Comments
 (0)