Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java454 public void apply(View parent, View child, boolean showLeftIcon, boolean reset) { in apply() argument
467 leftIcon.setImageDrawable(showLeftIcon && !keepRightIcon ? rightDrawable : null); in apply()
469 leftIcon.setVisibility(showLeftIcon ? View.VISIBLE : View.GONE); in apply()
473 boolean showRightIcon = (keepRightIcon || !showLeftIcon) in apply()