Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java57 private final @ColorInt int mAllAppsLabelTextColor; field in AppsDividerView
89 mAllAppsLabelTextColor = ContextCompat.getColor(context, in AppsDividerView()
170 mPaint.setColor(mAllAppsLabelTextColor); in updateDividerType()