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

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
RemoteAnimationProvider.java 31 AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] targets);
40 result.setAnimation(createWindowAnimation(targetCompats));
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherInitListener.java 61 return provider.createWindowAnimation(targets);
LauncherAppTransitionManagerImpl.java 675 anim = provider.createWindowAnimation(targetCompats);
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
OverviewCommandHelper.java 251 mListener.registerAndStartActivity(overviewIntent, this::createWindowAnimation,
300 private AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] targetCompats) {

Completed in 170 milliseconds