Searched refs:rowIcon (Results 1 – 1 of 1) sorted by relevance
802 ImageButton rowIcon = volumeRow.findViewById(R.id.volume_row_icon); in findDndIconAmongVolumeRows() local803 assertNotNull(rowIcon); in findDndIconAmongVolumeRows()806 rowIcon.setImageTintList(null); in findDndIconAmongVolumeRows()807 rowIcon.setAlpha(0xFF); in findDndIconAmongVolumeRows()809 Drawable actual = rowIcon.getDrawable(); in findDndIconAmongVolumeRows()