mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
38 lines
796 B
Smali
38 lines
796 B
Smali
|
.class public interface abstract Lio/flutter/view/TextureRegistry$SurfaceProducer;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "TextureRegistry.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lio/flutter/view/TextureRegistry$TextureEntry;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lio/flutter/view/TextureRegistry;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x609
|
||
|
name = "SurfaceProducer"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract getHeight()I
|
||
|
.end method
|
||
|
|
||
|
.method public abstract getSurface()Landroid/view/Surface;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract getWidth()I
|
||
|
.end method
|
||
|
|
||
|
.method public abstract id()J
|
||
|
.end method
|
||
|
|
||
|
.method public abstract release()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract setSize(II)V
|
||
|
.end method
|