HomeSort by relevance Sort by last modified time
    Searched refs:mWindowHeight (Results 1 - 2 of 2) 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;
  /packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java 76 private int mWindowHeight;
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;
    [all...]

Completed in 1384 milliseconds