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
75 mContainerType = containerType; in ShortcutAndWidgetContainer()
150 mActivity.getDeviceProfile().getCellContentHeight(mContainerType)); in getCellContentHeight()
172 dp.cellYPaddingPx >= 0 && mContainerType == WORKSPACE in measureChild()
178 (dp.cellLayoutBorderSpacePx.x > 0 && mContainerType == WORKSPACE) in measureChild()
179 || (dp.folderCellLayoutBorderSpacePx.x > 0 && mContainerType == FOLDER) in measureChild()
180 || (dp.hotseatBorderSpace > 0 && mContainerType == HOTSEAT); in measureChild()
183 : mContainerType == WORKSPACE in measureChild()
312 if (mContainerType == HOTSEAT) { in drawFolderLeaveBehindForIcon()
321 if (mContainerType == HOTSEAT) { in clearFolderLeaveBehind()
DCellLayout.java182 @ContainerType private final int mContainerType; field in CellLayout
236 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()
307 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()
385 switch (mContainerType) { in resetCellSizeInternal()
735 return mContainerType == WORKSPACE; in acceptsWidget()
755 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1181 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
1434 if (mContainerType == HOTSEAT) { in commitTempPlacement()