Critical controls should be enlarged to compensate for vibration
Aliases: vibration-tolerant target · hit area · control sizing
What it is
Vibration-tolerant control sizing deliberately enlarges a critical control's actual actionable hit area and the isolation space between it and neighboring controls, so a vibration-induced endpoint offset is more likely to still land inside the correct target. The emphasis is on operable geometry, not visual size — drawing a bigger icon whose actual clickable area hasn't grown to match, or letting adjacent controls' hit areas overlap, delivers no real vibration tolerance and can create a new source of false touches instead.
Why it happens
Enlarging a target's hit area widens the endpoint tolerance band discussed elsewhere in this group, making a vibration-induced random offset less likely to cross the boundary; increasing spacing between targets lowers the chance that, even if a boundary is crossed, the landing point falls inside a neighboring target and triggers it — two independent compensations that can be applied together. For high-consequence actions, sizing compensation should also pair with a guard mechanism (sliding open a protective cover before the control can be reached) and a confirmation step, forming layered protection rather than putting the entire safety burden on size alone. An easily overlooked failure mode: if only the visual presentation (icon, text) is enlarged while the underlying touch-responsive area does not grow to match, or several visually separate controls still share one larger, overlapping hit area at the touch-event-handling layer (competing for the event by z-order), the interface that "looks bigger" delivers no real reliability improvement — a situation fairly common in fast-iterating interface implementations.
Studying it
Under the target site's representative vibration conditions and actual gloves worn, manipulate a control's visual size, actual hit-area size, spacing, and the severity of the consequence a given action can trigger, measuring first-touch success rate, adjacent-control false-touch count, time to complete the action, and gaze-scanning pattern across controls. Choose design parameters from a speed–accuracy trade-off curve (observing how speed and accuracy trade off against each other across size settings), rather than citing a uniform pixel value detached from a specific device and specific vibration conditions as a "safe size" standard — once such a number is removed from its original test conditions, its validity in a new context cannot be guaranteed.
Where it stops holding
Enlarging size only compensates for error caused by endpoint variability; it cannot fix a screen that is impossible to fixate stably under vibration at all, a sensor missing touches from contamination or electromagnetic interference, or a hand that has lost all support — these more fundamental problems need a different mechanism (stable support, sensor-level interference resistance), and enlarging size delivers no real improvement against them. When screen space is limited and many critical controls need to be shown, uniformly enlarging every control by the same proportion quickly exhausts available space; reorganizing the information hierarchy and moving controls not needed for the current task to a secondary screen is a better move than shrinking critical controls to compensate. An emergency control, even once enlarged, still needs to stay reachable on the normal operating path — its larger footprint is not a reason to push it into a menu that requires extra steps to expand.
Applying it
- Prioritize enlarging the actual hit area and adjacent spacing for high-consequence actions first; if screen space is tight, compress lower-priority information display to make room, rather than shrinking critical controls to compensate.
- Use a visualization/debugging tool to inspect the interface's actual hit boundaries, checking one by one for overlapping hit areas, edges clipped by a neighboring element, or a hit area that fails to scale together with visual size — all common implementation defects.
- How to check: under target vibration conditions, test what the actual false-touch destinations are and whether operators notice and recover from them promptly, rather than only comparing average completion time before and after enlargement — a faster completion time does not prove the false-touch problem has been solved.
Related
- Same group: Y8.07.1 Continuous vibration reduces hand-positioning accuracy · Y8.07.2 Small targets have higher false-touch rates under vibration · Y8.07.4 Confirmation under vibration should avoid fine gestures
- Nearby: B2 Pointing and target acquisition · Y3.05 Protection against erroneous operation
- Search terms:
target size·hit area·vibration-tolerant control