Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h320 enum : uint8_t { PLAYER = 0x01, FOLDER = 0x02, SONG = 0x03 } type_; enumerator
330 MediaListItem(FolderItem item) : type_(FOLDER), folder_(item) {} in MediaListItem()
340 case FOLDER: in MediaListItem()
354 case FOLDER: in ~MediaListItem()
367 case FOLDER: in size()
Davrcp.h66 FOLDER, enumerator
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DCellType.java26 public static final char FOLDER = 'Z'; field in CellType
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java29 import static com.android.launcher3.logger.LauncherAtom.ContainerInfo.ContainerCase.FOLDER;
778 if (containerInfo.getContainerCase() == FOLDER) {
793 if (info.getContainerInfo().getContainerCase() == FOLDER) {
809 case FOLDER:
824 case FOLDER:
842 if (info.getContainerInfo().getContainerCase() == FOLDER) {
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc861 {ListItem::FOLDER, {"id1", true, "folder1"}, SongInfo()}, in TEST_F()
862 {ListItem::FOLDER, {"id2", true, "folder2"}, SongInfo()}, in TEST_F()
1005 ListItem item = {ListItem::FOLDER, info, SongInfo()}; in TEST_F()
1048 ListItem item0 = {ListItem::FOLDER, info0, SongInfo()}; in TEST_F()
1049 ListItem item1 = {ListItem::FOLDER, info1, SongInfo()}; in TEST_F()
1050 ListItem item2 = {ListItem::FOLDER, info2, SongInfo()}; in TEST_F()
1051 ListItem item3 = {ListItem::FOLDER, small_info, SongInfo()}; in TEST_F()
1073 ListItem item0 = {ListItem::FOLDER, info0, SongInfo()}; in TEST_F()
1074 ListItem item1 = {ListItem::FOLDER, info1, SongInfo()}; in TEST_F()
1083 ListItem item2 = {ListItem::FOLDER, info2, SongInfo()}; in TEST_F()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java21 import static com.android.launcher3.CellLayout.FOLDER;
179 || (dp.folderCellLayoutBorderSpacePx.x > 0 && mContainerType == FOLDER) in measureChild()
DCellLayout.java176 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
180 public static final int FOLDER = 2; field in CellLayout
386 case FOLDER: in resetCellSizeInternal()
DDeviceProfile.java2040 case CellLayout.FOLDER:
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java98 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
DBaseAccessibilityDelegate.java47 FOLDER, enumConstant
DLauncherAccessibilityDelegate.java321 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1376 if ((temp.type == ListItem::FOLDER && temp.folder.media_id == media_id) || in GetItemAttributesVFSResponse()
1390 if (item_requested.type == ListItem::FOLDER) { in GetItemAttributesVFSResponse()
1484 if (item.type == ListItem::FOLDER) { in GetVFSListResponse()
1498 if (items[i].type == ListItem::FOLDER) { in GetVFSListResponse()
/packages/modules/Bluetooth/system/packet/avrcp/
Dget_folder_items.cc135 case MediaListItem::FOLDER: in PushMediaListItem()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java299 case FOLDER: { in getContainer()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp783 ListItem temp = {ListItem::FOLDER, in getFolderItemsResponseNative()