You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
921 B
44 lines
921 B
2 years ago
|
.class Lcom/squareup/picasso/Utils$PicassoThreadFactory;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Utils.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/util/concurrent/ThreadFactory;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lcom/squareup/picasso/Utils;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x8
|
||
|
name = "PicassoThreadFactory"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 403
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 406
|
||
|
new-instance v0, Lcom/squareup/picasso/Utils$PicassoThread;
|
||
|
|
||
|
invoke-direct {v0, p1}, Lcom/squareup/picasso/Utils$PicassoThread;-><init>(Ljava/lang/Runnable;)V
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|