Class | Description |
---|---|
Constants |
Constants
|
Constants.Metrics | |
Recents |
An implementation of the SystemUI recents component, which supports both system and secondary
users.
|
RecentsActivity |
The main Recents activity that is started from RecentsComponent.
|
RecentsActivityLaunchState |
The launch state of the RecentsActivity.
|
RecentsConfiguration |
Application resources that can be retrieved from the application context and are not specifically
tied to the current activity.
|
RecentsDebugFlags |
Tunable debug flags
|
RecentsDebugFlags.Static | |
RecentsImpl |
An implementation of the Recents component for the current user.
|
RecentsImplProxy |
A proxy class which directs all methods from
IRecentsNonSystemUserCallbacks to
RecentsImpl and makes sure they are called from the main thread. |
RecentsSystemUser |
An implementation of the system user's Recents interface to be called remotely by secondary
users.
|
RecentsSystemUserService |
A strictly system-user service that is started by the secondary user's Recents (with a limited
lifespan), to get the interface that the secondary user's Recents can call through to the system
user's Recents.
|
ScreenPinningRequest |