Searched refs:navButtons (Results 1 – 1 of 1) sorted by relevance
637 ViewGroup navButtons = getCurrentView().findViewById(R.id.nav_buttons); in updateNavButtonIcons() local638 if (navButtons != null) { in updateNavButtonIcons()639 LayoutTransition lt = navButtons.getLayoutTransition(); in updateNavButtonIcons()675 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons); in updateLayoutTransitionsEnabled() local676 LayoutTransition lt = navButtons.getLayoutTransition(); in updateLayoutTransitionsEnabled()