Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowManagerPolicy.kt37 val lastSystemUiFlags: Int = 0, constant in android.tools.traces.wm.WindowManagerPolicy
78 if (lastSystemUiFlags != other.lastSystemUiFlags) return false in equals()
96 result = 31 * result + lastSystemUiFlags in hashCode()
112 "lastSystemUiFlags=$lastSystemUiFlags, orientation=$orientation, " + in toString()
142 lastSystemUiFlags: Int = 0, in from()
157 lastSystemUiFlags, in from()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt122 lastSystemUiFlags = proto.lastSystemUiFlags, in <lambda>()