Searched refs:fromView (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogListItemViews.java61 public static CallLogListItemViews fromView(View view) { method in class:CallLogListItemViews
67 PhoneCallDetailsViews.fromView(view),
H A DCallLogAdapter.java488 CallLogListItemViews views = CallLogListItemViews.fromView(view);
/packages/apps/Contacts/src/com/android/contacts/
H A DPhoneCallDetailsViews.java54 public static PhoneCallDetailsViews fromView(View view) { method in class:PhoneCallDetailsViews
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2494 final View fromView = mWorkspace;
2527 dispatchOnLauncherTransitionStep(fromView, t);
2552 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2583 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2605 dispatchOnLauncherTransitionStart(fromView, animated, false);
2647 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2648 dispatchOnLauncherTransitionStart(fromView, animated, false);
2649 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2658 * Zoom the camera back into the workspace, hiding 'fromView'.
2676 final View fromView
[all...]

Completed in 158 milliseconds