Searched refs:itemInfoWithIcon (Results 1 – 4 of 4) sorted by relevance
34 private lateinit var itemInfoWithIcon: ItemInfoWithIcon variable in com.android.launcher3.model.data.ItemInfoWithIconTest38 itemInfoWithIcon = in setup()53 Truth.assertThat(itemInfoWithIcon.isDisabled).isFalse() in itemInfoWithIconDefaultParamsTest()54 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isFalse() in itemInfoWithIconDefaultParamsTest()55 Truth.assertThat(itemInfoWithIcon.isArchived).isFalse() in itemInfoWithIconDefaultParamsTest()60 itemInfoWithIcon.setProgressLevel(0, PackageInstallInfo.STATUS_INSTALLING) in isDisabledOrPendingTest()61 Truth.assertThat(itemInfoWithIcon.isDisabled).isFalse() in isDisabledOrPendingTest()62 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isTrue() in isDisabledOrPendingTest()64 itemInfoWithIcon.setProgressLevel(1, PackageInstallInfo.STATUS_INSTALLING) in isDisabledOrPendingTest()65 Truth.assertThat(itemInfoWithIcon.isDisabled).isFalse() in isDisabledOrPendingTest()[all …]
401 if (item instanceof ItemInfoWithIcon itemInfoWithIcon) { in startAppShortcutOrInfoActivity()402 if ((itemInfoWithIcon.runtimeStatusFlags in startAppShortcutOrInfoActivity()405 itemInfoWithIcon.getTargetComponent().getPackageName(), in startAppShortcutOrInfoActivity()407 } else if (itemInfoWithIcon.itemType in startAppShortcutOrInfoActivity()
231 || !(mDragObject.dragInfo instanceof ItemInfoWithIcon itemInfoWithIcon) in isItemPinnable()232 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0; in isItemPinnable()
221 || !(itemInfo instanceof ItemInfoWithIcon itemInfoWithIcon) in configureForLauncher()222 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0) { in configureForLauncher()