Searched refs:horizontalArrowIcon (Results 1 – 1 of 1) sorted by relevance
450 final ImageView horizontalArrowIcon = mHeader.findViewById(R.id.entity_header_swap_horiz); in enableSwitchPref() local451 if (horizontalArrowIcon != null) { in enableSwitchPref()452 horizontalArrowIcon.setImageDrawable( in enableSwitchPref()460 final ImageView horizontalArrowIcon = mHeader.findViewById(R.id.entity_header_swap_horiz); in disableSwitchPref() local461 if (horizontalArrowIcon != null) { in disableSwitchPref()462 horizontalArrowIcon.setImageDrawable( in disableSwitchPref()