Searched refs:mTile (Results 1 – 3 of 3) sorted by relevance
48 private View mTile; field in DesktopRotationHolder58 mTile = itemView.findViewById(R.id.tile); in DesktopRotationHolder()61 mTile.setOnClickListener(this); in DesktopRotationHolder()62 mTile.getLayoutParams().height = tileHeightPx; in DesktopRotationHolder()
44 private View mTile; field in SetIndividualHolder52 mTile = itemView.findViewById(R.id.tile); in SetIndividualHolder()73 mTile.setOnClickListener(this); in bindWallpaper()
47 private Tile mTile; field in DevelopmentTilesTest60 doReturn(mTile).when(mService).getQsTile(); in setUp()