Searched refs:mTileLayout (Results 1 – 4 of 4) sorted by relevance
37 protected RelativeLayout mTileLayout; field in IndividualHolder47 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()
688 private FrameLayout mTileLayout; field in IndividualPickerFragment.RotationHolder697 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()
34 mTileLayout.setOnClickListener(this); in PreviewIndividualHolder()
853 private RelativeLayout mTileLayout; field in CategoryFragment.CategoryHolder862 mTileLayout = itemView.findViewById(R.id.tile); in CategoryHolder()867 mTileLayout.getLayoutParams().height = mTileSizePx.y; in CategoryHolder()