Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java718 int h = heightOf(b); in flingFilmY()
833 private int heightOf(Box b) { in heightOf() method in PositionController
843 private int heightOf(Box b, float scale) { in heightOf() method in PositionController
899 int h = heightOf(b); in convertBoxToRect()
1105 b.mCurrentY = -(mViewH / 2 + heightOf(b) / 2); in moveBox()
1107 b.mCurrentY = (mViewH / 2 + heightOf(b) / 2); in moveBox()
1121 b.mCurrentY = -(mViewH / 2 + heightOf(b) / 2); in moveBox()
1123 b.mCurrentY = (mViewH / 2 + heightOf(b) / 2); in moveBox()
1326 int h = heightOf(b, scale); in calculateStableBound()
1351 return mViewH >= heightOf(mBoxes.get(0), scale); in viewTallerThanScaledImage()