Searched refs:mIgnoreTasks (Results 1 – 1 of 1) sorted by relevance
150 private ArraySet<Task.TaskKey> mIgnoreTasks = new ArraySet<>(); field in TaskStackView435 mIgnoreTasks.add(task.key); in addIgnoreTask()442 mIgnoreTasks.remove(task.key); in removeIgnoreTask()449 return mIgnoreTasks.contains(task.key); in isIgnoredTask()554 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()567 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()597 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()680 if (mIgnoreTasks.contains(task.key)) { in relayoutTaskViews()767 if (!mIgnoreTasks.contains(tv.getTask().key)) { in cancelAllTaskViewAnimations()831 mLayoutAlgorithm.update(mStack, mIgnoreTasks); in updateLayoutAlgorithm()[all …]