Home
last modified time | relevance | path

Searched refs:logicalHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java129 mInfo.logicalHeight = mOverrideDisplayInfo.logicalHeight; in getDisplayInfoLocked()
232 mBaseDisplayInfo.logicalHeight = deviceInfo.height; in updateLocked()
292 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight); in configureDisplayInTransactionLocked()
325 displayRectHeight = displayInfo.logicalHeight; in configureDisplayInTransactionLocked()
326 } else if (physWidth * displayInfo.logicalHeight in configureDisplayInTransactionLocked()
330 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth; in configureDisplayInTransactionLocked()
333 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight; in configureDisplayInTransactionLocked()
DOverlayDisplayWindow.java239 0 : mDefaultDisplayInfo.logicalHeight; in createWindow()
246 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalHeight / mHeight); in updateWindowParams()
255 y = Math.max(0, Math.min(y, mDefaultDisplayInfo.logicalHeight - height)); in updateWindowParams()
DColorFade.java740 mSurfaceControl.setPosition(0, displayInfo.logicalHeight);
745 displayInfo.logicalHeight);
/frameworks/base/core/java/android/view/
DDisplayInfo.java118 public int logicalHeight; field in DisplayInfo
274 && logicalHeight == other.logicalHeight in equals()
311 logicalHeight = other.logicalHeight; in copyFrom()
343 logicalHeight = source.readInt(); in readFromParcel()
381 dest.writeInt(logicalHeight); in writeToParcel()
480 getMetricsWithSize(outMetrics, compatInfo, configuration, logicalWidth, logicalHeight); in getLogicalMetrics()
485 logicalWidth : logicalHeight; in getNaturalWidth()
490 logicalHeight : logicalWidth; in getNaturalHeight()
539 sb.append(logicalHeight); in toString()
DDisplay.java547 return Math.max(mDisplayInfo.logicalWidth, mDisplayInfo.logicalHeight); in getMaximumSizeDimension()
752 outSize.y = mDisplayInfo.logicalHeight; in getRealSize()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java34 info.logicalHeight = mMetrics.heightPixels; in WindowManagerImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java188 int height = mDisplayInfo.logicalHeight; in getLogicalDisplayRect()
372 pw.print("x"); pw.print(mDisplayInfo.logicalHeight); in dump()
DDimLayer.java159 dh = (int) (info.logicalHeight * 1.5); in adjustBounds()
DWindowManagerService.java1836 final int dh = displayInfo.logicalHeight; in adjustWallpaperWindowsLocked()
2247 final int dh = displayInfo.logicalHeight; in updateWallpaperOffsetLocked()
2329 final int dh = displayInfo.logicalHeight; in updateWallpaperVisibilityLocked()
3371 displayInfo.logicalWidth, displayInfo.logicalHeight, false); in relayoutWindow()
6178 int dh = displayInfo.logicalHeight; in screenshotApplicationsInner()
6644 displayInfo.logicalWidth, displayInfo.logicalHeight)) { in updateRotationUncheckedLocked()
7331 displayInfo.logicalHeight = dh; in updateDisplayAndOrientationLocked()
7363 final int dh = displayInfo.logicalHeight; in computeScreenConfigurationLocked()
7682 displayContent.mInitialDisplayHeight = displayInfo.logicalHeight; in displayReady()
9018 final int dh = displayInfo.logicalHeight; in performLayoutLockedInner()
[all …]
DScreenRotationAnimation.java222 originalHeight = displayInfo.logicalHeight; in ScreenRotationAnimation()
DWindowState.java711 displayInfo.logicalWidth, displayInfo.logicalHeight, false); in computeFrameLw()
DWindowStateAnimator.java1290 displayInfo.logicalHeight - w.mCompatFrame.top); in updateSurfaceWindowCrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java208 mBackgroundHeight = displayInfo.logicalHeight; in updateSurfaceSize()
214 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight); in updateSurfaceSize()
320 mDisplayHeightAtLastSurfaceSizeUpdate = displayInfo.logicalHeight; in drawFrame()