OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mwindowheight
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java
47
private int
mWindowHeight
= 0;
105
if (mWindowWidth == 0 ||
mWindowHeight
== 0) {
108
mPositionConfiguration = getPositionConfiguration(mWindowWidth,
mWindowHeight
, mAspectRatio,
153
return new RectF(0, 0, mWindowWidth,
mWindowHeight
);
178
if (
mWindowHeight
> mWindowWidth) {
226
mWindowHeight
= height;
Completed in 75 milliseconds