Merge "Dot location getters" into ub-launcher3-qt-dev
am: 06954c18fa
Change-Id: Ic4956981ece5778ad2e87fa49ef62b96aa808b00
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user