GoogleRules

Entries

Link copied to clipboard

This rule checks elements have an appropriate className set in their AccessibilityNodeInfo.

Link copied to clipboard

This rule checks if links are displayed using a ClickableSpan before Android 8.0 (API level 26).

Link copied to clipboard

This rule checks if multiple interactive items are displayed at the same location.

Link copied to clipboard

This rule checks if multiple elements have the same label.

Link copied to clipboard

This rule checks if a contentDescription has been set for editable views.

Link copied to clipboard

This rule checks if the contrast between foreground and background colors in images is 3.0:1 or higher.

Link copied to clipboard

This rule checks if the label of links are unclear.

Link copied to clipboard

This rule checks if the label of views contain information about it's type, state or actions.

Link copied to clipboard

This rule checks if the label of views contain information about it's type, state or actions.

Link copied to clipboard

This rule checks if text has sufficient contrast against it's background.

Link copied to clipboard

This rule checks if text scales and has sufficient space to grow in size.

Link copied to clipboard

This rule checks if touch targets have a minimum size of 48x48 density-independent pixels (dp).

Link copied to clipboard

This rule checks if accessibility services move their focus through the elements on the screen in a logical order.

Link copied to clipboard

This rule checks if all displayed text is exposed to accessibility services.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val identifier: String

The identifier of the rule as used in Abra Documentation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val title: String

The title of the rule as used in Abra Documentation.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.