OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setIconsDark
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LightStatusBarController.java
104
mIconController.
setIconsDark
(true, animateChange());
111
mIconController.
setIconsDark
(false, animateChange());
123
mIconController.
setIconsDark
(true, animateChange());
StatusBarIconController.java
407
* Sets the dark area so {@link #
setIconsDark
} only affects the icons in the specified area.
425
public void
setIconsDark
(boolean dark, boolean animate) {
Completed in 79 milliseconds