Searched refs:heightOf (Results 1 – 1 of 1) sorted by relevance
718 int h = heightOf(b); in flingFilmY()833 private int heightOf(Box b) { in heightOf() method in PositionController843 private int heightOf(Box b, float scale) { in heightOf() method in PositionController899 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()