Searched refs:smallestScreenWidthDp (Results 1 – 1 of 1) sorted by relevance
125 int smallestScreenWidthDp = (Math.min(screenWidth, screenHeight) in isTablet() local127 return smallestScreenWidthDp >= TABLET_DP_THRESHOLD; in isTablet()