FloatRange.smali 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .class public interface abstract annotation Landroid/support/annotation/FloatRange;
  2. .super Ljava/lang/Object;
  3. .source "FloatRange.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Landroid/support/annotation/FloatRange;
  9. from = -Infinity
  10. fromInclusive = true
  11. to = Infinity
  12. toInclusive = true
  13. .end subannotation
  14. .end annotation
  15. .annotation runtime Ljava/lang/annotation/Retention;
  16. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  17. .end annotation
  18. .annotation runtime Ljava/lang/annotation/Target;
  19. value = {
  20. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  21. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
  22. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  23. .enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;,
  24. .enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
  25. }
  26. .end annotation
  27. # virtual methods
  28. .method public abstract from()D
  29. .end method
  30. .method public abstract fromInclusive()Z
  31. .end method
  32. .method public abstract to()D
  33. .end method
  34. .method public abstract toInclusive()Z
  35. .end method