Searched refs:bottomEdge (Results 1 – 5 of 5) sorted by relevance
107 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local112 edgesOut.bottom = bottomEdge; in getEdgesHelper()
690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local691 setSize(Math.min(sTileSize, rightEdge), Math.min(sTileSize, bottomEdge)); in onGetBitmap()
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
1318 final int[] bottomEdge = new int[mCountX]; field in CellLayout.ViewCluster1332 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()