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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java965 private int calculateTranslate(int start, int startSize, int totalSize, float scale) { argument
985 int blankSize = Math.round((totalSize * scale - startSize) / 2);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java964 private int calculateTranslate(int start, int startSize, int totalSize, float scale) { argument
984 int blankSize = Math.round((totalSize * scale - startSize) / 2);

Completed in 159 milliseconds