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

  /frameworks/base/core/java/android/view/
SurfaceControl.java 92 private static native SurfaceControl.PhysicalDisplayInfo[] nativeGetDisplayConfigs(
612 public static final class PhysicalDisplayInfo {
623 public PhysicalDisplayInfo() {
626 public PhysicalDisplayInfo(PhysicalDisplayInfo other) {
632 return o instanceof PhysicalDisplayInfo && equals((PhysicalDisplayInfo)o);
635 public boolean equals(PhysicalDisplayInfo other) {
653 public void copyFrom(PhysicalDisplayInfo other) {
668 return "PhysicalDisplayInfo{" + width + " x " + height + ", " + refreshRate + " fps,
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 89 SurfaceControl.PhysicalDisplayInfo[] configs =
174 private SurfaceControl.PhysicalDisplayInfo mDisplayInfos[];
177 SurfaceControl.PhysicalDisplayInfo[] physicalDisplayInfos, int activeDisplayInfo,
199 SurfaceControl.PhysicalDisplayInfo[] physicalDisplayInfos, int activeDisplayInfo,
207 SurfaceControl.PhysicalDisplayInfo info = physicalDisplayInfos[i];
336 private DisplayModeRecord findDisplayModeRecord(SurfaceControl.PhysicalDisplayInfo info) {
357 SurfaceControl.PhysicalDisplayInfo phys = mDisplayInfos[mActivePhysIndex];
628 SurfaceControl.PhysicalDisplayInfo info = mDisplayInfos[i];
649 public DisplayModeRecord(SurfaceControl.PhysicalDisplayInfo phys) {
654 * Returns whether the mode generated by the given PhysicalDisplayInfo matches the mod
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 89 milliseconds