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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RecentsAnimationControllerTest.java 22 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
23 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
57 @Mock RecentsAnimationController.RecentsAnimationCallbacks mAnimationCallbacks;
58 private RecentsAnimationController mController;
65 mController = new RecentsAnimationController(sWm, mMockRunner, mAnimationCallbacks,
  /frameworks/base/services/core/java/com/android/server/am/
RecentsAnimation.java 30 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
31 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
32 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_TOP;
44 import com.android.server.wm.RecentsAnimationController;
45 import com.android.server.wm.RecentsAnimationController.RecentsAnimationCallbacks;
50 * cleanup. See {@link com.android.server.wm.RecentsAnimationController}.
212 private void finishAnimation(@RecentsAnimationController.ReorderMode int reorderMode) {
315 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode,
ActivityManagerService.java 210 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
211 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RecentsAnimationController.java 66 public class RecentsAnimationController implements DeathRecipient {
67 private static final String TAG = RecentsAnimationController.class.getSimpleName();
93 // We start the RecentsAnimationController in a pending-start state since we need to wait for
246 RecentsAnimationController(WindowManagerService service,
651 pw.print(prefix); pw.println(RecentsAnimationController.class.getSimpleName() + ":");
WallpaperController.java 29 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
164 final RecentsAnimationController recentsAnimationController =
170 final boolean isRecentsTransitionTarget = (recentsAnimationController != null
171 && recentsAnimationController.isWallpaperVisible(w));
227 final RecentsAnimationController recentsAnimationController =
229 boolean isAnimatingWithRecentsComponent = recentsAnimationController != null
230 && recentsAnimationController.isWallpaperVisible(wallpaperTarget);
    [all...]
InputMonitor.java 667 final RecentsAnimationController recentsAnimationController =
669 if (recentsAnimationController != null
670 && recentsAnimationController.hasInputConsumerForApp(w.mAppToken)) {
671 if (recentsAnimationController.updateInputConsumerForApp(
Task.java 571 final RecentsAnimationController recentsAnim = mService.getRecentsAnimationController();
DockedStackDividerController.java 700 final RecentsAnimationController recentsAnim = mService.getRecentsAnimationController();
    [all...]
RootWindowContainer.java 635 final RecentsAnimationController recentsAnimationController =
637 if (recentsAnimationController != null) {
638 recentsAnimationController.checkAnimationReady(mWallpaperController);
    [all...]
WindowManagerService.java 521 private RecentsAnimationController mRecentsAnimationController;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RecentsAnimationTest.java 25 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;

Completed in 383 milliseconds