Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DConfiguration.kt33 val screenWidthDp: Int = 0, constant in android.tools.traces.wm.Configuration
44 screenWidthDp == 0 &&
57 if (screenWidthDp != other.screenWidthDp) return false in equals()
70 result = 31 * result + screenWidthDp in hashCode()
86 screenWidthDp: Int, in from()
96 screenWidthDp, 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.kt217 val widthdp = context.resources.configuration.screenWidthDp.toString() in getAPIVersion()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt469 screenWidthDp = proto.screenWidthDp, in <lambda>()