OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setOverrideTintColor
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
287
setOverrideTintColor
(colorTwoBefore, transitionAmount);
297
row.
setOverrideTintColor
(colorOfViewBeforeLast, inShelfAmount);
300
row.
setOverrideTintColor
(NO_COLOR, 0 /* overrideAmount */);
[
all
...]
ActivatableNotificationView.java
93
* or {@link #
setOverrideTintColor
(int, float)}.
507
public void
setOverrideTintColor
(int color, float overrideAmount) {
[
all
...]
Completed in 63 milliseconds