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

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

Completed in 46 milliseconds