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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
PositionMetrics.java 23 private AnchorPosition anchor;
26 public PositionMetrics(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor) {
41 public AnchorPosition getAnchor() {
45 public void setAnchor(AnchorPosition anchor) {
AnchorPosition.java 23 public enum AnchorPosition {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java 59 public AnchorPosition getAnchor() {
63 public void setAnchor(AnchorPosition anchor) {
69 * Same as {@link #position(float, com.androidplot.ui.XLayoutStyle, float, com.androidplot.ui.YLayoutStyle, com.androidplot.ui.AnchorPosition)}
77 position(x, xLayoutStyle, y, yLayoutStyle, AnchorPosition.LEFT_TOP);
88 YLayoutStyle yLayoutStyle, AnchorPosition anchor) {
284 public static PointF getAnchorOffset(float width, float height, AnchorPosition anchorPosition) {
286 switch (anchorPosition) {
314 throw new IllegalArgumentException("Unsupported anchor location: " + anchorPosition);
319 public static PointF getAnchorCoordinates(RectF widgetRect, AnchorPosition anchorPosition) {
    [all...]
TextLabelWidget.java 112 AnchorPosition.CENTER);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DualScaleXYPlotExampleActivity.java 29 import com.androidplot.ui.AnchorPosition;
109 0 ,XLayoutStyle.ABSOLUTE_FROM_LEFT,10,YLayoutStyle.ABSOLUTE_FROM_TOP,AnchorPosition.LEFT_TOP);
111 49,XLayoutStyle.ABSOLUTE_FROM_LEFT,10,YLayoutStyle.ABSOLUTE_FROM_TOP,AnchorPosition.LEFT_TOP);
120 55, XLayoutStyle.ABSOLUTE_FROM_LEFT, 15, YLayoutStyle.ABSOLUTE_FROM_TOP, AnchorPosition.LEFT_TOP);
129 25, XLayoutStyle.ABSOLUTE_FROM_RIGHT, 15, YLayoutStyle.ABSOLUTE_FROM_TOP, AnchorPosition.RIGHT_TOP);
BarPlotExampleActivity.java 43 import com.androidplot.ui.AnchorPosition;
125 AnchorPosition.TOP_MIDDLE);
XYRegionExampleActivity.java 262 AnchorPosition.LEFT_TOP);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieChart.java 22 import com.androidplot.ui.AnchorPosition;
72 AnchorPosition.CENTER);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 203 int anchorPosition = 0;
208 anchorPosition = getPosition(anchor);
212 anchorPosition = mPendingScrollPosition;
214 mAnchorPageBreakPosition = anchorPosition;
221 ":: onLayoutChildren anchorPosition:%s, anchorTop:%s,"
224 anchorPosition, anchorTop, mPendingScrollPosition, mAnchorPageBreakPosition,
242 View anchor = layoutAnchor(recycler, anchorPosition, anchorTop);
260 getPosition(getChildAt(getChildCount() - 1)) + " anchor " + anchorPosition);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 210 AnchorPosition.RIGHT_BOTTOM);
217 AnchorPosition.RIGHT_MIDDLE);
224 AnchorPosition.LEFT_BOTTOM);
231 AnchorPosition.LEFT_MIDDLE);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 310 YLayoutStyle.ABSOLUTE_FROM_TOP, AnchorPosition.TOP_MIDDLE);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 971 milliseconds