Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsConfiguration.java81 public boolean dragToSplitEnabled; field in RecentsConfiguration
95 dragToSplitEnabled = !isLowRamDevice; in RecentsConfiguration()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java681 if (!LegacyRecentsImpl.getConfiguration().dragToSplitEnabled) { in onLongClick()