Searched refs:showLeftIcon (Results 1 – 1 of 1) sorted by relevance
454 public void apply(View parent, View child, boolean showLeftIcon, boolean reset) { in apply() argument467 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()