Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java985 SurfaceControl leash, Animation anim, Transformation tmpTransformation, float[] matrix, in applyTransformation() argument
987 tmpTransformation.clear(); in applyTransformation()
988 anim.getTransformation(time, tmpTransformation); in applyTransformation()
990 tmpTransformation.getMatrix().postTranslate(position.x, position.y); in applyTransformation()
992 t.setMatrix(leash, tmpTransformation.getMatrix(), matrix); in applyTransformation()
993 t.setAlpha(leash, tmpTransformation.getAlpha()); in applyTransformation()
996 Insets extensionInsets = Insets.min(tmpTransformation.getInsets(), Insets.NONE); in applyTransformation()