Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListDrawableFactory.java39 private final float mTopBottomCornerRadius; field in WidgetsListDrawableFactory
46 mTopBottomCornerRadius = res.getDimension(R.dimen.widget_list_top_bottom_corner_radius); in WidgetsListDrawableFactory()
61 createRoundedRectDrawable(mTopBottomCornerRadius, mTopBottomCornerRadius)); in createHeaderBackgroundDrawable()
64 createRoundedRectDrawable(mTopBottomCornerRadius, 0)); in createHeaderBackgroundDrawable()
67 createRoundedRectDrawable(mTopBottomCornerRadius, mMiddleCornerRadius)); in createHeaderBackgroundDrawable()
76 createRoundedRectDrawable(mMiddleCornerRadius, mTopBottomCornerRadius)); in createHeaderBackgroundDrawable()
91 createRoundedRectDrawable(0, mTopBottomCornerRadius)); in createContentBackgroundDrawable()