Home
last modified time | relevance | path

Searched refs:OverscrollPlugin (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOverscrollInputConsumer.java43 import com.android.systemui.plugins.OverscrollPlugin;
79 private final OverscrollPlugin mPlugin;
85 InputConsumer delegate, InputMonitorCompat inputMonitor, OverscrollPlugin plugin) { in OverscrollInputConsumer()
254 String deviceState = OverscrollPlugin.DEVICE_STATE_UNKNOWN;
258 deviceState = OverscrollPlugin.DEVICE_STATE_LAUNCHER;
260 deviceState = OverscrollPlugin.DEVICE_STATE_APP;
263 deviceState = OverscrollPlugin.DEVICE_STATE_LOCKED;
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DOverscrollPlugin.java28 @ProvidesInterface(action = com.android.systemui.plugins.OverscrollPlugin.ACTION,
29 version = com.android.systemui.plugins.OverscrollPlugin.VERSION)
30 public interface OverscrollPlugin extends Plugin { interface
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java89 import com.android.systemui.plugins.OverscrollPlugin;
126 public class TouchInteractionService extends Service implements PluginListener<OverscrollPlugin>,
144 private OverscrollPlugin mOverscrollPlugin;
359 OverscrollPlugin.class, false /* allowMultiple */); in onUserUnlocked()
596 OverscrollPlugin plugin = null; in newConsumer()
894 public void onPluginConnected(OverscrollPlugin overscrollPlugin, Context context) { in onPluginConnected()
899 public void onPluginDisconnected(OverscrollPlugin overscrollPlugin) { in onPluginDisconnected()
DTaskOverlayFactory.java47 import com.android.systemui.plugins.OverscrollPlugin;
99 public OverscrollPlugin getLocalOverscrollPlugin() { in getLocalOverscrollPlugin()