Searched refs:landscapeProfile (Results 1 – 4 of 4) sorted by relevance
116 public DeviceProfile landscapeProfile; field in InvariantDeviceProfile228 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid()436 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile; in getDeviceProfile()
61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans()
276 return isLandscape ? inv.landscapeProfile : inv.portraitProfile; in getFullScreenProfile()
360 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()