Home
last modified time | relevance | path

Searched refs:touchableInsets (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DInsets.kt28 val touchableInsets: Int, constant in android.tools.traces.inputmethod.Insets
33 "visibleTopInsets: $visibleTopInsets, touchableInsets: $touchableInsets," + in toString()
43 if (touchableInsets != other.touchableInsets) return false in equals()
52 result = 31 * result + touchableInsets in hashCode()