/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 320 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()
|
D | avrcp.h | 66 FOLDER, enumerator
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/ |
D | CellType.java | 26 public static final char FOLDER = 'Z'; field in CellType
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 29 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/ |
D | avrcp_device_test.cc | 861 {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/ |
D | ShortcutAndWidgetContainer.java | 21 import static com.android.launcher3.CellLayout.FOLDER; 179 || (dp.folderCellLayoutBorderSpacePx.x > 0 && mContainerType == FOLDER) in measureChild()
|
D | CellLayout.java | 176 @IntDef({WORKSPACE, HOTSEAT, FOLDER}) 180 public static final int FOLDER = 2; field in CellLayout 386 case FOLDER: in resetCellSizeInternal()
|
D | DeviceProfile.java | 2040 case CellLayout.FOLDER:
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | WorkspaceAccessibilityHelper.java | 98 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
|
D | BaseAccessibilityDelegate.java | 47 FOLDER, enumConstant
|
D | LauncherAccessibilityDelegate.java | 321 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 1376 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/ |
D | get_folder_items.cc | 135 case MediaListItem::FOLDER: in PushMediaListItem()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 299 case FOLDER: { in getContainer()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 783 ListItem temp = {ListItem::FOLDER, in getFolderItemsResponseNative()
|