All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.DisplayMetrics Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package android.util;

public class DisplayMetrics {
  public static final int DENSITY_400 = 400;
  public static final int DENSITY_560 = 560;
  public static final int DENSITY_DEFAULT = 160;
  public static final int DENSITY_HIGH = 240;
  public static final int DENSITY_LOW = 120;
  public static final int DENSITY_MEDIUM = 160;
  public static final int DENSITY_TV = 213;
  public static final int DENSITY_XHIGH = 320;
  public static final int DENSITY_XXHIGH = 480;
  public static final int DENSITY_XXXHIGH = 640;
  public float density;
  public int densityDpi;
  public int heightPixels;
  public float scaledDensity;
  public int widthPixels;
  public float xdpi;
  public float ydpi;

  public DisplayMetrics() {
    throw new RuntimeException("Stub!");
  }

  public void setTo(DisplayMetrics o) {
    throw new RuntimeException("Stub!");
  }

  public void setToDefaults() {
    throw new RuntimeException("Stub!");
  }

  public boolean equals(Object o) {
    throw new RuntimeException("Stub!");
  }

  public boolean equals(DisplayMetrics other) {
    throw new RuntimeException("Stub!");
  }

  public int hashCode() {
    throw new RuntimeException("Stub!");
  }

  public String toString() {
    throw new RuntimeException("Stub!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy