Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java70 Point paddingLand = idp.landscapeProfile.getTotalWorkspacePadding(); in initSpans()
76 idp.landscapeProfile.widthPx - paddingLand.x, in initSpans()
80 idp.landscapeProfile.heightPx - paddingLand.y, in initSpans()
DInvariantDeviceProfile.java92 public DeviceProfile landscapeProfile; field in InvariantDeviceProfile
174 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile()
332 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile; in getDeviceProfile()
DAppWidgetResizeFrame.java327 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()
DDeviceProfile.java665 boolean inMultiWindowMode = this != inv.landscapeProfile && this != inv.portraitProfile; in shouldIgnoreLongPressToOverview()