Class | Description |
---|---|
AppTransitionFinishedEvent |
Sent when an app transition has finished playing.
|
CancelEnterRecentsWindowAnimationEvent |
This is sent when we want to cancel the enter-recents window animation for the launch task.
|
ConfigurationChangedEvent |
This is sent when the Recents activity configuration has changed.
|
DebugFlagsChangedEvent |
This is sent when the SystemUI tuner changes a flag.
|
DismissRecentsToHomeAnimationStarted |
This is sent when the task animation when dismissing Recents starts.
|
DockedFirstAnimationFrameEvent |
Sent when the window animation has started when docking a task
|
DockedTopTaskEvent |
Fires when the user invoked the gesture to dock the top/left task after we called into window
manager and before we start recents.
|
EnterRecentsTaskStackAnimationCompletedEvent |
This is sent when the in-app animations into Recents completes.
|
EnterRecentsWindowAnimationCompletedEvent |
This is sent when the window animation into Recents completes.
|
EnterRecentsWindowLastAnimationFrameEvent | |
ExitRecentsWindowFirstAnimationFrameEvent |
Event sent when the exit animation is started.
|
HideRecentsEvent |
This is sent when the user taps on the Home button or finishes alt-tabbing to hide the Recents
activity.
|
HideStackActionButtonEvent |
This is sent when the stack action button should be hidden.
|
IterateRecentsEvent |
This is sent when the user taps on the Overview button to iterate to the next item in the
Recents list.
|
LaunchNextTaskRequestEvent |
This event is sent to request that the next task is launched after a double-tap on the Recents
button.
|
LaunchTaskEvent |
This event is sent to request that a particular task is launched.
|
LaunchTaskFailedEvent |
This is sent when we fail to launch a task.
|
LaunchTaskStartedEvent |
This event is sent following
LaunchTaskEvent after the call to the system is made to
start the task. |
LaunchTaskSucceededEvent |
This is sent when we successfully launch a task.
|
LaunchTvTaskEvent | |
LaunchTvTaskStartedEvent |
This event is sent following
LaunchTvTaskEvent after the call to the system is made to
start the task, only used on TV. |
MultiWindowStateChangedEvent |
This is sent by the activity whenever the multi-window state has changed.
|
PackagesChangedEvent |
This event is sent by
RecentsPackageMonitor when a package on the the system changes. |
RecentsActivityStartingEvent |
Called after recents activity is being started, i.e. startActivity has just been called.
|
ShowStackActionButtonEvent |
This is sent when the stack action view button should be shown.
|
TaskStackUpdatedEvent |
This is sent by the activity whenever the task stach has changed.
|
ToggleRecentsEvent |
This is sent when the user taps on the Overview button to toggle the Recents activity.
|
UndockingTaskEvent |
Fires when the user invoked the gesture to undock the task in the docked stack.
|