OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java
221
int
gSource
= Color.green(source);
230
(int) (
gSource
* (1f - t) + gTarget * t),
NotificationHeaderViewWrapper.java
273
int
gSource
= Color.green(source);
282
(int) (
gSource
* (1f - t) + gTarget * t),
Completed in 54 milliseconds