Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java47 private final int mContainerType; field in ShortcutAndWidgetContainer
64 mContainerType = containerType; in ShortcutAndWidgetContainer()
126 mActivity.getDeviceProfile().getCellContentHeight(mContainerType)); in getCellContentHeight()
142 int cellPaddingY = dp.isScalableGrid && mContainerType == WORKSPACE in measureChild()
148 (dp.cellLayoutBorderSpacePx.x > 0 && mContainerType == WORKSPACE) in measureChild()
149 || (dp.folderCellLayoutBorderSpacePx.x > 0 && mContainerType == FOLDER); in measureChild()
152 : mContainerType == WORKSPACE in measureChild()
254 if (mContainerType == CellLayout.HOTSEAT) { in drawFolderLeaveBehindForIcon()
263 if (mContainerType == CellLayout.HOTSEAT) { in clearFolderLeaveBehind()
H A DCellLayout.java174 @ContainerType private final int mContainerType; field in CellLayout
231 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()
241 mBorderSpace = mContainerType == FOLDER in CellLayout()
311 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()
711 return mContainerType == WORKSPACE; in acceptsWidget()
721 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1173 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
2239 if (mContainerType == HOTSEAT) { in commitTempPlacement()