Searched refs:showLeftIcon (Results 1 – 1 of 1) sorted by relevance
434 public void apply(View parent, View child, boolean showLeftIcon, boolean reset) { in apply() argument447 leftIcon.setImageDrawable(showLeftIcon && !keepRightIcon ? rightDrawable : null); in apply()449 leftIcon.setVisibility(showLeftIcon ? View.VISIBLE : View.GONE); in apply()453 boolean showRightIcon = (keepRightIcon || !showLeftIcon) in apply()