Dot location getters

For use by SystemUI-Bubbles flyout-to-dot animation

Bug: 129158983
Test: manual (Bubbles dot looks good)
Change-Id: I53287efcfe3e02b4ba0572d62f138cc52f7f66a6
This commit is contained in:
Lyn Han 2019-06-19 14:02:38 -07:00
parent b4ff312181
commit 1c1b86bf51
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,14 @@ public class DotRenderer {
return pos;
}
public float[] getLeftDotPosition() {
return mLeftDotPosition;
}
public float[] getRightDotPosition() {
return mRightDotPosition;
}
/**
* Draw a circle on top of the canvas according to the given params.
*/