HomeSort by relevance Sort by last modified time
    Searched full:graphwidget (Results 1 - 11 of 11) sorted by null

  /external/androidplot/Examples/DemoApp/res/layout/
orientation_sensor_example.xml 29 androidPlot.graphWidget.backgroundPaint.color="#000000"
30 androidPlot.graphWidget.gridBackgroundPaint.color="#000000"
31 androidPlot.graphWidget.domainGridLinePaint.color="#00000000"
32 androidPlot.graphWidget.domainOriginLinePaint.color="#00000000"
33 androidPlot.graphWidget.domainOriginLabelPaint.color="#00000000"
34 androidPlot.graphWidget.marginTop="20dp"
35 androidPlot.graphWidget.marginLeft="15dp"
36 androidPlot.graphWidget.marginBottom="25dp"
37 androidPlot.graphWidget.marginRight="10dp"
38 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
    [all...]
simple_xy_plot_example.xml 31 androidPlot.graphWidget.marginTop="20dp"
32 androidPlot.graphWidget.marginLeft="15dp"
33 androidPlot.graphWidget.marginBottom="25dp"
34 androidPlot.graphWidget.marginRight="10dp"
35 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
36 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
37 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size"
38 androidPlot.graphWidget.domainOriginLabelPaint.textSize="@dimen/domain_tick_label_font_size"
44 androidPlot.graphWidget.gridLinePaint.color="#000000"/>
dynamicxyplot_example.xml 32 androidPlot.graphWidget.marginTop="20dp"
33 androidPlot.graphWidget.marginLeft="15dp"
34 androidPlot.graphWidget.marginBottom="25dp"
35 androidPlot.graphWidget.marginRight="10dp"
36 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
37 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
38 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size"
39 androidPlot.graphWidget.domainOriginLabelPaint.textSize="@dimen/domain_tick_label_font_size"
touch_zoom_example.xml 30 androidPlot.graphWidget.marginTop="20dp"
31 androidPlot.graphWidget.marginLeft="15dp"
32 androidPlot.graphWidget.marginBottom="25dp"
33 androidPlot.graphWidget.marginRight="10dp"
34 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
35 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
36 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size"
37 androidPlot.graphWidget.domainOriginLabelPaint.textSize="@dimen/domain_tick_label_font_size"
xy_plot_with_bq_img_example.xml 20 androidPlot.graphWidget.marginTop="20dp"
21 androidPlot.graphWidget.marginLeft="15dp"
22 androidPlot.graphWidget.marginBottom="25dp"
23 androidPlot.graphWidget.marginRight="10dp"
24 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
25 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
26 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size"
27 androidPlot.graphWidget.domainOriginLabelPaint.textSize="@dimen/domain_tick_label_font_size"
xyregion_example.xml 18 androidPlot.graphWidget.marginTop="20dp"
19 androidPlot.graphWidget.marginLeft="35dp"
20 androidPlot.graphWidget.marginBottom="25dp"
21 androidPlot.graphWidget.marginRight="10dp"
22 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
23 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
24 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size"
25 androidPlot.graphWidget.domainOriginLabelPaint.textSize="@dimen/domain_tick_label_font_size"
bar_plot_example.xml 32 androidPlot.graphWidget.marginTop="20dp"
33 androidPlot.graphWidget.marginLeft="15dp"
34 androidPlot.graphWidget.marginBottom="25dp"
35 androidPlot.graphWidget.marginRight="10dp"
36 androidPlot.graphWidget.gridBackgroundPaint.color="#000000"
37 androidPlot.graphWidget.domainGridLinePaint.alpha="0"
38 androidPlot.graphWidget.domainOriginLinePaint.alpha="0"
39 androidPlot.graphWidget.rangeLabelPaint.textSize="@dimen/range_tick_label_font_size"
40 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="@dimen/range_tick_label_font_size"
41 androidPlot.graphWidget.domainLabelPaint.textSize="@dimen/domain_tick_label_font_size
    [all...]
dual_scale_xy_plot_example.xml 37 androidPlot.graphWidget.gridLinePaint.color="#000000"/>
43 androidPlot.graphWidget.gridLinePaint.color="#000000"/>
  /cts/apps/CtsVerifier/res/layout/
hifi_ultrasound_popup.xml 17 androidPlot.graphWidget.rangeLabelPaint.textSize="16dp"
18 androidPlot.graphWidget.rangeOriginLabelPaint.textSize="16dp"
19 androidPlot.graphWidget.domainLabelPaint.textSize="16dp"
20 androidPlot.graphWidget.domainOriginLabelPaint.textSize="16dp"
25 androidPlot.graphWidget.gridLinePaint.color="#000000" />
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 45 private XYGraphWidget graphWidget;
173 graphWidget = new XYGraphWidget(
185 graphWidget.setBackgroundPaint(backgroundPaint);
212 graphWidget.position(
235 graphWidget.setMarginTop(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_TOP_MARGIN_DP));
236 graphWidget.setMarginRight(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_RIGHT_MARGIN_DP));
695 return graphWidget.getTicksPerRangeLabel();
705 graphWidget.setTicksPerRangeLabel(ticksPerRangeLabel);
715 return graphWidget.getTicksPerDomainLabel();
725 graphWidget.setTicksPerDomainLabel(ticksPerDomainLabel);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYPlotTest.java 470 params.put("graphWidget.domainLabelPaint.color", param3);

Completed in 178 milliseconds