Searched refs:screenLayoutSize (Results 1 – 3 of 3) sorted by relevance
31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in onCreate() local32 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_LARGE) { in onCreate()
44 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in onCreate() local45 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) { in onCreate()
160 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getListItemResId() local161 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) { in getListItemResId()