Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarTransitions.java128 final View navButtons = mView.getCurrentView().findViewById(R.id.nav_buttons); in applyLightsOut() local
132 navButtons.animate().cancel(); in applyLightsOut()
139 navButtons.setAlpha(navButtonsAlpha); in applyLightsOut()
144 navButtons.animate() in applyLightsOut()
DNavigationBarView.java347 ViewGroup navButtons = (ViewGroup) mCurrentView.findViewById(R.id.nav_buttons); in setDisabledFlags() local
348 if (navButtons != null) { in setDisabledFlags()
349 LayoutTransition lt = navButtons.getLayoutTransition(); in setDisabledFlags()