Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowLayoutParams.kt39 val windowAnimations: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams
76 if (windowAnimations != other.windowAnimations) return false in equals()
112 result = 31 * result + windowAnimations in hashCode()
140 "windowAnimations=$windowAnimations, alpha=$alpha, " + in toString()
171 windowAnimations: Int, in from()
203 windowAnimations, in from()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt422 windowAnimations = proto?.windowAnimations ?: 0, in <lambda>()