Home
last modified time | relevance | path

Searched refs:smallIconImageViewId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java1389 int smallIconImageViewId = R.id.icon; in applyStandardTemplate() local
1392 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()