Searched refs:mContainerType (Results 1 – 2 of 2) sorted by relevance
39 @ContainerType private final int mContainerType; field in ShortcutAndWidgetContainer54 mContainerType = containerType; in ShortcutAndWidgetContainer()111 mActivity.getWallpaperDeviceProfile().getCellHeight(mContainerType)); in getCellContentHeight()127 int cellPaddingX = mContainerType == CellLayout.WORKSPACE in measureChild()
158 @ContainerType private final int mContainerType; field in CellLayout200 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()290 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()572 return mContainerType == WORKSPACE; in acceptsWidget()582 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()1028 if (mContainerType == HOTSEAT) { in getItemMoveDescription()2096 if (mContainerType == HOTSEAT) { in commitTempPlacement()