OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sMinimalHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
GLOptionItem.java
53
private static int
sMinimalHeight
;
75
sMinimalHeight
= dpToPixel(context, MINIMAL_HEIGHT);
101
height = Math.max(
sMinimalHeight
, height);
ZoomController.java
48
private static int
sMinimalHeight
;
103
sMinimalHeight
= dpToPixel(context, MINIMAL_HEIGHT);
207
height = Math.max(
sMinimalHeight
, height);
Completed in 34 milliseconds