Searched defs:startSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1173 private int calculateTranslate(int start, int startSize, int totalSize, float scale) { argument
1193 int blankSize = Math.round((totalSize * scale - startSize) / 2);

Completed in 154 milliseconds