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.java513 final View buttonView, final BaseContainerView fromView, in startAnimationToWorkspaceFromOverlay() argument
523 final View revealView = fromView.getRevealView(); in startAnimationToWorkspaceFromOverlay()
524 final View contentView = fromView.getContentView(); in startAnimationToWorkspaceFromOverlay()
541 fromView.setVisibility(View.GONE); in startAnimationToWorkspaceFromOverlay()
554 if (fromView.getVisibility() == View.VISIBLE) { in startAnimationToWorkspaceFromOverlay()
642 fromView.setVisibility(View.GONE); in startAnimationToWorkspaceFromOverlay()
663 fromView.post(new StartAnimRunnable(animation, null)); in startAnimationToWorkspaceFromOverlay()
694 fromView.post(startAnimRunnable); in startAnimationToWorkspaceFromOverlay()
/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/java/com/android/dialer/app/calllog/
DPhoneCallDetailsViews.java57 public static PhoneCallDetailsViews fromView(View view) { in fromView() method in PhoneCallDetailsViews
DCallLogListItemViewHolder.java293 PhoneCallDetailsViews.fromView(view), in create()