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

am: 06954c18fa

Change-Id: Ic4956981ece5778ad2e87fa49ef62b96aa808b00
This commit is contained in:
Lyn Han
2019-06-21 12:05:59 -07:00
committed by android-build-merger
@@ -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.
*/