Home
last modified time | relevance | path

Searched refs:mTmpTransform (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackAnimationHelper.java112 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in TaskStackAnimationHelper
154 mTmpTransform, null /* frontTransform */); in prepareForEnterAnimation()
155 top = mTmpTransform.rect.top; in prepareForEnterAnimation()
165 stackLayout.getStackTransform(task, stackScroller.getStackScroll(), mTmpTransform, in prepareForEnterAnimation()
177 mTmpTransform, null); in prepareForEnterAnimation()
178 mTmpTransform.rect.offset(0, -top); in prepareForEnterAnimation()
179 mTmpTransform.alpha = 0f; in prepareForEnterAnimation()
180 mStackView.updateTaskViewToTransform(tv, mTmpTransform, in prepareForEnterAnimation()
183 mTmpTransform, null); in prepareForEnterAnimation()
184 mTmpTransform.alpha = 1f; in prepareForEnterAnimation()
[all …]
DRecentsTransitionComposer.java49 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in RecentsTransitionComposer
86 mTmpTransform.fillIn(taskView); in composeDockAnimationSpec()
88 Bitmap buffer = RecentsTransitionComposer.composeTaskBitmap(taskView, mTmpTransform); in composeDockAnimationSpec()
118 mTmpTransform.fillIn(taskView); in composeAnimationSpecs()
119 stackLayout.transformToScreenCoordinates(mTmpTransform, windowRect); in composeAnimationSpecs()
121 mTmpTransform, true /* addHeaderBitmap */); in composeAnimationSpecs()
DTaskStackViewTouchHandler.java103 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in TaskStackViewTouchHandler
661 mTmpTransform.copyFrom(fromTransform); in updateTaskViewTransforms()
663 mTmpTransform.rect.set(Utilities.RECTF_EVALUATOR.evaluate(dismissFraction, in updateTaskViewTransforms()
665 mTmpTransform.dimAlpha = fromTransform.dimAlpha + (toTransform.dimAlpha - in updateTaskViewTransforms()
667 mTmpTransform.viewOutlineAlpha = fromTransform.viewOutlineAlpha + in updateTaskViewTransforms()
670 mTmpTransform.translationZ = fromTransform.translationZ + in updateTaskViewTransforms()
673 mSv.updateTaskViewToTransform(tv, mTmpTransform, AnimationProps.IMMEDIATE); in updateTaskViewTransforms()
DTaskStackView.java206 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in TaskStackView
1897 mTmpTransform, null); in onBusEvent()
1898 mTmpTransform.scale = finalScale; in onBusEvent()
1899 mTmpTransform.translationZ = mLayoutAlgorithm.mMaxTranslationZ + 1; in onBusEvent()
1900 mTmpTransform.dimAlpha = 0f; in onBusEvent()
1901 updateTaskViewToTransform(event.taskView, mTmpTransform, in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java252 TaskViewTransform mTmpTransform = new TaskViewTransform(); field in RecentsImpl
949 stackView.getScroller().getStackScroll(), mTmpTransform, null, windowOverrideRect); in getThumbnailTransitionTransform()
950 return mTmpTransform; in getThumbnailTransitionTransform()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java1505 final Matrix transform = mService.mTmpTransform; in seamlesslyRotateWindow()
DWindowManagerService.java534 final Matrix mTmpTransform = new Matrix(); field in WindowManagerService