Searched refs:smallestScreenWidthDp (Results 1 – 3 of 3) sorted by relevance
34 val smallestScreenWidthDp: Int = 0, constant in android.tools.traces.wm.Configuration45 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()
70 int smallestScreenWidthDp = (Math.min(screenWidth, screenHeight) in isTablet() local72 return smallestScreenWidthDp >= TABLET_DP_THRESHOLD; in isTablet()
470 smallestScreenWidthDp = proto.smallestScreenWidthDp, in <lambda>()