Searched refs:mIgnoreTasks (Results 1 – 1 of 1) sorted by relevance
151 private ArraySet<Task.TaskKey> mIgnoreTasks = new ArraySet<>(); field in TaskStackView433 mIgnoreTasks.add(task.key); in addIgnoreTask()440 mIgnoreTasks.remove(task.key); in removeIgnoreTask()447 return mIgnoreTasks.contains(task.key); in isIgnoredTask()544 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()557 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()587 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()664 if (mIgnoreTasks.contains(task.key)) { in relayoutTaskViews()753 if (!mIgnoreTasks.contains(tv.getTask().key)) { in cancelAllTaskViewAnimations()827 mLayoutAlgorithm.update(mStack, mIgnoreTasks, launchState, mLastScrollPPercent); in updateLayoutAlgorithm()[all …]