Searched refs:hasSystemUiListeners (Results 1 – 2 of 2) sorted by relevance
46 val hasSystemUiListeners: Boolean = false, constant in android.tools.traces.wm.WindowLayoutParams83 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()
429 hasSystemUiListeners = proto?.hasSystemUiListeners ?: false, in <lambda>()