Searched refs:menuLayout (Results 1 – 1 of 1) sorted by relevance
54 public A11yMenuFooter(ViewGroup menuLayout, A11yMenuFooterCallBack callBack) { in A11yMenuFooter() argument57 configureFooterLayout(menuLayout); in A11yMenuFooter()68 private void configureFooterLayout(ViewGroup menuLayout) { in configureFooterLayout() argument69 ViewGroup footerContainer = menuLayout.findViewById(R.id.footerlayout); in configureFooterLayout()72 mPreviousPageBtn = menuLayout.findViewById(R.id.menu_prev_button); in configureFooterLayout()73 mNextPageBtn = menuLayout.findViewById(R.id.menu_next_button); in configureFooterLayout()74 mTopListDivider = menuLayout.findViewById(R.id.top_listDivider); in configureFooterLayout()75 mBottomListDivider = menuLayout.findViewById(R.id.bottom_listDivider); in configureFooterLayout()81 menuLayout in configureFooterLayout()87 menuLayout.getViewTreeObserver().removeOnGlobalLayoutListener(this); in configureFooterLayout()[all …]