Home
last modified time | relevance | path

Searched refs:landscapeProfile (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java125 public DeviceProfile landscapeProfile; field in InvariantDeviceProfile
231 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()
DDeviceProfile.java242 ? originalIDP.landscapeProfile in DeviceProfile()
299 return isLandscape ? inv.landscapeProfile : inv.portraitProfile; in getFullScreenProfile()
DLauncherAppWidgetProviderInfo.java61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans()
DAppWidgetResizeFrame.java360 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()