HomeSort by relevance Sort by last modified time
    Searched refs:schedulePictureInPictureModeChanged (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 162 void schedulePictureInPictureModeChanged(IBinder token, boolean isInPictureInPictureMode) throws RemoteException;
ApplicationThreadNative.java 749 schedulePictureInPictureModeChanged(b, inPip);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 475 void schedulePictureInPictureModeChanged() {
480 app.thread.schedulePictureInPictureModeChanged(
    [all...]
ActivityStackSupervisor.java     [all...]

Completed in 82 milliseconds