Px.smali 1.0 KB

12345678910111213141516171819202122232425262728
  1. .class public interface abstract annotation Landroid/support/annotation/Px;
  2. .super Ljava/lang/Object;
  3. .source "Px.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation build Landroid/support/annotation/Dimension;
  8. unit = 0x1
  9. .end annotation
  10. .annotation runtime Ljava/lang/annotation/Documented;
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Retention;
  13. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  14. .end annotation
  15. .annotation runtime Ljava/lang/annotation/Target;
  16. value = {
  17. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  18. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
  19. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  20. .enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;
  21. }
  22. .end annotation