Package-level declarations

Types

Link copied to clipboard

Flags clickable images that do not expose an accessible description.

Link copied to clipboard

Flags independently exposed nodes that reuse a description in the same semantic scope.

Link copied to clipboard
class FocusOrderRule(screenDensity: Float, jumpThresholdDp: Float = 8.0f) : BaseScanRule

Flags focus traversal that jumps upward relative to visual top-to-bottom order.

Link copied to clipboard
class ImageWithTextOverlayRule(overlapThreshold: Float = 0.5f) : BaseScanRule

Flags text nodes that significantly overlap image nodes.

Link copied to clipboard

Flags interactive or image-like nodes that do not expose a content description.

Link copied to clipboard

Factory and metadata for the bundled scanner rule set.

Link copied to clipboard
class TextContrastRule(minimumRatio: Float = 4.5f) : BaseA11yRule

Reports measured semantic text whose rendered contrast is below minimumRatio. Nodes without a confident rendered-pixel measurement are intentionally skipped.

Link copied to clipboard
class TextScalingRule(screenDensity: Float, scaleFactor: Float = 1.3f) : BaseScanRule

Flags text that may clip when simulated at a larger font scale.

Link copied to clipboard

Reports interactive nodes whose effective pointer target overlaps another target.