android.util.DisplayMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-pay-java-connector Show documentation
Show all versions of remote-pay-java-connector Show documentation
Clover Connector Java library
//
// 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