RxFragment.smali
.class public Lcom/trello/rxlifecycle/components/RxFragment;
.super Landroid/app/Fragment;
.source "RxFragment.java"
# interfaces
.implements Lcom/trello/rxlifecycle/b;
# instance fields
.field private final a:Lrx/subjects/BehaviorSubject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/BehaviorSubject<",
"Lcom/trello/rxlifecycle/FragmentEvent;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 2
.line 1
invoke-direct {p0}, Landroid/app/Fragment;-><init>()V
.line 2
invoke-static {}, Lrx/subjects/BehaviorSubject;->create()Lrx/subjects/BehaviorSubject;
move-result-object v0
iput-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
return-void
.end method
# virtual methods
.method public onAttach(Landroid/app/Activity;)V
.registers 3
.line 1
invoke-super {p0, p1}, Landroid/app/Fragment;->onAttach(Landroid/app/Activity;)V
.line 2
iget-object p1, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v0, Lcom/trello/rxlifecycle/FragmentEvent;->ATTACH:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {p1, v0}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method
.method public onCreate(Landroid/os/Bundle;)V
.registers 3
.line 1
invoke-super {p0, p1}, Landroid/app/Fragment;->onCreate(Landroid/os/Bundle;)V
.line 2
iget-object p1, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v0, Lcom/trello/rxlifecycle/FragmentEvent;->CREATE:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {p1, v0}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method
.method public onDestroy()V
.registers 3
.line 1
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->DESTROY:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
.line 2
invoke-super {p0}, Landroid/app/Fragment;->onDestroy()V
return-void
.end method
.method public onDestroyView()V
.registers 3
.line 1
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->DESTROY_VIEW:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
.line 2
invoke-super {p0}, Landroid/app/Fragment;->onDestroyView()V
return-void
.end method
.method public onDetach()V
.registers 3
.line 1
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->DETACH:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
.line 2
invoke-super {p0}, Landroid/app/Fragment;->onDetach()V
return-void
.end method
.method public onPause()V
.registers 3
.line 1
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->PAUSE:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
.line 2
invoke-super {p0}, Landroid/app/Fragment;->onPause()V
return-void
.end method
.method public onResume()V
.registers 3
.line 1
invoke-super {p0}, Landroid/app/Fragment;->onResume()V
.line 2
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->RESUME:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method
.method public onStart()V
.registers 3
.line 1
invoke-super {p0}, Landroid/app/Fragment;->onStart()V
.line 2
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->START:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method
.method public onStop()V
.registers 3
.line 1
iget-object v0, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object v1, Lcom/trello/rxlifecycle/FragmentEvent;->STOP:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
.line 2
invoke-super {p0}, Landroid/app/Fragment;->onStop()V
return-void
.end method
.method public onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
.registers 3
.line 1
invoke-super {p0, p1, p2}, Landroid/app/Fragment;->onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
.line 2
iget-object p1, p0, Lcom/trello/rxlifecycle/components/RxFragment;->a:Lrx/subjects/BehaviorSubject;
sget-object p2, Lcom/trello/rxlifecycle/FragmentEvent;->CREATE_VIEW:Lcom/trello/rxlifecycle/FragmentEvent;
invoke-virtual {p1, p2}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method