Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java55 private final int mContainerType; field in ShortcutAndWidgetContainer
76 mContainerType = containerType; in ShortcutAndWidgetContainer()
151 mActivity.getDeviceProfile().getCellContentHeight(mContainerType)); in getCellContentHeight()
173 dp.cellYPaddingPx >= 0 && mContainerType == WORKSPACE in measureChild()
179 (dp.cellLayoutBorderSpacePx.x > 0 && mContainerType == WORKSPACE) in measureChild()
180 || (dp.folderCellLayoutBorderSpacePx.x > 0 && mContainerType == FOLDER) in measureChild()
181 || (dp.hotseatBorderSpace > 0 && mContainerType == HOTSEAT); in measureChild()
184 : mContainerType == WORKSPACE in measureChild()
314 if (mContainerType == HOTSEAT) { in drawFolderLeaveBehindForIcon()
323 if (mContainerType == HOTSEAT) { in clearFolderLeaveBehind()
DCellLayout.java188 @ContainerType private final int mContainerType; field in CellLayout
244 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()
317 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()
395 switch (mContainerType) { in resetCellSizeInternal()
749 return mContainerType == WORKSPACE; in acceptsWidget()
769 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1214 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
1467 if (mContainerType == HOTSEAT) { in commitTempPlacement()