Home
last modified time | relevance | path

Searched refs:bottomEdge (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java107 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local
112 edgesOut.bottom = bottomEdge; in getEdgesHelper()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java690 int bottomEdge = ((mImageHeight - mY) >> 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.java704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1318 final int[] bottomEdge = new int[mCountX]; field in CellLayout.ViewCluster
1332 bottomEdge[i] = -1; in resetEdges()
1374 if (bottom > bottomEdge[j]) { in computeEdge()
1375 bottomEdge[j] = bottom; in computeEdge()
1415 if (bottomEdge[i] == cs.cellY) { in isViewTouchingEdge()