Searched refs:phys (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java366 SurfaceControl.PhysicalDisplayInfo phys = mDisplayInfos[mActivePhysIndex];
368 mInfo.width = phys.width;
369 mInfo.height = phys.height;
384 mInfo.appVsyncOffsetNanos = phys.appVsyncOffsetNanos;
385 mInfo.presentationDeadlineNanos = phys.presentationDeadlineNanos;
391 if (phys.secure) {
410 mInfo.densityDpi = (int)(phys.density * 160 + 0.5f);
411 mInfo.xDpi = phys.xDpi;
412 mInfo.yDpi = phys.yDpi;
421 mInfo.setAssumedDensityForExternalDisplay(phys
702 DisplayModeRecord(SurfaceControl.PhysicalDisplayInfo phys) argument
[all...]

Completed in 36 milliseconds