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.java39 @ContainerType private final int mContainerType; field in ShortcutAndWidgetContainer
54 mContainerType = containerType; in ShortcutAndWidgetContainer()
111 mActivity.getWallpaperDeviceProfile().getCellHeight(mContainerType)); in getCellContentHeight()
127 int cellPaddingX = mContainerType == CellLayout.WORKSPACE in measureChild()
DCellLayout.java158 @ContainerType private final int mContainerType; field in CellLayout
200 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()