OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java
234
final int
thisHeight
= getHeight() - getPaddingTop() - getPaddingBottom();
237
final float pvScaleY = (float)
thisHeight
/ height;
244
final float pvTransY = pvHeight <
thisHeight
? (
thisHeight
- pvHeight) / 2 : 0;
/packages/apps/Gallery/src/com/android/camera/
CropImage.java
763
float
thisHeight
= getHeight();
766
float z2 =
thisHeight
/ height * .6F;
Completed in 73 milliseconds