Searched refs:logicalWidth (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayInfo.java104 public int logicalWidth; field in class:DisplayInfo
240 && logicalWidth == other.logicalWidth
272 logicalWidth = other.logicalWidth;
299 logicalWidth = source.readInt();
327 dest.writeInt(logicalWidth);
362 getMetricsWithSize(outMetrics, compatInfo, token, logicalWidth, logicalHeight);
367 logicalWidth : logicalHeight;
372 logicalHeight : logicalWidth;
[all...]
H A DDisplay.java474 return Math.max(mDisplayInfo.logicalWidth, mDisplayInfo.logicalHeight);
605 outSize.x = mDisplayInfo.logicalWidth;
/frameworks/base/services/java/com/android/server/display/
H A DLogicalDisplay.java208 mBaseDisplayInfo.logicalWidth = deviceInfo.width;
255 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
280 // physWidth / displayInfo.logicalWidth => letter box
288 < physHeight * displayInfo.logicalWidth) {
291 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth;
294 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight;
H A DOverlayDisplayWindow.java225 0 : mDefaultDisplayInfo.logicalWidth;
233 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalWidth / mWidth);
242 x = Math.max(0, Math.min(x, mDefaultDisplayInfo.logicalWidth - width));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java35 info.logicalWidth = mMetrics.widthPixels;
/frameworks/base/services/java/com/android/server/wm/
H A DDimLayer.java179 dw = (int) (info.logicalWidth * 1.5);
H A DDisplayContent.java199 int width = mDisplayInfo.logicalWidth;
453 pw.print(mDisplayInfo.logicalWidth);
H A DWindowManagerService.java1591 final int dw = displayInfo.logicalWidth;
2014 final int dw = displayInfo.logicalWidth;
2074 final int dw = displayInfo.logicalWidth;
2709 displayInfo.logicalWidth, displayInfo.logicalHeight);
2712 displayInfo.logicalWidth, displayInfo.logicalHeight);
3004 displayInfo.logicalWidth, displayInfo.logicalHeight, false);
5553 dw = displayInfo.logicalWidth;
5968 displayInfo.logicalWidth, displayInfo.logicalHeight)) {
6659 displayInfo.logicalWidth = dw;
7004 displayContent.mInitialDisplayWidth = displayInfo.logicalWidth;
[all...]
H A DScreenRotationAnimation.java220 originalWidth = displayInfo.logicalWidth;
H A DWindowState.java598 displayInfo.logicalWidth, displayInfo.logicalHeight, false);
H A DWindowStateAnimator.java1090 displayInfo.logicalWidth - w.mCompatFrame.left,
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java722 mSurfaceControl.setPosition(displayInfo.logicalWidth, displayInfo.logicalHeight);
726 mSurfaceControl.setPosition(displayInfo.logicalWidth, 0);

Completed in 218 milliseconds