Merge "Dot location getters" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-06-21 18:57:44 +00:00
committed by Android (Google) Code Review
@@ -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.
*/