Home
last modified time | relevance | path

Searched refs:smallestScreenWidthDp (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DConfiguration.kt34 val smallestScreenWidthDp: Int = 0, constant in android.tools.traces.wm.Configuration
45 smallestScreenWidthDp == 0 &&
58 if (smallestScreenWidthDp != other.smallestScreenWidthDp) return false in equals()
71 result = 31 * result + smallestScreenWidthDp in hashCode()
87 smallestScreenWidthDp: Int, in from()
97 smallestScreenWidthDp, in from()
/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DDeviceHelper.java70 int smallestScreenWidthDp = (Math.min(screenWidth, screenHeight) in isTablet() local
72 return smallestScreenWidthDp >= TABLET_DP_THRESHOLD; in isTablet()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt470 smallestScreenWidthDp = proto.smallestScreenWidthDp, in <lambda>()