am dd33bf0e: 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.
This commit is contained in:
@@ -297,7 +297,7 @@ public class MultiWaveView extends View {
|
|||||||
*/
|
*/
|
||||||
private void startChevronAnimation() {
|
private void startChevronAnimation() {
|
||||||
final float r = mHandleDrawable.getWidth() * 0.4f;
|
final float r = mHandleDrawable.getWidth() * 0.4f;
|
||||||
final float chevronAnimationDistance = mOuterRadius * 1.0f;
|
final float chevronAnimationDistance = mOuterRadius * 0.9f;
|
||||||
final float from[][] = {
|
final float from[][] = {
|
||||||
{mWaveCenterX - r, mWaveCenterY}, // left
|
{mWaveCenterX - r, mWaveCenterY}, // left
|
||||||
{mWaveCenterX + r, mWaveCenterY}, // right
|
{mWaveCenterX + r, mWaveCenterY}, // right
|
||||||
|
|||||||
Reference in New Issue
Block a user