Searched refs:mContainerType (Results 1 – 2 of 2) sorted by relevance
47 private final int mContainerType; field in ShortcutAndWidgetContainer64 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()
174 @ContainerType private final int mContainerType; field in CellLayout231 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()