Searched refs:animateFocusedState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java334 void onTaskViewFocusChanged(boolean focused, boolean animateFocusedState) { argument
336 if (!animateFocusedState) return;
H A DTaskView.java585 public void setFocusedTask(boolean animateFocusedState) { argument
589 mHeaderView.onTaskViewFocusChanged(true, animateFocusedState);
H A DTaskStackView.java503 void focusTask(int taskIndex, boolean scrollToNewPosition, final boolean animateFocusedState) { argument
518 tv.setFocusedTask(animateFocusedState);
573 * @param animateFocusedState determines whether to actually draw the highlight along with
577 public void focusNextTask(boolean forward, boolean animateFocusedState) { argument
586 focusTask(newIndex, true, animateFocusedState);

Completed in 56 milliseconds