/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationControllerTest.kt | 153 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 D | Matrix.h | 132 if (!v.isIdentity()) { in multiply() 189 bool isIdentity() const;
|
H A D | UvMapper.h | 51 bool isIdentity() const { return mIdentity; } in isIdentity() function
|
H A D | Layer.cpp | 124 const bool nonIdentityMatrix = !matrix.isIdentity(); in draw()
|
H A D | DamageAccumulator.cpp | 141 if (transform && !transform->isIdentity()) { in applyMatrix()
|
H A D | Matrix.cpp | 142 bool Matrix4::isIdentity() const { in isIdentity() function in android::uirenderer::Matrix4 454 if (isIdentity()) return; in mapRect()
|
H A D | RenderProperties.h | 467 return getTransformMatrix() && !getTransformMatrix()->isIdentity(); in hasTransformMatrix()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Shader.java | 132 if (localM == null || localM.isIdentity()) { in setLocalMatrix()
|
H A D | Bitmap.java | 914 height == source.getHeight() && (m == null || m.isIdentity())) { in createBitmap() 958 if (m == null || m.isIdentity()) { in createBitmap()
|
H A D | Matrix.java | 258 public boolean isIdentity() { in isIdentity() method in Matrix
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | RenderNodeDrawableTests.cpp | 199 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 D | SkiaCanvasTests.cpp | 111 ASSERT_TRUE(newCanvas->getTotalMatrix().isIdentity()); in TEST()
|
H A D | SkiaPipelineTests.cpp | 310 EXPECT_TRUE(getTotalMatrix().isIdentity()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 137 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 D | AccessibilityWindowsPopulator.java | 719 && !magnificationInverseMatrix.isIdentity()) { in initializeData() 853 if ((!shouldMagnify || inverseMatrix.isIdentity()) && displayMatrix.isIdentity()) { in getUnMagnifiedTouchableRegion()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ImageView.java | 923 if (matrix != null && matrix.isIdentity()) { 928 if (matrix == null && !mMatrix.isIdentity() || 1308 if (mMatrix.isIdentity()) { in configureBounds()
|
H A D | TextView.java | 14262 if (!view.getMatrix().isIdentity()) { in isPositionVisible()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | CoordinateTransformsTest.java | 230 assertTrue("expected identity, but was: " + concat, concat.isIdentity()); in assertMatricesAreInverses()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | CursorAnchorInfo.java | 621 if (parentMatrix.isIdentity()) { in computeMatrixValues()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | ChangeTransform.java | 196 if (matrix == null || matrix.isIdentity()) { in captureValues()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | AccessibilityInteractionController.java | 1013 return windowMatrix == null || windowMatrix.isIdentity(); in shouldBypassApplyWindowMatrix() 1090 if (transformMatrix.isIdentity()) { in transformBoundsWithScreenMatrix() 1122 if (scaleMatrix.isIdentity()) { in applyTransformMatrixToBoundsInParentIfNeeded()
|
H A D | ViewGroup.java | 6122 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 D | RecyclerView.java | 8835 if (childMatrix != null && !childMatrix.isIdentity()) { in getTransformedBoundingBox()
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 4523 HSPLandroidx/compose/ui/graphics/MatrixKt;->isIdentity-58bKbWc([F)Z
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |