Home | History | Annotate | Download | only in input

Lines Matching full:area

30 some Android devices, the touch screen sensor area extends beyond the edge of
86 to an application about touches on a given sensor area. It may be useful
238 <p><code>ABS_TOOL_WIDTH</code>: <em>(optional)</em> Reports the cross-sectional area or width of the
283 <p><code>ABS_MT_TOUCH_MAJOR</code>: <em>(optional)</em> Reports the cross-sectional area of the
289 area measurement.</p>
292 <p><code>ABS_MT_WIDTH_MAJOR</code>: <em>(optional)</em> Reports the cross-sectional area of the tool itself,
299 an area measurement or if the dimensions of the tool itself are unknown.</p>
347 and <code>ABS_MT_POSITION_Y</code> axes define the bounds of the active area of the device
348 in device-specific surface units. In the case of a touch screen, the active area
356 <p>A touch screen may report touches outside of the reported active area.</p>
357 <p>Touches that are initiated outside the active area are not delivered to applications
359 <p>Touches that are initiated inside the active area, or that enter and exit the display
360 area are delivered to applications. Consequently, if a touch starts within the
361 bounds of an application and then moves outside of the active area, the application
365 area. If a touch exits the active area, it should be reported as being outside of
366 the active area, or it should not be reported at all.</p>
369 to move further outside of the active area, the touch screen should either start
373 when the user's finger is really touching outside of the active area.</p>
376 smoothly tracking motions that enter or exit the bounds of the display area.</p>
556 <p>For example, many touch devices measure the touch contact area
607 <dd>The inclusive width of the touch area, equivalent to <code>raw.x.range + 1</code>.</dd>
609 <dd>The inclusive height of the touch area, equivalent to <code>raw.y.range + 1</code>.</dd>
705 <p>The X and Y fields provide positional information for the center of the contact area.</p>
728 of the contact area in output units (pixels).</p>
734 possible normalized size is 1.0 (sensor area is saturated).</p>
737 of the contact area. When only the approximate diameter of the contact area can be measured,
740 field specifies the shorter dimension of the tool's cross-sectional area.</p>
746 diameter, area, and geometric bounding box in surface units.</p>
749 | <code>area</code> | <code>default</code></p>
765 <p>If the value is <code>area</code>, the size is assumed to be proportional to the
766 area of the touch or tool.</p>
798 that represents their total area or width. This property should only be set to
840 Else If touch.size.calibration == "area":
978 If touch.size.calibration == "diameter" or "area":
1050 # using size = sqrt(area) * 28 + 0.
1051 touch.size.calibration = area
1115 the visible area of the touch screen.</p>
1147 <p>Two finger motion both fingers moving in the same direction: drag the area under the pointer
1152 different directions: pan/scale/rotate the area surrounding the pointer.