Home
last modified time | relevance | path

Searched refs:colorStateListWithDisabledAlpha (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java190 private ColorStateList colorStateListWithDisabledAlpha(int color, int disabledAlpha) { in colorStateListWithDisabledAlpha() method in RemoteInputView
224 accentColor = colorStateListWithDisabledAlpha(foregroundColor, 0x4D); // 30% in setBackgroundTintColor()
225 textColor = colorStateListWithDisabledAlpha(foregroundColor, 0x99); // 60% in setBackgroundTintColor()