Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java142 if (RecentsDebugFlags.Static.EnableStackActionButton) { in RecentsView()
301 if (RecentsDebugFlags.Static.EnableStackActionButton) { in showEmptyView()
313 if (RecentsDebugFlags.Static.EnableStackActionButton) { in hideEmptyView()
350 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onMeasure()
383 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onLayout()
455 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()
629 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()
637 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()
652 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in showStackActionButton()
687 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in hideStackActionButton()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsDebugFlags.java39 public static final boolean EnableStackActionButton = true; field in RecentsDebugFlags.Static