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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutMetric.java 21 abstract class LayoutMetric<LayoutType extends Enum> {
23 private LayoutType layoutType;
25 //private LayoutType layoutType;
29 public LayoutMetric(float value, LayoutType layoutType) {
30 validatePair(value, layoutType);
31 set(value, layoutType);
32 //setLayoutType(layoutType);
    [all...]
PositionMetric.java 19 public abstract class PositionMetric<LayoutType extends Enum> extends LayoutMetric<LayoutType> {
32 public PositionMetric(float value, LayoutType layoutType) {
33 super(value, layoutType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]

Completed in 545 milliseconds