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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java57 public static final String NAV_BAR_LEFT = "sysui_nav_bar_left"; field in class:NavigationBarInflaterView
143 Dependency.get(TunerService.class).addTunable(this, NAV_BAR_VIEWS, NAV_BAR_LEFT,
163 } else if (NAV_BAR_LEFT.equals(key) || NAV_BAR_RIGHT.equals(key)) {
314 String s = Dependency.get(TunerService.class).getValue(NAV_BAR_LEFT, NAVSPACE);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java155 int NAV_BAR_LEFT = 1 << 0; field in interface:WindowManagerPolicy
1701 * @see #NAV_BAR_LEFT

Completed in 9491 milliseconds