Searched defs:rightEdge (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java733 int rightEdge = computeDayLeftPosition(day + 1);
737 rightEdge -= SIDE_PADDING_MONTH_NUMBER + 1;
740 rightEdge -= EVENT_X_OFFSET_LANDSCAPE;
749 int newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(),
762 int newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(),
814 * @param rightEdge the rightmost point we're allowed to draw on (exclusive)
822 protected int drawEvent(Canvas canvas, Event event, int x, int y, int rightEdge, argument
882 r.right = rightEdge - STROKE_WIDTH_ADJ;
887 textRightEdge = rightEdge - BORDER_SPACE;
895 textRightEdge = rightEdge;
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1605 int[] rightEdge = new int[mCountY]; field in class:CellLayout.ViewCluster
1624 rightEdge[i] = -1;
1778 computeEdge(RIGHT, rightEdge);
1780 return rightEdge;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1479 int[] rightEdge = new int[mCountY]; field in class:CellLayout.ViewCluster
1498 rightEdge[i] = -1;
1652 computeEdge(RIGHT, rightEdge);
1654 return rightEdge;

Completed in 174 milliseconds