Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingGroup.java161 TypedValue alphaValue = new TypedValue(); in calculateSendingTextColor() local
163 R.dimen.notification_secondary_text_disabled_alpha, alphaValue, true); in calculateSendingTextColor()
164 float alpha = alphaValue.getFloat(); in calculateSendingTextColor()