Home
last modified time | relevance | path

Searched refs:horizontalArrowIcon (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java450 final ImageView horizontalArrowIcon = mHeader.findViewById(R.id.entity_header_swap_horiz); in enableSwitchPref() local
451 if (horizontalArrowIcon != null) { in enableSwitchPref()
452 horizontalArrowIcon.setImageDrawable( in enableSwitchPref()
460 final ImageView horizontalArrowIcon = mHeader.findViewById(R.id.entity_header_swap_horiz); in disableSwitchPref() local
461 if (horizontalArrowIcon != null) { in disableSwitchPref()
462 horizontalArrowIcon.setImageDrawable( in disableSwitchPref()