Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DInsets.kt29 val touchableRegion: Int, constant in android.tools.traces.inputmethod.Insets
34 "touchableRegion: $touchableRegion" in toString()
44 if (touchableRegion != other.touchableRegion) return false in equals()
53 result = 31 * result + touchableRegion in hashCode()