OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
457
int
fullPanoHeight
=
462
if (fullPanoWidth == 0 ||
fullPanoHeight
== 0) {
472
(int) (fullPanoWidth * scale), (int) (
fullPanoHeight
* scale),
Completed in 220 milliseconds