Searched refs:rightEdge (Results 1 - 8 of 8) 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/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCropView.java105 float rightEdge = centerX + imageWidth / 2f * scale;
110 edgesOut.right = rightEdge;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java444 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0;
448 && (x < this.x + this.width || (rightEdge && x >= this.x))
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java689 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
691 setSize(Math.min(sTileSize, rightEdge), Math.min(sTileSize, bottomEdge));
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java703 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge));
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java704 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
706 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge));
/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.java1381 int[] rightEdge = new int[mCountY]; field in class:CellLayout.ViewCluster
1400 rightEdge[i] = -1;
1554 computeEdge(RIGHT, rightEdge);
1556 return rightEdge;

Completed in 98 milliseconds