Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DConfiguration.kt32 val smallestScreenWidthDp: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.Configuration
42 smallestScreenWidthDp == 0 &&
55 if (smallestScreenWidthDp != other.smallestScreenWidthDp) return false in equals()
68 result = 31 * result + smallestScreenWidthDp in hashCode()
/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/src/com/android/server/wm/traces/parser/windowmanager/
DWindowManagerTraceParser.kt502 smallestScreenWidthDp = proto.smallestScreenWidthDp, in <lambda>()