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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
UiThreadCircularReveal.java 15 public class UiThreadCircularReveal {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 29 import com.android.launcher3.util.UiThreadCircularReveal;
138 ValueAnimator anim = UiThreadCircularReveal.createCircularReveal(view, centerX,
LauncherStateTransitionAnimation.java 34 import com.android.launcher3.util.UiThreadCircularReveal;
298 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width / 2,
607 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width / 2,
    [all...]
Folder.java 62 import com.android.launcher3.util.UiThreadCircularReveal;
509 Animator reveal = UiThreadCircularReveal.createCircularReveal(this, (int) getPivotX(),
    [all...]

Completed in 420 milliseconds