Searched refs:smallIconImageViewId (Results 1 – 1 of 1) sorted by relevance
1389 int smallIconImageViewId = R.id.icon; in applyStandardTemplate() local1392 smallIconImageViewId = R.id.right_icon; in applyStandardTemplate()1401 contentView.setImageViewResource(smallIconImageViewId, mSmallIcon); in applyStandardTemplate()1402 contentView.setViewVisibility(smallIconImageViewId, View.VISIBLE); in applyStandardTemplate()1404 contentView.setViewVisibility(smallIconImageViewId, View.GONE); in applyStandardTemplate()