Home
last modified time | relevance | path

Searched refs:isOnWorkspaceOrHotseat (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt520 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When valid TYPE_REAL App Widget then add item()
591 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When valid Pending Widget then checkAndAddItem()
637 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When Unrestored Pending App Widget then mark deleted()
688 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When Pending App Widget has not started restore then update db and add item()
772 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When Archived Pending App Widget then checkAndAddItem()
823 whenever(isOnWorkspaceOrHotseat).thenCallRealMethod() in When widget inflation result is TYPE_DELETE then mark deleted()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt256 val useLowResIcon = !c.isOnWorkspaceOrHotseat in processAppOrDeepShortcut()
452 if (!c.isOnWorkspaceOrHotseat) { in processWidget()
DLoaderCursor.java460 public boolean isOnWorkspaceOrHotseat() { in isOnWorkspaceOrHotseat() method in LoaderCursor