KeyEventCompat.smali
.class public final Landroid/support/v4/view/KeyEventCompat;
.super Ljava/lang/Object;
.source "KeyEventCompat.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method private constructor <init>()V
.registers 1
.prologue
.line 121
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static dispatch(Landroid/view/KeyEvent;Landroid/view/KeyEvent$Callback;Ljava/lang/Object;Ljava/lang/Object;)Z
.registers 5
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 109
check-cast p2, Landroid/view/KeyEvent$DispatcherState;
invoke-virtual {p0, p1, p2, p3}, Landroid/view/KeyEvent;->dispatch(Landroid/view/KeyEvent$Callback;Landroid/view/KeyEvent$DispatcherState;Ljava/lang/Object;)Z
move-result v0
return v0
.end method
.method public static getKeyDispatcherState(Landroid/view/View;)Ljava/lang/Object;
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 98
invoke-virtual {p0}, Landroid/view/View;->getKeyDispatcherState()Landroid/view/KeyEvent$DispatcherState;
move-result-object v0
return-object v0
.end method
.method public static hasModifiers(Landroid/view/KeyEvent;I)Z
.registers 3
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 62
invoke-virtual {p0, p1}, Landroid/view/KeyEvent;->hasModifiers(I)Z
move-result v0
return v0
.end method
.method public static hasNoModifiers(Landroid/view/KeyEvent;)Z
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 71
invoke-virtual {p0}, Landroid/view/KeyEvent;->hasNoModifiers()Z
move-result v0
return v0
.end method
.method public static isCtrlPressed(Landroid/view/KeyEvent;)Z
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 118
invoke-virtual {p0}, Landroid/view/KeyEvent;->isCtrlPressed()Z
move-result v0
return v0
.end method
.method public static isTracking(Landroid/view/KeyEvent;)Z
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 89
invoke-virtual {p0}, Landroid/view/KeyEvent;->isTracking()Z
move-result v0
return v0
.end method
.method public static metaStateHasModifiers(II)Z
.registers 3
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 44
invoke-static {p0, p1}, Landroid/view/KeyEvent;->metaStateHasModifiers(II)Z
move-result v0
return v0
.end method
.method public static metaStateHasNoModifiers(I)Z
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 53
invoke-static {p0}, Landroid/view/KeyEvent;->metaStateHasNoModifiers(I)Z
move-result v0
return v0
.end method
.method public static normalizeMetaState(I)I
.registers 2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 35
invoke-static {p0}, Landroid/view/KeyEvent;->normalizeMetaState(I)I
move-result v0
return v0
.end method
.method public static startTracking(Landroid/view/KeyEvent;)V
.registers 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.prologue
.line 80
invoke-virtual {p0}, Landroid/view/KeyEvent;->startTracking()V
.line 81
return-void
.end method