Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java183 runOnTISBinder(TouchInteractionService.TISBinder::refreshOverviewTarget); in call()
226 return super.isLauncherInitialized() && TouchInteractionService.isInitialized(); in isLauncherInitialized()
230 TouchInteractionService.TISBinder tisBinder, boolean enable) { in enableBlockingTimeout()
246 protected void runOnTISBinder(Consumer<TouchInteractionService.TISBinder> connectionCallback) { in runOnTISBinder()
262 BundleSetter<T> bundleSetter, Function<TouchInteractionService.TISBinder, T> provider) { in getTISBinderUIProperty()
DTouchInteractionService.java157 public class TouchInteractionService extends Service { class
174 private final WeakReference<TouchInteractionService> mTis;
178 private TISBinder(TouchInteractionService tis) { in TISBinder()
374 @NonNull Consumer<TouchInteractionService> tisConsumer) { in executeForTouchInteractionService()
375 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService()
396 TouchInteractionService tis = mTis.get(); in getTaskbarManager()
403 TouchInteractionService tis = mTis.get(); in injectFakeTrackpadForTesting()
411 TouchInteractionService tis = mTis.get(); in ejectFakeTrackpadForTesting()
435 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper()
DOverviewCommandHelper.java79 private final TouchInteractionService mService;
99 public OverviewCommandHelper(TouchInteractionService service, in OverviewCommandHelper()
DRecentsActivity.java167 private void onTISConnected(TouchInteractionService.TISBinder binder) { in onTISConnected()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarUnitTestRule.kt30 import com.android.quickstep.TouchInteractionService
31 import com.android.quickstep.TouchInteractionService.TISBinder
92 Intent(context, TouchInteractionService::class.java) in apply()
DTaskbarNavButtonControllerTest.java36 import com.android.quickstep.TouchInteractionService;
53 TouchInteractionService mockService;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTISBindHelper.java30 import com.android.quickstep.TouchInteractionService;
31 import com.android.quickstep.TouchInteractionService.TISBinder;
141 mTisServiceBound = mContext.bindService(new Intent(mContext, TouchInteractionService.class), in internalBindToTIS()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java42 import com.android.quickstep.TouchInteractionService.TISBinder;
DAllSetActivity.java72 import com.android.quickstep.TouchInteractionService.TISBinder;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java174 import com.android.quickstep.TouchInteractionService.TISBinder;