/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
H A D | LayoutMetric.java | 23 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 D | SizeMetric.java | 27 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 D | PositionMetric.java | 32 public PositionMetric(float value, LayoutType layoutType) {
argument 33 super(value, layoutType);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
H A D | Widget.java | 129 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 D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |