Searched defs:mTmpTransform (Results 1 - 6 of 6) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java220 TaskViewTransform mTmpTransform = new TaskViewTransform(); field in class:RecentsImpl
857 mTmpTransform = stackLayout.getStackTransformScreenCoordinates(task,
858 stackScroller.getStackScroll(), mTmpTransform, null,
860 GraphicBuffer thumbnail = drawThumbnailTransitionBitmap(task, mTmpTransform);
862 mTmpTransform.rect.round(toTaskRect);
912 stackView.getScroller().getStackScroll(), mTmpTransform, null, windowOverrideRect);
913 return mTmpTransform;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java85 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in class:RecentsTransitionHelper
270 mTmpTransform.fillIn(taskView);
272 GraphicBuffer buffer = RecentsTransitionHelper.composeTaskBitmap(taskView, mTmpTransform);
306 mTmpTransform.fillIn(taskView);
307 stackLayout.transformToScreenCoordinates(mTmpTransform, windowRect);
309 mTmpTransform, true /* addHeaderBitmap */);
331 mTmpTransform.fillIn(taskView);
332 stackLayout.transformToScreenCoordinates(mTmpTransform,
335 mTmpTransform, true /* addHeaderBitmap */);
H A DTaskStackAnimationHelper.java109 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in class:TaskStackAnimationHelper
160 stackLayout.getStackTransform(task, stackScroller.getStackScroll(), mTmpTransform,
170 mTmpTransform.rect.offset(0, taskViewAffiliateGroupEnterOffset);
171 mTmpTransform.alpha = 0f;
172 mStackView.updateTaskViewToTransform(tv, mTmpTransform,
178 mTmpTransform.rect.offset(0, offscreenYOffset);
179 mTmpTransform.alpha = 0f;
180 mStackView.updateTaskViewToTransform(tv, mTmpTransform, AnimationProps.IMMEDIATE);
185 mTmpTransform.rect.offset(0, offset);
186 mTmpTransform
[all...]
H A DTaskStackView.java217 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in class:TaskStackView
2008 mTmpTransform, null);
2009 mTmpTransform.scale = finalScale;
2010 mTmpTransform.translationZ = mLayoutAlgorithm.mMaxTranslationZ + 1;
2011 mTmpTransform.dimAlpha = 0f;
2012 updateTaskViewToTransform(event.taskView, mTmpTransform,
H A DTaskStackViewTouchHandler.java104 private TaskViewTransform mTmpTransform = new TaskViewTransform(); field in class:TaskStackViewTouchHandler
648 mTmpTransform.copyFrom(fromTransform);
650 mTmpTransform.rect.set(Utilities.RECTF_EVALUATOR.evaluate(dismissFraction,
652 mTmpTransform.dimAlpha = fromTransform.dimAlpha + (toTransform.dimAlpha -
654 mTmpTransform.viewOutlineAlpha = fromTransform.viewOutlineAlpha +
657 mTmpTransform.translationZ = fromTransform.translationZ +
660 mSv.updateTaskViewToTransform(tv, mTmpTransform, AnimationProps.IMMEDIATE);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java519 final Matrix mTmpTransform = new Matrix(); field in class:WindowManagerService

Completed in 162 milliseconds