Searched refs:pageInfo (Results 1 – 2 of 2) sorted by relevance
177 final View pageInfo = getLayoutInflater().inflate(R.layout.page_info, null /* root */); in initInfoPage() local178 final TextView attributionTitle = pageInfo.findViewById( in initInfoPage()180 final TextView attributionAuthor = pageInfo.findViewById( in initInfoPage()182 final TextView attributionDescription = pageInfo.findViewById( in initInfoPage()184 final Button attributionExploreButton = pageInfo.findViewById( in initInfoPage()186 final View spacer = pageInfo.findViewById(R.id.spacer); in initInfoPage()187 final Button setWallpaperButton = pageInfo.findViewById( in initInfoPage()191 mPages.add(Pair.create(getString(R.string.tab_info), pageInfo)); in initInfoPage() local
261 View pageInfo = InfoPageController.createView(getLayoutInflater()); in initInfoPage() local262 mInfoPageController = new InfoPageController(pageInfo, mPreviewMode); in initInfoPage()263 mPages.add(Pair.create(getString(R.string.tab_info), pageInfo)); in initInfoPage() local