Skip to content

Commit b48ca1f

Browse files
Peter NgAndroid Git Automerger
authored andcommitted
am dd33bf0: Merge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-factoryrom
* commit 'dd33bf0ebbde9aa702d039b6b9d5f06ac0a69dfb': Fix 5355659: Minor tweak to wave ping radius in MultiWaveView.
2 parents 511ecc8 + dd33bf0 commit b48ca1f

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)