Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java207 final View fromView = mLauncher.getWorkspace(); in startAnimationToOverlay() local
226 Animator updateTransitionStepAnim = dispatchOnLauncherTransitionStepAnim(fromView, toView); in startAnimationToOverlay()
311 dispatchOnLauncherTransitionEnd(fromView, animated, false); in startAnimationToOverlay()
339 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in startAnimationToOverlay()
349 dispatchOnLauncherTransitionStart(fromView, animated, false); in startAnimationToOverlay()
384 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in startAnimationToOverlay()
385 dispatchOnLauncherTransitionStart(fromView, animated, false); in startAnimationToOverlay()
386 dispatchOnLauncherTransitionEnd(fromView, animated, false); in startAnimationToOverlay()
402 private Animator dispatchOnLauncherTransitionStepAnim(final View fromView, final View toView) { in dispatchOnLauncherTransitionStepAnim() argument
407 dispatchOnLauncherTransitionStep(fromView, animation.getAnimatedFraction()); in dispatchOnLauncherTransitionStepAnim()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2642 final View fromView = mWorkspace; in showAppsCustomizeHelper() local
2675 dispatchOnLauncherTransitionStep(fromView, t); in showAppsCustomizeHelper()
2700 dispatchOnLauncherTransitionEnd(fromView, animated, false); in showAppsCustomizeHelper()
2730 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2749 dispatchOnLauncherTransitionStart(fromView, animated, false); in showAppsCustomizeHelper()
2783 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2784 dispatchOnLauncherTransitionStart(fromView, animated, false); in showAppsCustomizeHelper()
2785 dispatchOnLauncherTransitionEnd(fromView, animated, false); in showAppsCustomizeHelper()
2813 final View fromView = mAppsCustomizeTabHost; in hideAppsCustomizeHelper() local
2826 setPivotsForZoom(fromView, scaleFactor); in hideAppsCustomizeHelper()
[all …]
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneCallDetailsViews.java55 public static PhoneCallDetailsViews fromView(View view) { in fromView() method in PhoneCallDetailsViews
DCallLogListItemViewHolder.java303 PhoneCallDetailsViews.fromView(view), in create()