Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java226 final int bottomEdge = getWidth() - mPaddingRight; in getBottomFadingEdgeStrength() local
227 final int span = getChildAt(0).getRight() - mScrollX - bottomEdge; in getBottomFadingEdgeStrength()
233 final int bottomEdge = getHeight() - mPaddingBottom; in getBottomFadingEdgeStrength() local
234 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge; in getBottomFadingEdgeStrength()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()
450 && (y < this.y + this.height || (bottomEdge && y >= this.y))) { in isInside()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java678 int bottomEdge = ((mImageHeight - mY) >> mTileLevel) + TILE_BORDER; in onGetBitmap() local
679 setSize(Math.min(BITMAP_SIZE, rightEdge), Math.min(BITMAP_SIZE, bottomEdge)); in onGetBitmap()