{% setvar book_path %}/reference/kotlin/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 functions |
|
|---|---|
FloatArray<Float>! |
Different touch target sizes. |
fun describePrecision(): FloatArray<Float>!
Different touch target sizes.
| Returns | |
|---|---|
FloatArray<Float>! |
a float[] with x and y values of size of click area. |