public class CoordinatesUtils
extends java.lang.Object
| Constructor and Description |
|---|
CoordinatesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCoordinate(Indicator indicator,
int position) |
static int |
getPosition(Indicator indicator,
float x,
float y) |
static android.util.Pair<java.lang.Integer,java.lang.Float> |
getProgress(Indicator indicator,
int position,
float positionOffset,
boolean isRtl) |
static int |
getXCoordinate(Indicator indicator,
int position) |
static int |
getYCoordinate(Indicator indicator,
int position) |
public static int getCoordinate(Indicator indicator, int position)
public static int getXCoordinate(Indicator indicator, int position)
public static int getYCoordinate(Indicator indicator, int position)
public static int getPosition(Indicator indicator, float x, float y)
public static android.util.Pair<java.lang.Integer,java.lang.Float> getProgress(Indicator indicator, int position, float positionOffset, boolean isRtl)