Searched defs:isLargeScreen (Results 1 – 5 of 5) sorted by relevance
64 val isLargeScreen = isLargeScreen(context) in calculateSize() constant
153 val isLargeScreen = isLargeScreen(context) in updateThumbnailMatrix() constant
41 private static boolean isLargeScreen(Context context) { in isLargeScreen() method in LargeScreenSettings
140 public static boolean isLargeScreen(Context context) { in isLargeScreen() method in Utilities
63 int taskbarSize, boolean isLargeScreen, in updateThumbnailMatrix()