Searched refs:ThemeUtils (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | AlphaTouchInterceptorOverlay.java | 24 import com.android.contacts.util.ThemeUtils; 52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme()); in AlphaTouchInterceptorOverlay()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
H A D | TimerItem.kt | 32 import com.android.deskclock.ThemeUtils 71 val colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent) 72 val textColorPrimary = ThemeUtils.resolveColor(c, attr.textColorPrimary)
|
H A D | TimerCircleView.kt | 28 import com.android.deskclock.ThemeUtils 73 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent)
|
H A D | TimerSetupView.kt | 39 import com.android.deskclock.ThemeUtils 100 val colorControlActivated = ThemeUtils.resolveColor(dividerContext, 102 val colorControlDisabled = ThemeUtils.resolveColor(dividerContext,
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | BaseActivity.kt | 52 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground) 60 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground)
|
H A D | LabelDialogFragment.kt | 78 val colorControlActivated = ThemeUtils.resolveColor(context, R.attr.colorControlActivated) 79 val colorControlNormal = ThemeUtils.resolveColor(context, R.attr.colorControlNormal)
|
H A D | ThemeUtils.kt | 26 object ThemeUtils { regex
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ringtone/ |
H A D | RingtoneViewHolder.kt | 34 import com.android.deskclock.ThemeUtils 59 val colorAccent = ThemeUtils.resolveColor(itemView.getContext(),
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
H A D | StopwatchCircleView.kt | 29 import com.android.deskclock.ThemeUtils 83 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent)
|
H A D | StopwatchFragment.kt | 62 import com.android.deskclock.ThemeUtils 154 val colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent) 155 val textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary) 662 updateGradientColors(ThemeUtils.resolveColor(context, android.R.attr.windowBackground))
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | ThemeUtils.java | 25 public class ThemeUtils { class
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmActivity.kt | 64 import com.android.deskclock.ThemeUtils 196 mCurrentHourColor = ThemeUtils.resolveColor(this, android.R.attr.windowBackground) 473 val colorAccent = ThemeUtils.resolveColor(this, R.attr.colorAccent)
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
H A D | ExpandedAlarmViewHolder.kt | 45 import com.android.deskclock.ThemeUtils 71 ThemeUtils.resolveDrawable(context, R.attr.selectableItemBackground) 175 dayButton.setTextColor(ThemeUtils.resolveColor(context,
|