Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java54 private final TextView mAttributionTitle; field in BottomActionBar
62 mAttributionTitle = findViewById(R.id.preview_attribution_pane_title); in BottomActionBar()
146 mAttributionTitle.setText(attributions.get(0)); in populateInfoPage()
224 mAttributionTitle.setText(null); in resetInfoPage()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java591 private final TextView mAttributionTitle; field in PreviewFragment.InfoPageController
602 mAttributionTitle = mInfoPage.findViewById(R.id.preview_attribution_pane_title); in InfoPageController()
617 mAttributionTitle.setText(attributions.get(0)); in populate()
646 mAttributionTitle.setAlpha(alpha); in setContentAlpha()