Home
last modified time | relevance | path

Searched refs:setMatrix (Results 1 – 25 of 87) sorted by relevance

1234

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DReduceBrightColorsTintControllerTest.java57 tintController.setMatrix(50); in setAndGetMatrix()
74 tintController.setMatrix(-50); in setAndGetMatrixClampToZero()
91 tintController.setMatrix(120); in setAndGetMatrixClampTo100()
108 tintController.setMatrix(50); in returnsIdentityMatrixWhenNotActivated()
126 tintController.setMatrix(0); in getAdjustedBrightnessZeroRbcStrengthFullBrightness()
135 tintController.setMatrix(100); in getAdjustedBrightnessFullRbcStrengthFullBrightness()
144 tintController.setMatrix(0); in getAdjustedBrightnessZeroRbcStrengthLowBrightness()
153 tintController.setMatrix(100); in getAdjustedBrightnessFullRbcStrengthLowBrightness()
H A DGlobalSaturationTintControllerTest.java34 tintController.setMatrix(50); in setAndGetMatrix()
45 tintController.setMatrix(100); in resetMatrix()
H A DDisplayWhiteBalanceTintControllerTest.java116 mDisplayWhiteBalanceTintController.setMatrix(max + 1); in displayWhiteBalance_setTemperatureOverMax()
125 mDisplayWhiteBalanceTintController.setMatrix(min - 1); in displayWhiteBalance_setTemperatureBelowMin()
135 mDisplayWhiteBalanceTintController.setMatrix(colorTemperature); in displayWhiteBalance_setValidTemperature()
148 .setMatrix(mDisplayWhiteBalanceTintController.mCurrentColorTemperature + 1); in displayWhiteBalance_setMatrixValidDwbCalculation()
158 .setMatrix(mDisplayWhiteBalanceTintController.mCurrentColorTemperature + 1); in displayWhiteBalance_setMatrixInvalidDwbCalculation()
297 mDisplayWhiteBalanceTintController.setMatrix(cct); in displayWhiteBalance_getAndSetMatrix_validateTransformMatrix()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java86 private void setMatrix() { in setMatrix() method in ScriptIntrinsicColorMatrix
100 setMatrix(); in setColorMatrix()
111 setMatrix(); in setColorMatrix()
173 setMatrix(); in setGreyscale()
192 setMatrix(); in setYUVtoRGB()
211 setMatrix(); in setRGBtoYUV()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPopulateCharacterBoundsTest.java97 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR()
126 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR_multiline()
156 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR_newline()
189 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL()
218 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL_multiline()
248 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL_newline()
282 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_BiDi()
315 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_BiDi_multiline()
351 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_charactersWithInvisibleRegion()
389 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_withinRange()
/aosp14/frameworks/base/core/java/android/util/
H A DRotationUtils.java158 t.setMatrix(sc, 1.f, 0.f, 0.f, 1.f); in rotateSurface()
161 t.setMatrix(sc, 0.f, -1.f, 1.f, 0.f); in rotateSurface()
164 t.setMatrix(sc, -1.f, 0.f, 0.f, -1.f); in rotateSurface()
167 t.setMatrix(sc, 0.f, 1.f, -1.f, 0.f); in rotateSurface()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DCursorAnchorInfoTest.java37 builder.setMatrix(originalMatrix); in testCreateForAdditionalParentMatrix()
50 builder.setMatrix(newMatrix); in testCreateForAdditionalParentMatrix()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java101 tx.setMatrix(leash, mTmpTransform, mTmpFloat9); in scale()
138 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndCrop()
185 tx.setMatrix(leash, mTmpTransform, mTmpFloat9).setCrop(leash, crop); in rotateAndScaleWithCrop()
197 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java55 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scale()
73 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scale()
108 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndCrop()
141 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndRotate()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java252 verify(mTransaction, never()).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnConfigurationChanged_neverRecording()
268 verify(mTransaction, atLeast(2)).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnConfigurationChanged_resizesSurface()
285 verify(mTransaction, atLeast(2)).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnConfigurationChanged_resizesVirtualDisplay()
302 verify(mTransaction).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnConfigurationChanged_rotateVirtualDisplay()
325 verify(mTransaction, atLeast(2)).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnConfigurationChanged_resizeSurface()
348 verify(mTransaction, atLeast(2)).setMatrix(eq(mRecordedSurface), anyFloat(), anyFloat(), in testOnTaskOrientationConfigurationChanged_resizesSurface()
381 verify(mTransaction, atLeastOnce()).setMatrix(eq(mRecordedSurface), anyFloat(), eq(0f), in testOnTaskBoundsConfigurationChanged_notifiesCallback()
594 verify(mTransaction, atLeastOnce()).setMatrix(mRecordedSurface, 1.0f / yScale, 0, 0, in testUpdateMirroredSurface_capturedAreaResized()
H A DSurfaceAnimationRunnerTest.java110 verify(mMockTransaction, atLeastOnce()).setMatrix(eq(mMockSurface), eq(m), any()); in testAnimation()
117 verify(mMockTransaction, atLeastOnce()).setMatrix(eq(mMockSurface), eq(m), any()); in testAnimation()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp68 canvas->setMatrix(mDisplayList->mParentMatrix); in onDraw()
120 canvas->setMatrix(mStartBarrier->mDisplayList->mParentMatrix); in onDraw()
175 canvas->setMatrix(mStartBarrier->mDisplayList->mParentMatrix); in drawShadow()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java139 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
188 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
206 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationAdapter.java149 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
203 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
230 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java86 t.setMatrix(sc, mTransform, mFloat9); in applyTransform()
120 t.setMatrix(sc, Matrix.IDENTITY_MATRIX, mFloat9); in setIdentityMatrix()
H A DWindowChangeAnimationSpec.java143 t.setMatrix(leash, tmp.mTransformation.getMatrix(), tmp.mFloats); in apply()
148 t.setMatrix(leash, matrix, tmp.mFloats); in apply()
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasOpRasterizer.cpp39 destination->setMatrix(SkMatrix::Concat(currentGlobalTransform, op->transform())); in rasterizeCanvasBuffer()
/aosp14/frameworks/base/core/java/android/view/
H A DGhostView.java64 public void setMatrix(Matrix matrix) { in setMatrix() method in GhostView
122 ghostView.setMatrix(matrix); in addGhost()
133 ghostView.setMatrix(matrix); in addGhost()
H A DSurface.java1104 public void setMatrix(Matrix matrix) { in setMatrix() method in Surface.CompatibleCanvas
1108 super.setMatrix(matrix); in setMatrix()
1112 super.setMatrix(m); in setMatrix()
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DGlobalSaturationTintController.java43 public void setMatrix(int saturationLevel) { in setMatrix() method in GlobalSaturationTintController
H A DTintController.java92 public abstract void setMatrix(int value); in setMatrix() method in TintController
H A DReduceBrightColorsTintController.java58 public void setMatrix(int strengthLevel) { in setMatrix() method in ReduceBrightColorsTintController
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java123 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() method in StubTransaction
129 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, Matrix matrix, float[] float9) { in setMatrix() method in StubTransaction
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java123 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() method in StubTransaction
129 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, Matrix matrix, float[] float9) { in setMatrix() method in StubTransaction
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DFullscreenUnfoldTaskAnimator.java172 .setMatrix(context.mLeash, context.mMatrix, FLOAT_9) in applyAnimationProgress()
208 .setMatrix(context.mLeash, 1.0F, 0.0F, 0.0F, 1.0F) in resetSurface()

1234