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()
709 private FrameLayout mTileLayout; field in IndividualPickerFragment.RotationHolder718 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()
34 mTileLayout.setOnClickListener(this); in PreviewIndividualHolder()
855 private RelativeLayout mTileLayout; field in CategoryFragment.CategoryHolder864 mTileLayout = itemView.findViewById(R.id.tile); in CategoryHolder()869 mTileLayout.getLayoutParams().height = mTileSizePx.y; in CategoryHolder()