Home
last modified time | relevance | path

Searched defs:expectedAlpha (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java606 float expectedAlpha = ScrimState.KEYGUARD.getBehindAlpha(); in lockscreenToHubTransition_setsBehindScrimAlpha() local
652 float expectedAlpha = 0f; in hubToLockscreenTransition_setsViewAlpha() local
1640 float expectedAlpha = in expansionNotificationAlpha_shadeLocked_bouncerActive_usesBouncerInterpolator() local
1656 float expectedAlpha = ShadeInterpolation.getNotificationScrimAlpha(expansion); in expansionNotificationAlpha_shadeLocked_bouncerNotActive_usesShadeInterpolator() local
2008 private void assertAlphaAfterExpansion(ScrimView scrim, float expectedAlpha, float expansion) { in assertAlphaAfterExpansion()
2084 private void assertScrimAlpha(ScrimView scrim, int expectedAlpha) { in assertScrimAlpha()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt383 val expectedAlpha = 1 - 10f / alphaDistance in setDragAmount_setsKeyguardAlphaBasedOnDistance() constant
582 val expectedAlpha = 1 - dragDownAmount / alphaDistance in setDragDownAmount_inSplitShade_setsKeyguardStatusBarAlphaBasedOnDistance() constant
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DReadbackVts.cpp247 uint32_t expectedAlpha = in compareColorBuffers() local
302 uint32_t expectedAlpha = (*expectedStart >> (32 - alphaBits)) & maxAlphaValue; in compareColorBuffers() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DNinePatchTest.java170 int expectedAlpha = Color.alpha(expectedPixel); in verifyBitmapWithAlpha() local
H A DBitmapTest.java1356 private void verifyAlphaAndPremul(Bitmap bitmap, boolean expectedAlpha, boolean expectedPremul, in verifyAlphaAndPremul()
1376 assertEquals(bitmap.hasAlpha(), expectedAlpha); in verifyAlphaAndPremul() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/util/
H A DTestUtils.java295 int expectedAlpha = Color.alpha(expectedColor); in areColorsTheSameWithTolerance() local
/aosp_15_r20/external/skia/tests/
H A DCodecAnimTest.cpp378 auto expectedAlpha = 0 == i ? codec->getInfo().alphaType() : rec.fAlphas[i-1]; in DEF_TEST() local
/aosp_15_r20/prebuilts/misc/common/ninepatch/
HDninepatch-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapTest.java977 Bitmap bitmap, boolean expectedAlpha, boolean expectedPremul, boolean convertedFrom565) { in verifyAlphaAndPremul()