OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bSource
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java
222
int
bSource
= Color.blue(source);
231
(int) (
bSource
* (1f - t) + bTarget * t));
NotificationHeaderViewWrapper.java
274
int
bSource
= Color.blue(source);
283
(int) (
bSource
* (1f - t) + bTarget * t));
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java
[
all
...]
Completed in 233 milliseconds