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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java 55 public static PhoneCallDetailsViews fromView(View view) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 220 final View fromView = mLauncher.getWorkspace();
325 dispatchOnLauncherTransitionEnd(fromView, animated, false);
355 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
366 dispatchOnLauncherTransitionStart(fromView, animated, false);
404 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
405 dispatchOnLauncherTransitionStart(fromView, animated, false);
406 dispatchOnLauncherTransitionEnd(fromView, animated, false);
491 final int toWorkspacePage, final View buttonView, final View fromView,
528 if (fromView.getVisibility() == View.VISIBLE) {
626 dispatchOnLauncherTransitionPrepare(fromView, animated, true)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 182 milliseconds