{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface PrecisionDescriber
Press |
Returns different touch target sizes. |
Interface to implement size of click area.
Public methods |
|
|---|---|
abstract float[] |
Different touch target sizes. |
abstract float[] describePrecision()
Different touch target sizes.
| Returns | |
|---|---|
float[] |
a float[] with x and y values of size of click area. |