Home
last modified time | relevance | path

Searched defs:points (Results 1 – 3 of 3) sorted by relevance

/sdk/chimpchat/test/com/android/chimpchat/adb/
DLinearInterpolatorTest.java31 private final List<LinearInterpolator.Point> points = Lists.newArrayList(); field in LinearInterpolatorTest.Collector
62 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpRight() local
76 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpLeft() local
90 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpUp() local
104 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpDown() local
118 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpNW() local
132 List<LinearInterpolator.Point> points = collector.getPoints(); in testLerpNE() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelinePainter.java178 List<Point> points = new ArrayList<Point>(); in paintCycle() local
/sdk/traceview/src/com/android/traceview/
DTimeLineView.java1278 int[] points = { x1, y1, x1, y1 + height, x2, in drawHighlights() local
1283 int[] points = { x1, y1, x1, y1 + height, x2, in drawHighlights() local
1290 int[] points = { x1, y1 + height, x2, y1 + height, x2, in drawHighlights() local
1295 int[] points = { x1, y1 + height, x2, y1 + height }; in drawHighlights() local
1302 int[] points = { x1 + 7, y1 + height - 4, x1, y1 + height, in drawHighlights() local
1307 int[] points = { x2 - 7, y1 + height - 4, x2, y1 + height, in drawHighlights() local