Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java82 public boolean dragToSplitEnabled; field in RecentsConfiguration
96 dragToSplitEnabled = !isLowRamDevice; in RecentsConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java682 if (!Recents.getConfiguration().dragToSplitEnabled) { in onLongClick()