/packages/apps/Launcher3/src/com/android/launcher3/util/ |
Themes.java | 31 return getAttrColor(context, android.R.attr.colorAccent); 34 public static int getAttrColor(Context context, int attr) {
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
PersonalWorkSlidingTabStrip.java | 68 Themes.getAttrColor(context, android.R.attr.colorAccent)); 71 mDividerPaint.setColor(Themes.getAttrColor(context, android.R.attr.colorControlHighlight));
|
AllAppsContainerView.java | 114 mNavBarScrimPaint.setColor(Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor));
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
TopRoundedCornerView.java | 48 mNavBarScrimPaint.setColor(Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor));
|
RecyclerViewFastScroller.java | 122 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary));
|
ScrimView.java | 125 mEndScrim = Themes.getAttrColor(context, R.attr.allAppsScrimColor);
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
NotificationFooterLayout.java | 94 mBackgroundColor = Themes.getAttrColor(context, R.attr.popupColorPrimary);
|
NotificationItemView.java | 123 Themes.getAttrColor(mContext, R.attr.popupColorPrimary));
|
NotificationMainView.java | 102 Themes.getAttrColor(getContext(), android.R.attr.colorControlHighlight)),
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
Utils.java | 692 return getAttrColor(context, android.R.attr.colorAccent); 695 private int getAttrColor(Context context, int attr) {
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
PageIndicatorDots.java | 117 mInActiveColor = Themes.getAttrColor(context, android.R.attr.colorControlHighlight);
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
PendingAppWidgetHostView.java | 79 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary));
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
FolderAnimationManager.java | 156 final int finalColor = Themes.getAttrColor(mContext, android.R.attr.colorPrimary);
|
PreviewBackground.java | 134 mBgColor = Themes.getAttrColor(launcher, android.R.attr.colorPrimary);
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
ArrowPopup.java | 182 arrowPaint.setColor(Themes.getAttrColor(mLauncher, R.attr.popupColorPrimary));
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
RecentsView.java | 268 mEmptyMessagePaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
CellLayout.java | 232 mDragOutlinePaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); [all...] |