Searched refs:portraitProfile (Results 1 – 6 of 6) sorted by relevance
117 public DeviceProfile portraitProfile; field in InvariantDeviceProfile230 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid()436 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile; in getDeviceProfile()
62 Point portCellSize = idp.portraitProfile.getCellSize(); in initSpans()
276 return isLandscape ? inv.landscapeProfile : inv.portraitProfile; in getFullScreenProfile()
361 sCellSize[1] = inv.portraitProfile.getCellSize(); in getWidgetSizeRanges()
505 mStableDeviceProfile = mDeviceProfile.inv.portraitProfile; in initDeviceProfile()
92 mDp = idp.portraitProfile.copy(context); in LauncherPreviewRenderer()