Home
last modified time | relevance | path

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

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