HomeSort by relevance Sort by last modified time
    Searched defs:prepareAppTransition (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppTransitionTests.java 54 mWm.prepareAppTransition(TRANSIT_ACTIVITY_OPEN, false /* alwaysKeepCurrent */);
55 mWm.prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, false /* alwaysKeepCurrent */);
61 mWm.prepareAppTransition(TRANSIT_KEYGUARD_UNOCCLUDE, false /* alwaysKeepCurrent */);
62 mWm.prepareAppTransition(TRANSIT_ACTIVITY_OPEN, false /* alwaysKeepCurrent */,
  /frameworks/base/services/core/java/com/android/server/am/
KeyguardController.java 133 mWindowManager.prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY,
275 mWindowManager.prepareAppTransition(resolveOccludeTransit(),
303 mWindowManager.prepareAppTransition(mBeforeUnoccludeTransit,
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
  /frameworks/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 246 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 605 milliseconds