Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java270 DividerView.INVALID_RECENTS_GROW_TARGET);
710 mHandler.post(() -> toggleRecents(DividerView.INVALID_RECENTS_GROW_TARGET)); in setWaitingForTransitionStart()
1086 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) { in getWindowRectOverride()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java88 public static final int INVALID_RECENTS_GROW_TARGET = -1; field in DividerView
1276 return INVALID_RECENTS_GROW_TARGET; in growsRecents()