HomeSort by relevance Sort by last modified time
    Searched refs:physWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 320 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width;
324 // physWidth / displayInfo.logicalWidth => letter box
334 } else if (physWidth * displayInfo.logicalHeight
337 displayRectWidth = physWidth;
338 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth;
345 int displayRectLeft = (physWidth - displayRectWidth) / 2;
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 220 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth;
223 int left = (physWidth - width) / 2;

Completed in 329 milliseconds