Home
last modified time | relevance | path

Searched refs:Themes (Results 1 – 25 of 50) sorted by relevance

12

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseCarSettingsActivity.java37 import com.android.car.apps.common.util.Themes;
100 Themes.getAttrResourceId(/* context= */ this, in launchFragment()
102 Themes.getAttrResourceId(/* context= */ this, in launchFragment()
104 Themes.getAttrResourceId(/* context= */ this, in launchFragment()
106 Themes.getAttrResourceId(/* context= */ this, in launchFragment()
DExtraSettingsLoader.java37 import com.android.car.apps.common.util.Themes;
142 Themes.getAttrColorStateList(mContext, R.attr.iconColor)); in loadPreferences()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DSyncPreference.java26 import com.android.car.apps.common.util.Themes;
72 getIcon().setTintList(Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in updateIcon()
76 getIcon().setTintList(Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in updateIcon()
80 getIcon().setTintList(Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in updateIcon()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPersonalWorkSlidingTabStrip.java31 import com.android.launcher3.util.Themes;
69 Themes.getAttrColor(context, android.R.attr.colorAccent)); in PersonalWorkSlidingTabStrip()
72 mDividerPaint.setColor(Themes.getAttrColor(context, android.R.attr.colorControlHighlight)); in PersonalWorkSlidingTabStrip()
DAllAppsBackgroundDrawable.java31 import com.android.launcher3.util.Themes;
107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java40 import com.android.car.apps.common.util.Themes;
230 Drawable backgroundDrawable = Themes.getAttrDrawable(getContext(), in createCarTabItemView()
348 int textStyle = Themes.getAttrInteger(context, styleResId, android.R.attr.textStyle); in createStyledTypeface()
350 int textFontWeight = Themes.getAttrInteger(context, styleResId, in createStyledTypeface()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskCornerRadius.java23 import com.android.launcher3.util.Themes;
29 Themes.getDialogCornerRadius(context): in get()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseDraggingActivity.java42 import com.android.launcher3.util.Themes;
74 int themeRes = Themes.getActivityThemeRes(this); in onCreate()
93 if (mThemeRes != Themes.getActivityThemeRes(this)) { in updateTheme()
DButtonDropTarget.java50 import com.android.launcher3.util.Themes;
212 Themes.setColorChangeOnMatrix(defaultTextColor, getTextColor(), mSrcFilter); in animateTextColor()
213 Themes.setColorChangeOnMatrix(defaultTextColor, targetColor, mDstFilter); in animateTextColor()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java44 import com.android.launcher3.util.Themes;
108 mRadius = BOTTOM_CORNER_RADIUS_RATIO * Themes.getDialogCornerRadius(context); in ShelfScrimView()
164 mMidAlpha = Themes.getAttrInteger(context, R.attr.allAppsInterimScrimAlpha); in reInitUi()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPlaceHolderIconDrawable.java30 import com.android.launcher3.util.Themes;
53 Themes.getAttrColor(context, R.attr.loadingIconColor), iconColor)); in PlaceHolderIconDrawable()
DIconPalette.java27 import com.android.launcher3.util.Themes;
52 result = Themes.getColorAccent(context); in getPreloadProgressColor()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DTopRoundedCornerView.java27 import com.android.launcher3.util.Themes;
48 mNavBarScrimPaint.setColor(Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor)); in TopRoundedCornerView()
DRecyclerViewFastScroller.java41 import com.android.launcher3.util.Themes;
131 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
136 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java40 import com.android.launcher3.util.Themes;
116 mActiveColor = Themes.getColorAccent(context); in PageIndicatorDots()
117 mInActiveColor = Themes.getAttrColor(context, android.R.attr.colorControlHighlight); in PageIndicatorDots()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DRecentsRootView.java26 import com.android.launcher3.util.Themes;
85 : Themes.getAttrDrawable(getContext(), R.attr.workspaceStatusBarScrim)); in setInsets()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceNamePreferenceController.java27 import com.android.car.apps.common.util.Themes;
75 Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in updateState()
DBluetoothDevicePreference.java27 import com.android.car.apps.common.util.Themes;
85 getIcon().setTintList(Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in refreshUi()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
DVerticalListDividerDecoration.java29 import com.android.car.apps.common.util.Themes;
53 mDivider = Themes.getAttrDrawable(context, LIST_DIVIDER_ATTR); in VerticalListDividerDecoration()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseRecentsActivity.java32 import com.android.launcher3.util.Themes;
57 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DPreferenceHighlighter.java30 import com.android.launcher3.util.Themes;
94 int colorTo = setColorAlphaBound(Themes.getColorAccent(mRv.getContext()), 66); in onDraw()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java43 import com.android.launcher3.util.Themes;
151 boolean isSheetDark = Themes.getAttrBoolean(getContext(), R.attr.isMainColorDark); in setupNavBarColor()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DVolumeSettingsPreferenceController.java38 import com.android.car.apps.common.util.Themes;
146 Themes.getAttrColorStateList(getContext(), R.attr.iconColor)); in createVolumeSeekBarPreference()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java38 import com.android.launcher3.util.Themes;
152 result.color = Themes.getColorAccent(mContext); in createShortcutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java34 import com.android.launcher3.util.Themes;
123 Themes.getAttrColor(mContext, R.attr.popupColorPrimary)); in updateHeader()

12