Searched defs:prevFocusState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java143 void onFocusStateChanged(int prevFocusState, int curFocusState); argument
416 int prevFocusState = mFocusState;
420 mCb.onFocusStateChanged(prevFocusState, focusState);
H A DTaskStackView.java1607 public void onFocusStateChanged(int prevFocusState, int curFocusState) { argument

Completed in 148 milliseconds