Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowLayoutParams.kt43 val rotationAnimation: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams
80 if (rotationAnimation != other.rotationAnimation) return false in equals()
116 result = 31 * result + rotationAnimation in hashCode()
142 "rotationAnimation=$rotationAnimation, preferredRefreshRate=$preferredRefreshRate, " + in toString()
175 rotationAnimation: Int, in from()
207 rotationAnimation, in from()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt426 rotationAnimation = proto?.rotationAnimation ?: 0, in <lambda>()