public class RecentsSystemUser
extends IRecentsSystemUserCallbacks.Stub
Constructor and Description |
---|
RecentsSystemUser(Context context,
RecentsImpl impl) |
Modifier and Type | Method and Description |
---|---|
IRecentsNonSystemUserCallbacks |
getNonSystemUserRecentsForUser(int userId) |
void |
registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks,
int userId) |
void |
sendDockingTopTaskEvent(int dragMode,
Rect initialRect) |
void |
sendLaunchRecentsEvent() |
void |
sendRecentsDrawnEvent() |
void |
startScreenPinning(int taskId) |
void |
updateRecentsVisibility(boolean visible) |
public RecentsSystemUser(Context context, RecentsImpl impl)
public void registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks, int userId)
public IRecentsNonSystemUserCallbacks getNonSystemUserRecentsForUser(int userId)
public void updateRecentsVisibility(boolean visible)
public void startScreenPinning(int taskId)
public void sendRecentsDrawnEvent()
public void sendDockingTopTaskEvent(int dragMode, Rect initialRect) throws RemoteException
RemoteException
public void sendLaunchRecentsEvent() throws RemoteException
RemoteException