Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
DQrDecorateView.java36 private static final float CORNER_RADIUS = 16f; // 16dp field in QrDecorateView
74 mRadius = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, CORNER_RADIUS, in QrDecorateView()
78 CORNER_RADIUS - CORNER_STROKE_WIDTH, getResources().getDisplayMetrics()); in QrDecorateView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java29 import static com.android.wm.shell.bubbles.bar.BubbleBarExpandedView.CORNER_RADIUS;
263 ObjectAnimator.ofFloat(bbev, CORNER_RADIUS, cornerRadius) in animateStartDrag()
318 ObjectAnimator.ofFloat(bbev, CORNER_RADIUS, bbev.getRestingCornerRadius()) in animateToRestPosition()
392 ObjectAnimator.ofFloat(bbev, CORNER_RADIUS, cornerRadius), in animateIntoTarget()
427 ObjectAnimator.ofFloat(bbev, CORNER_RADIUS, cornerRadius), in animateUnstuckFromDismissView()
DBubbleBarExpandedView.java68 public static final FloatProperty<BubbleBarExpandedView> CORNER_RADIUS = new FloatProperty<>( field in BubbleBarExpandedView
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DWindowDecorationTests.java105 private static final int CORNER_RADIUS = 20; field in WindowDecorationTests
150 mRelayoutParams.mCornerRadius = CORNER_RADIUS; in setUp()
265 verify(mMockSurfaceControlStartT).setCornerRadius(mMockTaskSurface, CORNER_RADIUS); in testLayoutResultCalculation_visibleFocusedTask()
266 verify(mMockSurfaceControlFinishT).setCornerRadius(mMockTaskSurface, CORNER_RADIUS); in testLayoutResultCalculation_visibleFocusedTask()