Home | History | Annotate | Download | only in res

Lines Matching defs:Configuration

28  * This class describes all device configuration information that can
30 * user-specified configuration options (locale and scaling) as well
35 * <pre>Configuration config = getResources().getConfiguration();</pre>
37 public final class Configuration implements Parcelable, Comparable<Configuration> {
39 public static final Configuration EMPTY = new Configuration();
192 // configuration. DO NOT CHANGE!
237 curLayout |= Configuration.SCREENLAYOUT_COMPAT_NEEDED;
247 * Check if the Configuration's current {@link #screenLayout} is at
542 * Construct an invalid Configuration. You must call {@link #setToDefaults}
545 public Configuration() {
552 public Configuration(Configuration o) {
556 public void setTo(Configuration o) {
750 * Copy the fields from delta into this Configuration object, keeping
753 * Configuration.
757 public int updateFrom(Configuration delta) {
881 * Return a bit mask of the differences between this Configuration
884 * @return Returns a bit mask indicating which configuration
911 public int diff(Configuration delta) {
987 * configuration changes returned by {@link #updateFrom(Configuration)}.
990 * {@link #updateFrom(Configuration)}.
991 * @param interestingChanges The configuration changes that the resource
1005 public boolean isOtherSeqNewer(Configuration other) {
1100 public static final Parcelable.Creator<Configuration> CREATOR
1101 = new Parcelable.Creator<Configuration>() {
1102 public Configuration createFromParcel(Parcel source) {
1103 return new Configuration(source);
1106 public Configuration[] newArray(int size) {
1107 return new Configuration[size];
1112 * Construct this Configuration object, reading from the Parcel.
1114 private Configuration(Parcel source) {
1118 public int compareTo(Configuration that) {
1169 public boolean equals(Configuration that) {
1177 return equals((Configuration)that);
1225 // We need to substract one here as the configuration values are using "0" as undefined thus
1240 // There is a "1" difference between the configuration values for