OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java
319
int
physWidth
= rotated ? displayDeviceInfo.height : displayDeviceInfo.width;
323
//
physWidth
/ displayInfo.logicalWidth => letter box
333
} else if (
physWidth
* displayInfo.logicalHeight
336
displayRectWidth =
physWidth
;
337
displayRectHeight = displayInfo.logicalHeight *
physWidth
/ displayInfo.logicalWidth;
344
int displayRectLeft = (
physWidth
- displayRectWidth) / 2;
/frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java
230
final int
physWidth
= rotated ? mBaseDisplayHeight : mBaseDisplayWidth;
233
int left = (
physWidth
- width) / 2;
Completed in 469 milliseconds