HomeSort by relevance Sort by last modified time
    Searched refs:fullPanoWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 116 int fullPanoWidth =
123 if (fullPanoWidth == 0 || fullPanoHeight == 0) {
129 float scale = intermediateWidth / (float) fullPanoWidth;
133 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale),
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 451 int fullPanoWidth =
458 if (fullPanoWidth == 0 || fullPanoHeight == 0) {
464 float scale = intermediateWidth / (float) fullPanoWidth;
468 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale),

Completed in 3266 milliseconds