Home | History | Annotate | Download | only in 25.0.1

META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/support/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/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/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/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/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/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/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/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/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/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/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/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/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/Dimension.class
Dimension.java
package android.support.annotation
public abstract android.support.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 () 
}

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  {
	public static final int PRIVATE
	public static final int PACKAGE_PRIVATE
	public static final int PROTECTED
	public static final int NONE
	public abstract int otherwise () 
}

android/support/annotation/RequiresApi.class
RequiresApi.java
package android.support.annotation
public abstract android.support.annotation.RequiresApi extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract int value () 
	public abstract int api () 
}

android/support/annotation/Px.class
Px.java
package android.support.annotation
public abstract android.support.annotation.Px 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/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/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/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/RestrictTo$Scope.class
RestrictTo.java
package android.support.annotation
public final android.support.annotation.RestrictTo$Scope extends java.lang.Enum {
	public static final android.support.annotation.RestrictTo$Scope GROUP_ID
	public static final android.support.annotation.RestrictTo$Scope TESTS
	public static final android.support.annotation.RestrictTo$Scope SUBCLASSES
	private static final android.support.annotation.RestrictTo$Scope[] $VALUES
	public static android.support.annotation.RestrictTo$Scope[] values () 
	public static android.support.annotation.RestrictTo$Scope valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

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/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/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 () 
}

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/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/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/RestrictTo.class
RestrictTo.java
package android.support.annotation
public abstract android.support.annotation.RestrictTo extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract android.support.annotation.RestrictTo$Scope[] value () 
}

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/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/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/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$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/AnyThread.class
AnyThread.java
package android.support.annotation
public abstract android.support.annotation.AnyThread 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/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/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/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/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/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/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/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/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/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/StringRes.class
StringRes.java
package android.support.annotation
public abstract android.support.annotation.StringRes extends java.lang.Object implements java.lang.annotation.Annotation  {
}