Searched defs:setLowProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java445 public void setLowProfile(boolean lowProfile) { method in class:DreamService
454 * @see #setLowProfile(boolean)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java190 setLowProfile(false, false, false);
295 public void setLowProfile(final boolean lightsOut) { method in class:NavigationBarView
296 setLowProfile(lightsOut, true, false);
299 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { method in class:NavigationBarView
351 setLowProfile(false);
379 setLowProfile(mLowProfile, false, true /* force */);

Completed in 56 milliseconds