Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java48 public class OverviewCommandHelper { class
57 public OverviewCommandHelper(Context context, RecentsAnimationDeviceState deviceState, in OverviewCommandHelper() method in OverviewCommandHelper
DTouchInteractionService.java276 private OverviewCommandHelper mOverviewCommandHelper;
344 mOverviewCommandHelper = new OverviewCommandHelper(this, mDeviceState, in onUserUnlocked()