mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
* Account for changed dataflow graph shape using external flow * Account for BaseBundle only existing as of Android 5 * Properly implement Parcelable, which we previously got away with due to a partial stub * Restore an Android 11 function that had been added to the Android 9 Context class (I won't get into enforcing the difference in this PR)
130 lines
5.7 KiB
Java
Generated
130 lines
5.7 KiB
Java
Generated
// Generated automatically from android.content.res.Configuration for testing purposes
|
|
|
|
package android.content.res;
|
|
|
|
import android.os.LocaleList;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.Locale;
|
|
|
|
public class Configuration implements Comparable<Configuration>, Parcelable
|
|
{
|
|
public Configuration(){}
|
|
public Configuration(Configuration p0){}
|
|
public Locale locale = null;
|
|
public LocaleList getLocales(){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean equals(Configuration p0){ return false; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public boolean isLayoutSizeAtLeast(int p0){ return false; }
|
|
public boolean isScreenHdr(){ return false; }
|
|
public boolean isScreenRound(){ return false; }
|
|
public boolean isScreenWideColorGamut(){ return false; }
|
|
public float fontScale = 0;
|
|
public int colorMode = 0;
|
|
public int compareTo(Configuration p0){ return 0; }
|
|
public int densityDpi = 0;
|
|
public int describeContents(){ return 0; }
|
|
public int diff(Configuration p0){ return 0; }
|
|
public int getLayoutDirection(){ return 0; }
|
|
public int hardKeyboardHidden = 0;
|
|
public int hashCode(){ return 0; }
|
|
public int keyboard = 0;
|
|
public int keyboardHidden = 0;
|
|
public int mcc = 0;
|
|
public int mnc = 0;
|
|
public int navigation = 0;
|
|
public int navigationHidden = 0;
|
|
public int orientation = 0;
|
|
public int screenHeightDp = 0;
|
|
public int screenLayout = 0;
|
|
public int screenWidthDp = 0;
|
|
public int smallestScreenWidthDp = 0;
|
|
public int touchscreen = 0;
|
|
public int uiMode = 0;
|
|
public int updateFrom(Configuration p0){ return 0; }
|
|
public static Parcelable.Creator<Configuration> CREATOR = null;
|
|
public static boolean needNewResources(int p0, int p1){ return false; }
|
|
public static int COLOR_MODE_HDR_MASK = 0;
|
|
public static int COLOR_MODE_HDR_NO = 0;
|
|
public static int COLOR_MODE_HDR_SHIFT = 0;
|
|
public static int COLOR_MODE_HDR_UNDEFINED = 0;
|
|
public static int COLOR_MODE_HDR_YES = 0;
|
|
public static int COLOR_MODE_UNDEFINED = 0;
|
|
public static int COLOR_MODE_WIDE_COLOR_GAMUT_MASK = 0;
|
|
public static int COLOR_MODE_WIDE_COLOR_GAMUT_NO = 0;
|
|
public static int COLOR_MODE_WIDE_COLOR_GAMUT_UNDEFINED = 0;
|
|
public static int COLOR_MODE_WIDE_COLOR_GAMUT_YES = 0;
|
|
public static int DENSITY_DPI_UNDEFINED = 0;
|
|
public static int HARDKEYBOARDHIDDEN_NO = 0;
|
|
public static int HARDKEYBOARDHIDDEN_UNDEFINED = 0;
|
|
public static int HARDKEYBOARDHIDDEN_YES = 0;
|
|
public static int KEYBOARDHIDDEN_NO = 0;
|
|
public static int KEYBOARDHIDDEN_UNDEFINED = 0;
|
|
public static int KEYBOARDHIDDEN_YES = 0;
|
|
public static int KEYBOARD_12KEY = 0;
|
|
public static int KEYBOARD_NOKEYS = 0;
|
|
public static int KEYBOARD_QWERTY = 0;
|
|
public static int KEYBOARD_UNDEFINED = 0;
|
|
public static int MNC_ZERO = 0;
|
|
public static int NAVIGATIONHIDDEN_NO = 0;
|
|
public static int NAVIGATIONHIDDEN_UNDEFINED = 0;
|
|
public static int NAVIGATIONHIDDEN_YES = 0;
|
|
public static int NAVIGATION_DPAD = 0;
|
|
public static int NAVIGATION_NONAV = 0;
|
|
public static int NAVIGATION_TRACKBALL = 0;
|
|
public static int NAVIGATION_UNDEFINED = 0;
|
|
public static int NAVIGATION_WHEEL = 0;
|
|
public static int ORIENTATION_LANDSCAPE = 0;
|
|
public static int ORIENTATION_PORTRAIT = 0;
|
|
public static int ORIENTATION_SQUARE = 0;
|
|
public static int ORIENTATION_UNDEFINED = 0;
|
|
public static int SCREENLAYOUT_LAYOUTDIR_LTR = 0;
|
|
public static int SCREENLAYOUT_LAYOUTDIR_MASK = 0;
|
|
public static int SCREENLAYOUT_LAYOUTDIR_RTL = 0;
|
|
public static int SCREENLAYOUT_LAYOUTDIR_SHIFT = 0;
|
|
public static int SCREENLAYOUT_LAYOUTDIR_UNDEFINED = 0;
|
|
public static int SCREENLAYOUT_LONG_MASK = 0;
|
|
public static int SCREENLAYOUT_LONG_NO = 0;
|
|
public static int SCREENLAYOUT_LONG_UNDEFINED = 0;
|
|
public static int SCREENLAYOUT_LONG_YES = 0;
|
|
public static int SCREENLAYOUT_ROUND_MASK = 0;
|
|
public static int SCREENLAYOUT_ROUND_NO = 0;
|
|
public static int SCREENLAYOUT_ROUND_UNDEFINED = 0;
|
|
public static int SCREENLAYOUT_ROUND_YES = 0;
|
|
public static int SCREENLAYOUT_SIZE_LARGE = 0;
|
|
public static int SCREENLAYOUT_SIZE_MASK = 0;
|
|
public static int SCREENLAYOUT_SIZE_NORMAL = 0;
|
|
public static int SCREENLAYOUT_SIZE_SMALL = 0;
|
|
public static int SCREENLAYOUT_SIZE_UNDEFINED = 0;
|
|
public static int SCREENLAYOUT_SIZE_XLARGE = 0;
|
|
public static int SCREENLAYOUT_UNDEFINED = 0;
|
|
public static int SCREEN_HEIGHT_DP_UNDEFINED = 0;
|
|
public static int SCREEN_WIDTH_DP_UNDEFINED = 0;
|
|
public static int SMALLEST_SCREEN_WIDTH_DP_UNDEFINED = 0;
|
|
public static int TOUCHSCREEN_FINGER = 0;
|
|
public static int TOUCHSCREEN_NOTOUCH = 0;
|
|
public static int TOUCHSCREEN_STYLUS = 0;
|
|
public static int TOUCHSCREEN_UNDEFINED = 0;
|
|
public static int UI_MODE_NIGHT_MASK = 0;
|
|
public static int UI_MODE_NIGHT_NO = 0;
|
|
public static int UI_MODE_NIGHT_UNDEFINED = 0;
|
|
public static int UI_MODE_NIGHT_YES = 0;
|
|
public static int UI_MODE_TYPE_APPLIANCE = 0;
|
|
public static int UI_MODE_TYPE_CAR = 0;
|
|
public static int UI_MODE_TYPE_DESK = 0;
|
|
public static int UI_MODE_TYPE_MASK = 0;
|
|
public static int UI_MODE_TYPE_NORMAL = 0;
|
|
public static int UI_MODE_TYPE_TELEVISION = 0;
|
|
public static int UI_MODE_TYPE_UNDEFINED = 0;
|
|
public static int UI_MODE_TYPE_VR_HEADSET = 0;
|
|
public static int UI_MODE_TYPE_WATCH = 0;
|
|
public void readFromParcel(Parcel p0){}
|
|
public void setLayoutDirection(Locale p0){}
|
|
public void setLocale(Locale p0){}
|
|
public void setLocales(LocaleList p0){}
|
|
public void setTo(Configuration p0){}
|
|
public void setToDefaults(){}
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|