Home
last modified time | relevance | path

Searched refs:isIdentity (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt153 assertTrue(params.matrix.isIdentity)
348 assertTrue(!params.matrix.isIdentity)
387 assertTrue(params.matrix.isIdentity)
416 assertTrue(params.matrix.isIdentity)
/aosp14/frameworks/base/libs/hwui/
H A DMatrix.h132 if (!v.isIdentity()) { in multiply()
189 bool isIdentity() const;
H A DUvMapper.h51 bool isIdentity() const { return mIdentity; } in isIdentity() function
H A DLayer.cpp124 const bool nonIdentityMatrix = !matrix.isIdentity(); in draw()
H A DDamageAccumulator.cpp141 if (transform && !transform->isIdentity()) { in applyMatrix()
H A DMatrix.cpp142 bool Matrix4::isIdentity() const { in isIdentity() function in android::uirenderer::Matrix4
454 if (isIdentity()) return; in mapRect()
H A DRenderProperties.h467 return getTransformMatrix() && !getTransformMatrix()->isIdentity(); in hasTransformMatrix()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DShader.java132 if (localM == null || localM.isIdentity()) { in setLocalMatrix()
H A DBitmap.java914 height == source.getHeight() && (m == null || m.isIdentity())) { in createBitmap()
958 if (m == null || m.isIdentity()) { in createBitmap()
H A DMatrix.java258 public boolean isIdentity() { in isIdentity() method in Matrix
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp199 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
204 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
214 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
569 EXPECT_TRUE(getTotalMatrix().isIdentity()); in RENDERTHREAD_TEST()
574 EXPECT_TRUE(getTotalMatrix().isIdentity()); in RENDERTHREAD_TEST()
1119 EXPECT_TRUE(getTotalMatrix().isIdentity()); in TEST()
H A DSkiaCanvasTests.cpp111 ASSERT_TRUE(newCanvas->getTotalMatrix().isIdentity()); in TEST()
H A DSkiaPipelineTests.cpp310 EXPECT_TRUE(getTotalMatrix().isIdentity()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp137 static jboolean isIdentity(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isIdentity() function in android::SkMatrixGlue
139 return obj->isIdentity() ? JNI_TRUE : JNI_FALSE; in isIdentity()
343 {"nIsIdentity","(J)Z", (void*) SkMatrixGlue::isIdentity},
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java719 && !magnificationInverseMatrix.isIdentity()) { in initializeData()
853 if ((!shouldMagnify || inverseMatrix.isIdentity()) && displayMatrix.isIdentity()) { in getUnMagnifiedTouchableRegion()
/aosp14/frameworks/base/core/java/android/widget/
H A DImageView.java923 if (matrix != null && matrix.isIdentity()) {
928 if (matrix == null && !mMatrix.isIdentity() ||
1308 if (mMatrix.isIdentity()) { in configureBounds()
H A DTextView.java14262 if (!view.getMatrix().isIdentity()) { in isPositionVisible()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DCoordinateTransformsTest.java230 assertTrue("expected identity, but was: " + concat, concat.isIdentity()); in assertMatricesAreInverses()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java621 if (parentMatrix.isIdentity()) { in computeMatrixValues()
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeTransform.java196 if (matrix == null || matrix.isIdentity()) { in captureValues()
/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1013 return windowMatrix == null || windowMatrix.isIdentity(); in shouldBypassApplyWindowMatrix()
1090 if (transformMatrix.isIdentity()) { in transformBoundsWithScreenMatrix()
1122 if (scaleMatrix.isIdentity()) { in applyTransformMatrixToBoundsInParentIfNeeded()
H A DViewGroup.java6122 if (!childMatrix.isIdentity() || in invalidateChild()
6133 if (!childMatrix.isIdentity()) { in invalidateChild()
6175 if (!m.isIdentity()) { in invalidateChild()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8835 if (childMatrix != null && !childMatrix.isIdentity()) { in getTransformedBoundingBox()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof4523 HSPLandroidx/compose/ui/graphics/MatrixKt;->isIdentity-58bKbWc([F)Z
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12