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