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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java241 DividerView.INVALID_RECENTS_GROW_TARGET);
637 DividerView.INVALID_RECENTS_GROW_TARGET);
1036 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java88 public static final int INVALID_RECENTS_GROW_TARGET = -1; field in class:DividerView
1180 * {@link #INVALID_RECENTS_GROW_TARGET} if recents won't grow
1189 return INVALID_RECENTS_GROW_TARGET;

Completed in 152 milliseconds