HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutType (Results 1 - 4 of 4) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeMetric.java 47 switch(getLayoutType()) {
55 throw new IllegalArgumentException("Unsupported LayoutType: " + this.getLayoutType());
LayoutMetric.java 61 public LayoutType getLayoutType() {
XPositionMetric.java 53 switch(getLayoutType()) {
67 throw new IllegalArgumentException("Unsupported LayoutType: " + this.getLayoutType());
YPositionMetric.java 58 validatePair(value, getLayoutType());
83 switch(getLayoutType()) {
97 throw new IllegalArgumentException("Unsupported LayoutType: " + this.getLayoutType());

Completed in 3890 milliseconds