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

  /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/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java 55 public static PhoneCallDetailsViews fromView(View view) {
CallLogListItemViewHolder.java 209 PhoneCallDetailsViews.fromView(view),
  /external/skia/src/views/mac/
SkNSView.mm 274 NSPoint loc = [self convertPoint:p fromView:nil];
289 NSPoint loc = [self convertPoint:p fromView:nil];
304 NSPoint loc = [self convertPoint:p fromView:nil];
319 NSPoint loc = [self convertPoint:p fromView:nil];
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 362 milliseconds