OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java
320
int
physHeight
= rotated ? displayDeviceInfo.width : displayDeviceInfo.height;
324
// or
physHeight
/ displayInfo.logicalHeight => pillar box
334
<
physHeight
* displayInfo.logicalWidth) {
340
displayRectWidth = displayInfo.logicalWidth *
physHeight
/ displayInfo.logicalHeight;
341
displayRectHeight =
physHeight
;
343
int displayRectTop = (
physHeight
- displayRectHeight) / 2;
/frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java
231
final int
physHeight
= rotated ? mBaseDisplayWidth : mBaseDisplayHeight;
235
int top = (
physHeight
- height) / 2;
Completed in 159 milliseconds