Home
last modified time | relevance | path

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

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java177 final View pageInfo = getLayoutInflater().inflate(R.layout.page_info, null /* root */); in initInfoPage() local
178 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
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java261 View pageInfo = InfoPageController.createView(getLayoutInflater()); in initInfoPage() local
262 mInfoPageController = new InfoPageController(pageInfo, mPreviewMode); in initInfoPage()
263 mPages.add(Pair.create(getString(R.string.tab_info), pageInfo)); in initInfoPage() local