Searched refs:landscapeProfile (Results 1 – 4 of 4) sorted by relevance
125 public DeviceProfile landscapeProfile; field in InvariantDeviceProfile231 originalIDP.landscapeProfile = new DeviceProfile(context, this, null, smallestSize, in initGrid()241 landscapeProfile = originalIDP.landscapeProfile; in initGrid()252 landscapeProfile = new DeviceProfile(context, this, originalIDP, smallestSize, in initGrid()496 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile; in getDeviceProfile()
242 ? originalIDP.landscapeProfile in DeviceProfile()299 return isLandscape ? inv.landscapeProfile : inv.portraitProfile; in getFullScreenProfile()
61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans()
360 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()