HomeSort by relevance Sort by last modified time
    Searched full:imagew (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 750 int imageW = mPositionController.getImageWidth();
752 int centerX = (int) (imageW / 2f + (viewW / 2f - cx) / scale + 0.5f);
755 int inverseX = imageW - centerX;
    [all...]

Completed in 837 milliseconds