Home
last modified time | relevance | path

Searched refs:CORNER_RADIUS (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrDecorateView.java35 private static final float CORNER_RADIUS = 16f; // 16dp field in QrDecorateView
72 mRadius = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, CORNER_RADIUS, in QrDecorateView()
76 CORNER_RADIUS - CORNER_STROKE_WIDTH, getResources().getDisplayMetrics()); in QrDecorateView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSlashDrawable.java40 public static final float CORNER_RADIUS = 1f; field in SlashDrawable
147 final float radiusX = scale(CORNER_RADIUS, width); in draw()
148 final float radiusY = scale(CORNER_RADIUS, height); in draw()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java90 private static final int CORNER_RADIUS = 20; field in WindowDecorationTests
135 mRelayoutParams.mCornerRadius = CORNER_RADIUS; in setUp()
256 verify(mMockSurfaceControlStartT).setCornerRadius(taskSurface, CORNER_RADIUS); in testLayoutResultCalculation_visibleFocusedTask()
257 verify(mMockSurfaceControlFinishT).setCornerRadius(taskSurface, CORNER_RADIUS); in testLayoutResultCalculation_visibleFocusedTask()