Home
last modified time | relevance | path

Searched refs:isPendingDownload (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/data/
DItemInfoWithIconTest.kt54 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isFalse() in itemInfoWithIconDefaultParamsTest()
62 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isTrue() in isDisabledOrPendingTest()
66 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isFalse() in isDisabledOrPendingTest()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java168 public boolean isPendingDownload() { in isPendingDownload() method in ItemInfoWithIcon
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java177 setIsDisabled(info.isDisabled() || info.isPendingDownload()); in PreloadIconDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1030 return info.isDisabled() || info.isPendingDownload(); in isIconDisabled()