Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAppsDividerView.java67 private final @ColorInt int mStrokeColor; field in AppsDividerView
94 mStrokeColor = ContextCompat.getColor(context, isMainColorDark in AppsDividerView()
158 mPaint.setColor(mStrokeColor); in updateDividerType()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java67 private int mStrokeColor; field in PreviewBackground
133 mStrokeColor = ta.getColor(R.styleable.FolderIconPreview_folderIconBorderColor, 0); in setup()
292 mPaint.setColor(setColorAlphaBound(mStrokeColor, mStrokeAlpha)); in drawBackgroundStroke()