Searched refs:CORNER_RADIUS (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
D | QrDecorateView.java | 36 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/ |
D | BubbleBarAnimationHelper.java | 29 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()
|
D | BubbleBarExpandedView.java | 68 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/ |
D | WindowDecorationTests.java | 105 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()
|