Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowLayoutParams.kt46 val hasSystemUiListeners: Boolean = false, constant in android.tools.traces.wm.WindowLayoutParams
83 if (hasSystemUiListeners != other.hasSystemUiListeners) return false in equals()
119 result = 31 * result + hasSystemUiListeners.hashCode() in hashCode()
144 "hasSystemUiListeners=$hasSystemUiListeners, inputFeatureFlags=$inputFeatureFlags, " + in toString()
178 hasSystemUiListeners: Boolean, in from()
210 hasSystemUiListeners, in from()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt429 hasSystemUiListeners = proto?.hasSystemUiListeners ?: false, in <lambda>()