OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInactiveSliderTint
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/notification/
ImportanceSeekBarPreference.java
49
private ColorStateList
mInactiveSliderTint
;
60
mInactiveSliderTint
= ColorStateList.valueOf(
136
final ColorStateList starTint = mAutoOn ? mActiveSliderTint :
mInactiveSliderTint
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java
73
private ColorStateList
mInactiveSliderTint
;
270
mInactiveSliderTint
= loadColorStateList(R.color.notification_guts_disabled_slider_color);
323
final ColorStateList starTint = mAuto ? mActiveSliderTint :
mInactiveSliderTint
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java
122
private final ColorStateList
mInactiveSliderTint
;
159
mInactiveSliderTint
= loadColorStateList(R.color.volume_slider_inactive);
[
all
...]
Completed in 867 milliseconds