Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java126 public class TouchInteractionService extends Service implements PluginListener<OverscrollPlugin>, class
153 SystemUiProxy.INSTANCE.get(TouchInteractionService.this).setProxy(proxy);
154 TouchInteractionService.this.initInputMonitor();
193 TouchInteractionService.this.onAssistantVisibilityChanged();
202 TouchInteractionService.this.onAssistantVisibilityChanged();
219 UI_HELPER_EXECUTOR.execute(TouchInteractionService.this::tryNotifyBackGesture);
227 TouchInteractionService.this.onSystemUiFlagsChanged();
409 ProtoTracer.INSTANCE.get(TouchInteractionService.this).start(); in onSystemUiFlagsChanged()
411 ProtoTracer.INSTANCE.get(TouchInteractionService.this).stop(); in onSystemUiFlagsChanged()
435 ProtoTracer.INSTANCE.get(TouchInteractionService.this).stop(); in onDestroy()
[all …]
DQuickstepTestInformationHandler.java80 return super.isLauncherInitialized() && TouchInteractionService.isInitialized(); in isLauncherInitialized()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DOverviewToAllAppsTouchController.java29 import com.android.quickstep.TouchInteractionService;
69 return TouchInteractionService.isConnected() ? in getTargetState()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java55 import com.android.quickstep.TouchInteractionService;
145 return TouchInteractionService.isConnected() ? in getTargetState()
164 return mAllowDragToOverview && TouchInteractionService.isConnected() in getTargetState()