Searched refs:bottomEdge (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCropView.java107 float bottomEdge = centerY + imageHeight / 2f * scale;
112 edgesOut.bottom = bottomEdge;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
450 && (y < this.y + this.height || (bottomEdge && y >= this.y))) {
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java226 final int bottomEdge = getWidth() - mPaddingRight;
227 final int span = getChildAt(0).getRight() - mScrollX - bottomEdge;
233 final int bottomEdge = getHeight() - mPaddingBottom;
234 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
691 setSize(Math.min(sTileSize, rightEdge), Math.min(sTileSize, bottomEdge));
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge));
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java705 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
706 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1607 int[] bottomEdge = new int[mCountX]; field in class:CellLayout.ViewCluster
1620 bottomEdge[i] = -1;
1792 computeEdge(BOTTOM, bottomEdge);
1794 return bottomEdge;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1383 int[] bottomEdge = new int[mCountX]; field in class:CellLayout.ViewCluster
1396 bottomEdge[i] = -1;
1568 computeEdge(BOTTOM, bottomEdge);
1570 return bottomEdge;

Completed in 225 milliseconds