Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java590 private final View mInfoPage; field in PreviewFragment.InfoPageController
599 mInfoPage = infoPage; in InfoPageController()
602 mAttributionTitle = mInfoPage.findViewById(R.id.preview_attribution_pane_title); in InfoPageController()
603 mAttributionSubtitle1 = mInfoPage.findViewById(R.id.preview_attribution_pane_subtitle1); in InfoPageController()
604 mAttributionSubtitle2 = mInfoPage.findViewById(R.id.preview_attribution_pane_subtitle2); in InfoPageController()
605 mSpacer = mInfoPage.findViewById(R.id.spacer); in InfoPageController()
607 mExploreButton = mInfoPage.findViewById(R.id.preview_attribution_pane_explore_button); in InfoPageController()
608 mSetWallpaperButton = mInfoPage.findViewById( in InfoPageController()