Skip to content

Commit dd33bf0

Browse files
Peter NgAndroid (Google) Code Review
authored andcommitted
Merge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-factoryrom
2 parents b849074 + fb708a1 commit dd33bf0

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)