Home
last modified time | relevance | path

Searched refs:pageInfo (Results 1 – 1 of 1) sorted by relevance

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java178 final View pageInfo = getLayoutInflater().inflate(R.layout.page_info, null /* root */); in initInfoPage() local
179 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