Home
last modified time | relevance | path

Searched refs:snapshotView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java71 final View animationStagingView, final boolean snapshotView, final int duration) { in startAnimationForView() argument
73 new ViewExplodeAnimationJellyBeanMR2(viewToAnimate, container, snapshotView, duration) in startAnimationForView()
94 final boolean snapshotView, final int duration) { in ViewExplodeAnimationJellyBeanMR2() argument
98 if (snapshotView) { in ViewExplodeAnimationJellyBeanMR2()
99 mViewBitmap = snapshotView(viewToAnimate); in ViewExplodeAnimationJellyBeanMR2()
196 static Bitmap snapshotView(final View view) { in snapshotView() method in ViewGroupItemVerticalExplodeAnimation
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt819 taskContainers[0].snapshotView.updateLayoutParams<LayoutParams> { in <lambda>()
832 it.snapshotView, in <lambda>()
836 thumbnailBounds.set(it.snapshotView) in <lambda>()
1400 it.snapshotView.visibility = visibility in <lambda>()
1628 val snapshotView: View in <lambda>() constant