Searched defs:points (Results 1 – 1 of 1) sorted by relevance
| /development/tools/traceview/src/com/android/traceview/ |
| D | TimeLineView.java | 1146 int[] points = { x1, y1, x1, y1 + height, x2, in drawHighlights() local 1151 int[] points = { x1, y1, x1, y1 + height, x2, in drawHighlights() local 1158 int[] points = { x1, y1 + height, x2, y1 + height, x2, in drawHighlights() local 1163 int[] points = { x1, y1 + height, x2, y1 + height }; in drawHighlights() local 1170 int[] points = { x1 + 7, y1 + height - 4, x1, y1 + height, in drawHighlights() local 1175 int[] points = { x2 - 7, y1 + height - 4, x2, y1 + height, in drawHighlights() local
|