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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DGlitchAndCallbackHeatMapView.java52 private static final int OUTER_MARGIN = 60; field in class:GlitchAndCallbackHeatMapView
131 Rect titleArea = new Rect(0, OUTER_MARGIN, canvas.getWidth(),
132 OUTER_MARGIN + textBounds.height());
134 Rect bottomLegendArea = new Rect(0, canvas.getHeight() - LABEL_SIZE - OUTER_MARGIN,
135 canvas.getWidth(), canvas.getHeight() - OUTER_MARGIN);
137 int graphWidth = canvas.getWidth() - COLOR_LEGEND_AREA_WIDTH - OUTER_MARGIN * 3;
138 int graphHeight = (bottomLegendArea.top - titleArea.bottom - OUTER_MARGIN * 3) / 2;
141 callbackHeatArea.offsetTo(OUTER_MARGIN, titleArea.bottom + OUTER_MARGIN);
144 glitchHeatArea.offsetTo(OUTER_MARGIN, callbackHeatAre
[all...]

Completed in 202 milliseconds