Searched refs:showRightIcon (Results 1 – 2 of 2) sorted by relevance
453 boolean showRightIcon = (keepRightIcon || !showLeftIcon) in apply()455 rightIcon.setVisibility(showRightIcon ? View.VISIBLE : View.GONE); in apply()457 adjustMargins(showRightIcon, child.findViewById(viewId)); in apply()
481 showRightIcon(R.drawable.ic_settings); in setDetail()496 showRightIcon(R.drawable.ic_info); in setAdminSupportDetail()510 private void showRightIcon(int iconId) { in showRightIcon() method in AppPermissionFragment