Home
last modified time | relevance | path

Searched defs:SHADOW_RADIUS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelperTest.java50 private static final int SHADOW_RADIUS = 20; field in PipSurfaceTransactionHelperTest
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DTextAppearanceInfoTest.java66 private static final float SHADOW_RADIUS = 2.0f; field in TextAppearanceInfoTest
249 assertEquals(textAppearanceInfo.getShadowRadius(), SHADOW_RADIUS, EPSILON); in assertTextAppearanceInfoContentsEqual() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DUserBadgeDrawable.java52 private static final float SHADOW_RADIUS = 11.5f; field in UserBadgeDrawable
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DWindowDecorationTests.java122 private static final int SHADOW_RADIUS = 10; field in WindowDecorationTests
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp1543 static constexpr float SHADOW_RADIUS = 123.f; in TEST_F() local