Package-level declarations

Types

Link copied to clipboard

Flags clickable images that do not expose an accessible description.

Link copied to clipboard

Flags sibling-level nodes that reuse the same non-empty content description.

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 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.