LocalVideoThumbnailProducer.smali
.class public Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/imagepipeline/producers/Producer;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/facebook/imagepipeline/producers/Producer<",
"Lcom/facebook/common/references/CloseableReference<",
"Lcom/facebook/imagepipeline/image/CloseableImage;",
">;>;"
}
.end annotation
# static fields
.field static final CREATED_THUMBNAIL:Ljava/lang/String; = "createdThumbnail"
.field public static final PRODUCER_NAME:Ljava/lang/String; = "LVT"
# instance fields
.field private final mContentResolver:Landroid/content/ContentResolver;
.field private final mExecutor:Ljava/util/concurrent/Executor;
# direct methods
.method public constructor <init>(Ljava/util/concurrent/Executor;Landroid/content/ContentResolver;)V
.registers 3
.line 46
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 47
iput-object p1, p0, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->mExecutor:Ljava/util/concurrent/Executor;
.line 48
iput-object p2, p0, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->mContentResolver:Landroid/content/ContentResolver;
return-void
.end method
.method static synthetic access$000(Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;Lcom/facebook/imagepipeline/request/ImageRequest;)Ljava/lang/String;
.registers 2
.line 37
invoke-direct {p0, p1}, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->getLocalFilePath(Lcom/facebook/imagepipeline/request/ImageRequest;)Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method static synthetic access$100(Lcom/facebook/imagepipeline/request/ImageRequest;)I
.registers 1
.line 37
invoke-static {p0}, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->calculateKind(Lcom/facebook/imagepipeline/request/ImageRequest;)I
move-result p0
return p0
.end method
.method private static calculateKind(Lcom/facebook/imagepipeline/request/ImageRequest;)I
.registers 3
.line 116
invoke-virtual {p0}, Lcom/facebook/imagepipeline/request/ImageRequest;->getPreferredWidth()I
move-result v0
const/16 v1, 0x60
if-gt v0, v1, :cond_11
invoke-virtual {p0}, Lcom/facebook/imagepipeline/request/ImageRequest;->getPreferredHeight()I
move-result p0
if-le p0, v1, :cond_f
goto :goto_11
:cond_f
const/4 p0, 0x3
return p0
:cond_11
:goto_11
const/4 p0, 0x1
return p0
.end method
.method private getLocalFilePath(Lcom/facebook/imagepipeline/request/ImageRequest;)Ljava/lang/String;
.registers 12
.line 123
invoke-virtual {p1}, Lcom/facebook/imagepipeline/request/ImageRequest;->getSourceUri()Landroid/net/Uri;
move-result-object v0
.line 124
invoke-static {v0}, Lcom/facebook/common/util/UriUtil;->isLocalFileUri(Landroid/net/Uri;)Z
move-result v1
if-eqz v1, :cond_13
.line 125
invoke-virtual {p1}, Lcom/facebook/imagepipeline/request/ImageRequest;->getSourceFile()Ljava/io/File;
move-result-object p1
invoke-virtual {p1}, Ljava/io/File;->getPath()Ljava/lang/String;
move-result-object p1
return-object p1
.line 126
:cond_13
invoke-static {v0}, Lcom/facebook/common/util/UriUtil;->isLocalContentUri(Landroid/net/Uri;)Z
move-result p1
const/4 v1, 0x0
if-eqz p1, :cond_78
.line 129
sget p1, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v2, 0x13
if-lt p1, v2, :cond_46
.line 130
invoke-virtual {v0}, Landroid/net/Uri;->getAuthority()Ljava/lang/String;
move-result-object p1
const-string v2, "com.android.providers.media.documents"
invoke-virtual {v2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_46
.line 131
invoke-static {v0}, Landroid/provider/DocumentsContract;->getDocumentId(Landroid/net/Uri;)Ljava/lang/String;
move-result-object p1
.line 132
sget-object v0, Landroid/provider/MediaStore$Video$Media;->EXTERNAL_CONTENT_URI:Landroid/net/Uri;
const/4 v2, 0x1
new-array v3, v2, [Ljava/lang/String;
const/4 v4, 0x0
const-string v5, ":"
.line 134
invoke-virtual {p1, v5}, Ljava/lang/String;->split(Ljava/lang/String;)[Ljava/lang/String;
move-result-object p1
aget-object p1, p1, v2
aput-object p1, v3, v4
const-string p1, "_id=?"
move-object v7, p1
move-object v5, v0
move-object v8, v3
goto :goto_49
:cond_46
move-object v5, v0
move-object v7, v1
move-object v8, v7
.line 136
:goto_49
iget-object v4, p0, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->mContentResolver:Landroid/content/ContentResolver;
const-string p1, "_data"
filled-new-array {p1}, [Ljava/lang/String;
move-result-object v6
const/4 v9, 0x0
.line 137
invoke-virtual/range {v4 .. v9}, Landroid/content/ContentResolver;->query(Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor;
move-result-object v0
if-eqz v0, :cond_73
.line 140
:try_start_58
invoke-interface {v0}, Landroid/database/Cursor;->moveToFirst()Z
move-result v2
if-eqz v2, :cond_73
.line 141
invoke-interface {v0, p1}, Landroid/database/Cursor;->getColumnIndexOrThrow(Ljava/lang/String;)I
move-result p1
invoke-interface {v0, p1}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object p1
:try_end_66
.catchall {:try_start_58 .. :try_end_66} :catchall_6c
if-eqz v0, :cond_6b
.line 145
invoke-interface {v0}, Landroid/database/Cursor;->close()V
:cond_6b
return-object p1
:catchall_6c
move-exception p1
if-eqz v0, :cond_72
invoke-interface {v0}, Landroid/database/Cursor;->close()V
:cond_72
throw p1
:cond_73
if-eqz v0, :cond_78
invoke-interface {v0}, Landroid/database/Cursor;->close()V
:cond_78
return-object v1
.end method
# virtual methods
.method public produceResults(Lcom/facebook/imagepipeline/producers/Consumer;Lcom/facebook/imagepipeline/producers/ProducerContext;)V
.registers 13
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/imagepipeline/producers/Consumer<",
"Lcom/facebook/common/references/CloseableReference<",
"Lcom/facebook/imagepipeline/image/CloseableImage;",
">;>;",
"Lcom/facebook/imagepipeline/producers/ProducerContext;",
")V"
}
.end annotation
.line 56
invoke-interface {p2}, Lcom/facebook/imagepipeline/producers/ProducerContext;->getListener()Lcom/facebook/imagepipeline/producers/ProducerListener;
move-result-object v6
.line 57
invoke-interface {p2}, Lcom/facebook/imagepipeline/producers/ProducerContext;->getId()Ljava/lang/String;
move-result-object v7
.line 58
invoke-interface {p2}, Lcom/facebook/imagepipeline/producers/ProducerContext;->getImageRequest()Lcom/facebook/imagepipeline/request/ImageRequest;
move-result-object v8
.line 59
new-instance v9, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer$1;
const-string v4, "LVT"
move-object v0, v9
move-object v1, p0
move-object v2, p1
move-object v3, v6
move-object v5, v7
invoke-direct/range {v0 .. v8}, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer$1;-><init>(Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;Lcom/facebook/imagepipeline/producers/Consumer;Lcom/facebook/imagepipeline/producers/ProducerListener;Ljava/lang/String;Ljava/lang/String;Lcom/facebook/imagepipeline/producers/ProducerListener;Ljava/lang/String;Lcom/facebook/imagepipeline/request/ImageRequest;)V
.line 105
new-instance p1, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer$2;
invoke-direct {p1, p0, v9}, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer$2;-><init>(Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;Lcom/facebook/imagepipeline/producers/StatefulProducerRunnable;)V
invoke-interface {p2, p1}, Lcom/facebook/imagepipeline/producers/ProducerContext;->addCallbacks(Lcom/facebook/imagepipeline/producers/ProducerContextCallbacks;)V
.line 112
iget-object p1, p0, Lcom/facebook/imagepipeline/producers/LocalVideoThumbnailProducer;->mExecutor:Ljava/util/concurrent/Executor;
invoke-interface {p1, v9}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
return-void
.end method