Dimension.smali 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .class public interface abstract annotation Landroid/support/annotation/Dimension;
  2. .super Ljava/lang/Object;
  3. .source "Dimension.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Landroid/support/annotation/Dimension;
  9. unit = 0x1
  10. .end subannotation
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Documented;
  13. .end annotation
  14. .annotation runtime Ljava/lang/annotation/Retention;
  15. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  16. .end annotation
  17. .annotation runtime Ljava/lang/annotation/Target;
  18. value = {
  19. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  20. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
  21. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  22. .enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;,
  23. .enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
  24. }
  25. .end annotation
  26. # static fields
  27. .field public static final DP:I = 0x0
  28. .field public static final PX:I = 0x1
  29. .field public static final SP:I = 0x2
  30. # virtual methods
  31. .method public abstract unit()I
  32. .end method