Companion
object Companion
Functions
Link copied to clipboard
fun resetAllViewGroupChildrenToPreviousAccessibilityFlagOrAuto(viewGroup: ViewGroup?, viewAccessibilityFlagMap: Map<Int, Int>)
Sets all View children of the ViewGroup as their previously mapped accessibility flag, or ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO if not found in the mapping.
Link copied to clipboard
fun setAllViewGroupChildrenAsNonAccessibilityImportant(viewGroup: ViewGroup?, viewAccessibilityFlagMap: MutableMap<Int, Int>)
Sets all View children of the ViewGroup as ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS.