Searched refs:mIgnoreTasks (Results 1 – 1 of 1) sorted by relevance
152 private ArraySet<Task.TaskKey> mIgnoreTasks = new ArraySet<>(); field in TaskStackView434 mIgnoreTasks.add(task.key); in addIgnoreTask()441 mIgnoreTasks.remove(task.key); in removeIgnoreTask()448 return mIgnoreTasks.contains(task.key); in isIgnoredTask()545 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()558 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()588 if (mIgnoreTasks.contains(task.key)) { in bindVisibleTaskViews()665 if (mIgnoreTasks.contains(task.key)) { in relayoutTaskViews()754 if (!mIgnoreTasks.contains(tv.getTask().key)) { in cancelAllTaskViewAnimations()828 mLayoutAlgorithm.update(mStack, mIgnoreTasks, launchState, mLastScrollPPercent); in updateLayoutAlgorithm()[all …]