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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 118 int fullPanoHeight =
123 if (fullPanoWidth == 0 || fullPanoHeight == 0) {
133 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale),
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 453 int fullPanoHeight =
458 if (fullPanoWidth == 0 || fullPanoHeight == 0) {
468 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale),

Completed in 255 milliseconds