Home
last modified time | relevance | path

Searched refs:rightEdge (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java733 int rightEdge = computeDayLeftPosition(day + 1); in drawEvents() local
737 rightEdge -= SIDE_PADDING_MONTH_NUMBER + 1; in drawEvents()
740 rightEdge -= EVENT_X_OFFSET_LANDSCAPE; in drawEvents()
749 int newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(), in drawEvents()
762 int newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(), in drawEvents()
822 protected int drawEvent(Canvas canvas, Event event, int x, int y, int rightEdge, in drawEvent() argument
882 r.right = rightEdge - STROKE_WIDTH_ADJ; in drawEvent()
887 textRightEdge = rightEdge - BORDER_SPACE; in drawEvent()
895 textRightEdge = rightEdge; in drawEvent()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java105 float rightEdge = centerX + imageWidth / 2f * scale; in getEdgesHelper() local
110 edgesOut.right = rightEdge; in getEdgesHelper()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java689 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local
691 setSize(Math.min(sTileSize, rightEdge), Math.min(sTileSize, bottomEdge)); in onGetBitmap()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java703 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java703 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1316 final int[] rightEdge = new int[mCountY]; field in CellLayout.ViewCluster
1336 rightEdge[i] = -1; in resetEdges()
1358 if (right > rightEdge[j]) { in computeEdge()
1359 rightEdge[j] = right; in computeEdge()
1401 if (rightEdge[i] == cs.cellX) { in isViewTouchingEdge()