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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java135 setLowProfile(false, false, false);
176 public void setLowProfile(final boolean lightsOut) { method in class:NavigationBarView
177 setLowProfile(lightsOut, true, false);
180 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { method in class:NavigationBarView
233 setLowProfile(false);
264 setLowProfile(mLowProfile, false, true /* force */);

Completed in 55 milliseconds