Home
last modified time | relevance | path

Searched refs:FOLDER (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java23 import static com.android.launcher3.logger.LauncherAtom.ContainerInfo.ContainerCase.FOLDER;
430 if (info.getContainerInfo().getContainerCase() == FOLDER) { in getGridX()
442 if (info.getContainerInfo().getContainerCase() == FOLDER) { in getGridY()
458 case FOLDER: in getPageId()
471 case FOLDER: in getParentPageId()
486 if (info.getContainerInfo().getContainerCase() == FOLDER) { in getHierarchy()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java21 import static com.android.launcher3.CellLayout.FOLDER;
147 || (dp.folderCellLayoutBorderSpacingPx > 0 && mContainerType == FOLDER); in measureChild()
DCellLayout.java167 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
171 public static final int FOLDER = 2; field in CellLayout
240 mBorderSpacing = mContainerType == FOLDER in CellLayout()
DDeviceProfile.java884 case CellLayout.FOLDER: in getCellContentHeight()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java97 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
DLauncherAccessibilityDelegate.java77 FOLDER, enumConstant
431 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java272 case FOLDER: { in getContainer()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp762 ListItem temp = {ListItem::FOLDER, in getFolderItemsResponseNative()