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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutManager.java 95 float elementHeight = widget.getHeightPix(displayDims.paddedRect.height());
96 PointF coords = widget.getElementCoordinates(elementHeight,
99 //RectF widgetRect = new RectF(coords.x, coords.y, coords.x + elementWidth, coords.y + elementHeight);
132 elementHeight, metrics.getAnchor());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java 259 float elementHeight = getHeightPix(plotDimensions.paddedRect.height());
260 PointF coords = getElementCoordinates(elementHeight,
264 coords.x + elementWidth, coords.y + elementHeight);
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 2806 milliseconds