Searched refs:mWindowHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DCaptureLayoutHelper.java47 private int mWindowHeight = 0; field in class:CaptureLayoutHelper
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;
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java76 private int mWindowHeight; field in class:TvViewUiManager
124 mWindowHeight = size.y;
158 if (mWindowWidth != windowWidth || mWindowHeight != windowHeight) {
160 mWindowHeight = windowHeight;
578 float verticalScaleFactor = (float) tvViewHeight / mWindowHeight;
733 int availableAreaHeight = availableAreaWidth * mWindowHeight / mWindowWidth;
747 videoRatio = (double) mWindowWidth / mWindowHeight;
753 int tvViewFrameTop = (mWindowHeight - availableAreaHeight) / 2;
826 lp.height = mWindowHeight - topMargin - bottomMargin;

Completed in 13 milliseconds