Searched refs:smallestScreenWidthDp (Results 1 – 3 of 3) sorted by relevance
32 val smallestScreenWidthDp: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.Configuration42 smallestScreenWidthDp == 0 &&55 if (smallestScreenWidthDp != other.smallestScreenWidthDp) return false in equals()68 result = 31 * result + smallestScreenWidthDp in hashCode()
70 int smallestScreenWidthDp = (Math.min(screenWidth, screenHeight) in isTablet() local72 return smallestScreenWidthDp >= TABLET_DP_THRESHOLD; in isTablet()
502 smallestScreenWidthDp = proto.smallestScreenWidthDp, in <lambda>()