Searched refs:layoutType (Results 1 - 10 of 10) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DLayoutMetric.java23 private LayoutType layoutType; field in class:LayoutMetric
25 //private LayoutType layoutType;
29 public LayoutMetric(float value, LayoutType layoutType) { argument
30 validatePair(value, layoutType);
31 set(value, layoutType);
32 //setLayoutType(layoutType);
34 //setLayoutType(layoutType);
40 * @param layoutType
42 protected abstract void validatePair(float value, LayoutType layoutType); argument
44 public void set(float value, LayoutType layoutType) { argument
65 setLayoutType(LayoutType layoutType) argument
[all...]
H A DSizeMetric.java27 public SizeMetric(float value, SizeLayoutType layoutType) { argument
28 super(value, layoutType);
31 protected void validatePair(float value, SizeLayoutType layoutType) { argument
32 switch(layoutType) {
46 //switch(layoutType)
H A DPositionMetric.java32 public PositionMetric(float value, LayoutType layoutType) { argument
33 super(value, layoutType);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java129 public void setWidth(float width, SizeLayoutType layoutType) { argument
130 sizeMetrics.getWidthMetric().set(width, layoutType);
137 public void setHeight(float height, SizeLayoutType layoutType) { argument
138 sizeMetrics.getHeightMetric().set(height, layoutType);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1552 milliseconds