Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DCellContentDimensions.kt33 var cellContentHeight = getCellContentHeight() in resizeToFitCellHeight()
39 cellContentHeight = getCellContentHeight() in resizeToFitCellHeight()
48 cellContentHeight = getCellContentHeight() in resizeToFitCellHeight()
60 cellContentHeight = getCellContentHeight() in resizeToFitCellHeight()
72 cellContentHeight = getCellContentHeight() in resizeToFitCellHeight()
79 fun getCellContentHeight(): Int { in getCellContentHeight() method
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java148 public int getCellContentHeight() { in getCellContentHeight() method in ShortcutAndWidgetContainer
150 mActivity.getDeviceProfile().getCellContentHeight(mContainerType)); in getCellContentHeight()
170 int cHeight = getCellContentHeight(); in measureChild()
DDeviceProfile.java1403 if (allAppsCellHeightPx < cellContentDimensions.getCellContentHeight()) {
2036 public int getCellContentHeight(@ContainerType int containerType) {