Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java37 protected RelativeLayout mTileLayout; field in IndividualHolder
47 mTileLayout = (RelativeLayout) itemView.findViewById(R.id.tile); in IndividualHolder()
52 mTileLayout.getLayoutParams().height = tileHeightPx; in IndividualHolder()
70 mTileLayout.setContentDescription(title); in bindWallpaper()
72 mTileLayout.setContentDescription(firstAttribution); in bindWallpaper()
DIndividualPickerFragment.java709 private FrameLayout mTileLayout; field in IndividualPickerFragment.RotationHolder
718 mTileLayout = itemView.findViewById(R.id.daily_refresh); in RotationHolder()
722 mTileLayout.getLayoutParams().height = mTileSizePx.y; in RotationHolder()
727 mTileLayout.setBackgroundColor( in RotationHolder()
781 mTileLayout.setBackgroundColor(newBackgroundColor); in bindRotationInitializationState()
DPreviewIndividualHolder.java34 mTileLayout.setOnClickListener(this); in PreviewIndividualHolder()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java855 private RelativeLayout mTileLayout; field in CategoryFragment.CategoryHolder
864 mTileLayout = itemView.findViewById(R.id.tile); in CategoryHolder()
869 mTileLayout.getLayoutParams().height = mTileSizePx.y; in CategoryHolder()