Searched refs:isOnWorkspaceOrHotseat (Results 1 – 3 of 3) sorted by relevance
520 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()
256 val useLowResIcon = !c.isOnWorkspaceOrHotseat in processAppOrDeepShortcut()452 if (!c.isOnWorkspaceOrHotseat) { in processWidget()
460 public boolean isOnWorkspaceOrHotseat() { in isOnWorkspaceOrHotseat() method in LoaderCursor