Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java130 private final boolean mIsResponsiveGrid; field in DeviceProfile
349 mIsResponsiveGrid = false; in DeviceProfile()
410 mIsResponsiveGrid = inv.workspaceSpecsId != INVALID_RESOURCE_HANDLE in DeviceProfile()
559 } else if (!mIsResponsiveGrid) { in DeviceProfile()
575 if (!mIsResponsiveGrid) { in DeviceProfile()
638 if (mIsResponsiveGrid) { in DeviceProfile()
696 if (mIsResponsiveGrid) { in DeviceProfile()
718 if (mIsResponsiveGrid) { in DeviceProfile()
830 if (mIsResponsiveGrid && isVerticalBarLayout()) { in DeviceProfile()
923 if (mIsResponsiveGrid) { in getHorizontalMarginPx()
[all …]