Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java210 public int allAppsTopPadding; field in DeviceProfile
577 allAppsTopPadding = Math.max(mInsets.top, contentHeight - targetContentHeight); in DeviceProfile()
578 allAppsShiftRange = heightPx - allAppsTopPadding; in DeviceProfile()
580 allAppsTopPadding = 0; in DeviceProfile()
1639 writer.println(prefix + pxToDpStr("allAppsTopPadding", allAppsTopPadding));
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java962 int topPadding = grid.allAppsTopPadding; in setInsets()