Searched refs:rightEdge (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ViewCluster.kt | 39 private val rightEdge = IntArray(mCellLayout.countY) in <lambda>() constant 58 rightEdge[i] = -1 in <lambda>() 81 if (right > rightEdge[j]) { in <lambda>() 82 rightEdge[j] = right in <lambda>() 115 RIGHT -> edgeContainsValue(top, bottom, rightEdge, left) in <lambda>()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthWeekEventsView.kt | 642 var rightEdge = computeDayLeftPosition(day + 1) in drawEvents() variable 645 rightEdge -= SIDE_PADDING_MONTH_NUMBER + 1 in drawEvents() 648 rightEdge -= EVENT_X_OFFSET_LANDSCAPE in drawEvents() 657 val newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(), in drawEvents() 669 val newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(), in drawEvents() 728 protected fun drawEvent(canvas: Canvas, event: Event, x: Int, y: Int, rightEdge: Int, in drawEvent() 787 r.right = rightEdge - STROKE_WIDTH_ADJ in drawEvent() 792 textRightEdge = rightEdge - BORDER_SPACE in drawEvent() 800 textRightEdge = rightEdge in drawEvent()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 703 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local 705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TileImageView.java | 689 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local 691 setSize(Math.min(sTileSize, rightEdge), Math.min(sTileSize, bottomEdge)); in onGetBitmap()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/ |
D | ResolverDrawerLayout.java | 1102 final int rightEdge = width - getPaddingRight(); 1103 final int widthAvailable = rightEdge - leftEdge;
|