Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivityLaunchState.java37 public boolean launchedViaDragGesture; field in RecentsActivityLaunchState
50 launchedViaDragGesture = false; in reset()
DRecentsImpl.java1040 launchState.launchedViaDragGesture = mDraggingInRecents; in startRecentsActivity()