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.java688 private FrameLayout mTileLayout; field in IndividualPickerFragment.RotationHolder
697 mTileLayout = (FrameLayout) itemView.findViewById(R.id.daily_refresh); in RotationHolder()
701 mTileLayout.getLayoutParams().height = mTileSizePx.y; in RotationHolder()
706 mTileLayout.setBackgroundColor( in RotationHolder()
762 mTileLayout.setBackgroundColor(newBackgroundColor); in bindRotationInitializationState()
DPreviewIndividualHolder.java34 mTileLayout.setOnClickListener(this); in PreviewIndividualHolder()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java853 private RelativeLayout mTileLayout; field in CategoryFragment.CategoryHolder
862 mTileLayout = itemView.findViewById(R.id.tile); in CategoryHolder()
867 mTileLayout.getLayoutParams().height = mTileSizePx.y; in CategoryHolder()