Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java273 private int mDefaultDisplayId; field in TouchInteractionService
299 mDefaultDisplayId = getSystemService(WindowManager.class).getDefaultDisplay() in onCreate()
305 mExclusionListener = new SystemGestureExclusionListenerCompat(mDefaultDisplayId) { in onCreate()
337 .monitorGestureInput("swipe-up", mDefaultDisplayId), KEY_EXTRA_INPUT_MONITOR); in initInputMonitor()
425 if (displayId != mDefaultDisplayId) { in onDisplayChanged()