OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveSliderTint
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/notification/
ImportanceSeekBarPreference.java
48
private ColorStateList
mActiveSliderTint
;
59
mActiveSliderTint
= ColorStateList.valueOf(Utils.getColorAccent(context));
136
final ColorStateList starTint = mAutoOn ?
mActiveSliderTint
: mInactiveSliderTint;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java
72
private ColorStateList
mActiveSliderTint
;
269
mActiveSliderTint
= ColorStateList.valueOf(Utils.getColorAccent(mContext));
323
final ColorStateList starTint = mAuto ?
mActiveSliderTint
: mInactiveSliderTint;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java
121
private final ColorStateList
mActiveSliderTint
;
158
mActiveSliderTint
= ColorStateList.valueOf(Utils.getColorAccent(mContext));
[
all
...]
Completed in 96 milliseconds