Home
last modified time | relevance | path

Searched refs:screenHeightDp (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DConfiguration.kt32 val screenHeightDp: Int = 0, constant in android.tools.traces.wm.Configuration
43 screenHeightDp == 0 &&
56 if (screenHeightDp != other.screenHeightDp) return false in equals()
69 result = 31 * result + screenHeightDp in hashCode()
85 screenHeightDp: Int, in from()
95 screenHeightDp, in from()
/platform_testing/libraries/junit-rules/src/
DIgnoreOnPortrait.java34 return configuration.screenHeightDp > configuration.screenWidthDp; in get()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt216 val heightdp = context.resources.configuration.screenHeightDp.toString() in getAPIVersion()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt468 screenHeightDp = proto.screenHeightDp, in <lambda>()