Searched refs:pageInfo (Results 1 – 1 of 1) sorted by relevance
178 final View pageInfo = getLayoutInflater().inflate(R.layout.page_info, null /* root */); in initInfoPage() local179 final TextView attributionTitle = pageInfo.findViewById( in initInfoPage()181 final TextView attributionAuthor = pageInfo.findViewById( in initInfoPage()183 final TextView attributionDescription = pageInfo.findViewById( in initInfoPage()185 final Button attributionExploreButton = pageInfo.findViewById( in initInfoPage()187 final View spacer = pageInfo.findViewById(R.id.spacer); in initInfoPage()188 final Button setWallpaperButton = pageInfo.findViewById( in initInfoPage()192 mPages.add(Pair.create(getString(R.string.tab_info), pageInfo)); in initInfoPage() local