Home
last modified time | relevance | path

Searched refs:navButtons (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java676 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons); in updateNavButtonIcons() local
677 if (navButtons != null) { in updateNavButtonIcons()
678 LayoutTransition lt = navButtons.getLayoutTransition(); in updateNavButtonIcons()
708 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons); in updateLayoutTransitionsEnabled() local
709 LayoutTransition lt = navButtons.getLayoutTransition(); in updateLayoutTransitionsEnabled()