Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java56 private final @ColorInt int mStrokeColor; field in AppsDividerView
87 mStrokeColor = ContextCompat.getColor(context, R.color.material_color_outline_variant); in AppsDividerView()
163 mPaint.setColor(mStrokeColor); in updateDividerType()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java82 private int mStrokeColor; field in PreviewBackground
174 mStrokeColor = ta.getColor(R.styleable.FolderIconPreview_folderIconBorderColor, 0); in setup()
351 mPaint.setColor(setColorAlphaBound(mStrokeColor, mStrokeAlpha)); in drawBackgroundStroke()