Lines Matching refs:contentView
228 final View contentView = toView.getContentView(); in startAnimationToOverlay() local
275 contentView.setVisibility(View.VISIBLE); in startAnimationToOverlay()
276 contentView.setAlpha(0f); in startAnimationToOverlay()
277 contentView.setTranslationY(revealViewToYDrift); in startAnimationToOverlay()
278 layerViews.put(contentView, BUILD_AND_SET_LAYER); in startAnimationToOverlay()
281 ObjectAnimator pageDrift = ObjectAnimator.ofFloat(contentView, "translationY", in startAnimationToOverlay()
288 ObjectAnimator itemsAlpha = ObjectAnimator.ofFloat(contentView, "alpha", 0f, 1f); in startAnimationToOverlay()
382 contentView.setVisibility(View.VISIBLE); in startAnimationToOverlay()
525 final View contentView = fromView.getContentView(); in startAnimationToWorkspaceFromOverlay() local
585 layerViews.put(contentView, BUILD_AND_SET_LAYER); in startAnimationToWorkspaceFromOverlay()
588 ObjectAnimator pageDrift = ObjectAnimator.ofFloat(contentView, "translationY", in startAnimationToWorkspaceFromOverlay()
590 contentView.setTranslationY(0); in startAnimationToWorkspaceFromOverlay()
596 contentView.setAlpha(1f); in startAnimationToWorkspaceFromOverlay()
597 ObjectAnimator itemsAlpha = ObjectAnimator.ofFloat(contentView, "alpha", 1f, 0f); in startAnimationToWorkspaceFromOverlay()
642 if (contentView != null) { in startAnimationToWorkspaceFromOverlay()
643 contentView.setTranslationX(0); in startAnimationToWorkspaceFromOverlay()
644 contentView.setTranslationY(0); in startAnimationToWorkspaceFromOverlay()
645 contentView.setAlpha(1); in startAnimationToWorkspaceFromOverlay()