HomeSort by relevance Sort by last modified time
    Searched refs:navButtons (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 66 final View navButtons = mView.getCurrentView().findViewById(R.id.nav_buttons);
69 navButtons.animate().cancel();
74 navButtons.setAlpha(navButtonsAlpha);
77 navButtons.animate()
NavigationBarView.java 386 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons);
387 if (navButtons != null) {
388 LayoutTransition lt = navButtons.getLayoutTransition();
427 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons);
428 LayoutTransition lt = navButtons.getLayoutTransition();

Completed in 113 milliseconds