Searched refs:secondIcon (Results 1 – 3 of 3) sorted by relevance
80 ImageView secondIcon = findViewById(R.id.bottom_sheet_second_icon); in initUI() local87 secondIcon.setVisibility(View.GONE); in initUI()
82 ImageView secondIcon = findViewById(R.id.bottom_sheet_second_icon); in initUI() local89 secondIcon.setVisibility(View.GONE); in initUI()
597 val secondIcon = mock(Drawable::class.java) regex598 whenever(device.icon).thenReturn(secondIcon)