Home | History | Annotate | Download | only in 23.1.1

META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/support/annotation/
android/support/annotation/CallSuper.class
CallSuper.java
package android.support.annotation
public abstract android.support.annotation.CallSuper extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/ArrayRes.class
ArrayRes.java
package android.support.annotation
public abstract android.support.annotation.ArrayRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/FloatRange.class
FloatRange.java
package android.support.annotation
public abstract android.support.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 () 
}

android/support/annotation/NonNull.class
NonNull.java
package android.support.annotation
public abstract android.support.annotation.NonNull extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/FractionRes.class
FractionRes.java
package android.support.annotation
public abstract android.support.annotation.FractionRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/WorkerThread.class
WorkerThread.java
package android.support.annotation
public abstract android.support.annotation.WorkerThread extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/StringRes.class
StringRes.java
package android.support.annotation
public abstract android.support.annotation.StringRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/BoolRes.class
BoolRes.java
package android.support.annotation
public abstract android.support.annotation.BoolRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/MenuRes.class
MenuRes.java
package android.support.annotation
public abstract android.support.annotation.MenuRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/TransitionRes.class
TransitionRes.java
package android.support.annotation
public abstract android.support.annotation.TransitionRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/IntDef.class
IntDef.java
package android.support.annotation
public abstract android.support.annotation.IntDef extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract long[] value () 
	public abstract boolean flag () 
}

android/support/annotation/XmlRes.class
XmlRes.java
package android.support.annotation
public abstract android.support.annotation.XmlRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/Size.class
Size.java
package android.support.annotation
public abstract android.support.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 () 
}

android/support/annotation/RequiresPermission.class
RequiresPermission.java
package android.support.annotation
public abstract android.support.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 () 
}

android/support/annotation/InterpolatorRes.class
InterpolatorRes.java
package android.support.annotation
public abstract android.support.annotation.InterpolatorRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/LayoutRes.class
LayoutRes.java
package android.support.annotation
public abstract android.support.annotation.LayoutRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/RequiresPermission$Write.class
RequiresPermission.java
package android.support.annotation
public abstract android.support.annotation.RequiresPermission$Write extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract android.support.annotation.RequiresPermission value () 
}

android/support/annotation/ColorInt.class
ColorInt.java
package android.support.annotation
public abstract android.support.annotation.ColorInt extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/IntRange.class
IntRange.java
package android.support.annotation
public abstract android.support.annotation.IntRange extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract long from () 
	public abstract long to () 
}

android/support/annotation/AnimatorRes.class
AnimatorRes.java
package android.support.annotation
public abstract android.support.annotation.AnimatorRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/StyleableRes.class
StyleableRes.java
package android.support.annotation
public abstract android.support.annotation.StyleableRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/AnyRes.class
AnyRes.java
package android.support.annotation
public abstract android.support.annotation.AnyRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/VisibleForTesting.class
VisibleForTesting.java
package android.support.annotation
public abstract android.support.annotation.VisibleForTesting extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/AttrRes.class
AttrRes.java
package android.support.annotation
public abstract android.support.annotation.AttrRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/UiThread.class
UiThread.java
package android.support.annotation
public abstract android.support.annotation.UiThread extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/StringDef.class
StringDef.java
package android.support.annotation
public abstract android.support.annotation.StringDef extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String[] value () 
}

android/support/annotation/StyleRes.class
StyleRes.java
package android.support.annotation
public abstract android.support.annotation.StyleRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/DrawableRes.class
DrawableRes.java
package android.support.annotation
public abstract android.support.annotation.DrawableRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/DimenRes.class
DimenRes.java
package android.support.annotation
public abstract android.support.annotation.DimenRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/Nullable.class
Nullable.java
package android.support.annotation
public abstract android.support.annotation.Nullable extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/PluralsRes.class
PluralsRes.java
package android.support.annotation
public abstract android.support.annotation.PluralsRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/IntegerRes.class
IntegerRes.java
package android.support.annotation
public abstract android.support.annotation.IntegerRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/RequiresPermission$Read.class
RequiresPermission.java
package android.support.annotation
public abstract android.support.annotation.RequiresPermission$Read extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract android.support.annotation.RequiresPermission value () 
}

android/support/annotation/ColorRes.class
ColorRes.java
package android.support.annotation
public abstract android.support.annotation.ColorRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/MainThread.class
MainThread.java
package android.support.annotation
public abstract android.support.annotation.MainThread extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/IdRes.class
IdRes.java
package android.support.annotation
public abstract android.support.annotation.IdRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/AnimRes.class
AnimRes.java
package android.support.annotation
public abstract android.support.annotation.AnimRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/Keep.class
Keep.java
package android.support.annotation
public abstract android.support.annotation.Keep extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/BinderThread.class
BinderThread.java
package android.support.annotation
public abstract android.support.annotation.BinderThread extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/RawRes.class
RawRes.java
package android.support.annotation
public abstract android.support.annotation.RawRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}

android/support/annotation/CheckResult.class
CheckResult.java
package android.support.annotation
public abstract android.support.annotation.CheckResult extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String suggest () 
}