Home
last modified time | relevance | path

Searched refs:INVALID_RECENTS_GROW_TARGET (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java269 DividerView.INVALID_RECENTS_GROW_TARGET);
696 mHandler.post(() -> toggleRecents(DividerView.INVALID_RECENTS_GROW_TARGET)); in setWaitingForTransitionStart()
1072 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) { in getWindowRectOverride()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java85 public static final int INVALID_RECENTS_GROW_TARGET = -1; field in DividerView
1272 return INVALID_RECENTS_GROW_TARGET; in growsRecents()