android/annotation/NonNull.class
<Unknown> package android.annotation public abstract annotation android.annotation.NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
android/annotation/Nullable.class
<Unknown> package android.annotation public abstract annotation android.annotation.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/AnimRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.AnimRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/AnimatorRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.AnimatorRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/AnyRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.AnyRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/AnyThread.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.AnyThread extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/ArrayRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.ArrayRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/AttrRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.AttrRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/BinderThread.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.BinderThread extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/BoolRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.BoolRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/CallSuper.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.CallSuper extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/CheckResult.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.CheckResult extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String suggest () }
androidx/annotation/ColorInt.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.ColorInt extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/ColorLong.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.ColorLong extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/ColorRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.ColorRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/DimenRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.DimenRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/Dimension.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.Dimension extends java.lang.Object implements java.lang.annotation.Annotation { public static final int DP public static final int PX public static final int SP public abstract int unit () }
androidx/annotation/DisplayContext.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.DisplayContext extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/DrawableRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.DrawableRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/FloatRange.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.FloatRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract double from () public abstract double to () public abstract boolean fromInclusive () public abstract boolean toInclusive () }
androidx/annotation/FontRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.FontRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/FractionRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.FractionRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/HalfFloat.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.HalfFloat extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/IdRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.IdRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/IntRange.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.IntRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long from () public abstract long to () }
androidx/annotation/IntegerRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.IntegerRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/InterpolatorRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.InterpolatorRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/LayoutRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.LayoutRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/MainThread.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.MainThread extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/MenuRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.MenuRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/NavigationRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.NavigationRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/NonNull.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/NonUiContext.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.NonUiContext extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/Nullable.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/PluralsRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.PluralsRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/Px.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.Px extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/RawRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RawRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/RecentlyNonNull.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RecentlyNonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/RecentlyNullable.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RecentlyNullable extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/RequiresApi.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RequiresApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () public abstract int api () }
androidx/annotation/RequiresFeature.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RequiresFeature extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String enforcement () }
androidx/annotation/RequiresPermission$Read.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RequiresPermission$Read extends java.lang.Object implements java.lang.annotation.Annotation { public abstract androidx.annotation.RequiresPermission value () }
androidx/annotation/RequiresPermission$Write.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RequiresPermission$Write extends java.lang.Object implements java.lang.annotation.Annotation { public abstract androidx.annotation.RequiresPermission value () }
androidx/annotation/RequiresPermission.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RequiresPermission extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () public abstract java.lang.String[] allOf () public abstract java.lang.String[] anyOf () public abstract boolean conditional () public abstract java.lang.String apis () }
androidx/annotation/RestrictTo$Scope.class
<Unknown> package androidx.annotation public final enum androidx.annotation.RestrictTo$Scope extends java.lang.Enum { public static final enum androidx.annotation.RestrictTo$Scope LIBRARY public static final enum androidx.annotation.RestrictTo$Scope LIBRARY_GROUP public static final enum androidx.annotation.RestrictTo$Scope GROUP_ID public static final enum androidx.annotation.RestrictTo$Scope TESTS public static final enum androidx.annotation.RestrictTo$Scope SUBCLASSES public static androidx.annotation.RestrictTo$Scope[] values () public static androidx.annotation.RestrictTo$Scope valueOf (java.lang.String) }
androidx/annotation/RestrictTo.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.RestrictTo extends java.lang.Object implements java.lang.annotation.Annotation { public abstract androidx.annotation.RestrictTo$Scope[] value () }
androidx/annotation/Size.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.Size extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long value () public abstract long min () public abstract long max () public abstract long multiple () public abstract java.lang.String apis () }
androidx/annotation/StringRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.StringRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/StyleRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.StyleRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/StyleableRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.StyleableRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/TransitionRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.TransitionRes extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/UiContext.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.UiContext extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/UiThread.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.UiThread extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/WorkerThread.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.WorkerThread extends java.lang.Object implements java.lang.annotation.Annotation { }
androidx/annotation/XmlRes.class
<Unknown> package androidx.annotation public abstract annotation androidx.annotation.XmlRes extends java.lang.Object implements java.lang.annotation.Annotation { }