Searched refs:navButtons (Results 1 – 1 of 1) sorted by relevance
648 ViewGroup navButtons = getCurrentView().findViewById(R.id.nav_buttons); in updateNavButtonIcons() local649 if (navButtons != null) { in updateNavButtonIcons()650 LayoutTransition lt = navButtons.getLayoutTransition(); in updateNavButtonIcons()687 ViewGroup navButtons = (ViewGroup) getCurrentView().findViewById(R.id.nav_buttons); in updateLayoutTransitionsEnabled() local688 LayoutTransition lt = navButtons.getLayoutTransition(); in updateLayoutTransitionsEnabled()