commit | 1c1b86bf5127f9092d04b09681d92e1e1c61d8af | [log] [tgz] |
---|---|---|
author | Lyn Han <lynhan@google.com> | Wed Jun 19 14:02:38 2019 -0700 |
committer | Lyn Han <lynhan@google.com> | Thu Jun 20 22:34:44 2019 +0000 |
tree | 6670402e75695285a13762a4b1a6daebd7d018c1 | |
parent | b4ff31218166527e4fc48b65f8cbbb3ba5086251 [diff] |
Dot location getters For use by SystemUI-Bubbles flyout-to-dot animation Bug: 129158983 Test: manual (Bubbles dot looks good) Change-Id: I53287efcfe3e02b4ba0572d62f138cc52f7f66a6
diff --git a/iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java b/iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java index af07aa3..97a0fd3 100644 --- a/iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java +++ b/iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java
@@ -85,6 +85,14 @@ 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. */