Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java318 tis.mSystemDecorationChangeObserver.notifyAddSystemDecorations(displayId)); in onDisplayAddSystemDecorations()
325 tis.mSystemDecorationChangeObserver.notifyOnDisplayRemoved(displayId); in onDisplayRemoved()
334 tis.mSystemDecorationChangeObserver.notifyDisplayRemoveSystemDecorations(displayId); in onDisplayRemoveSystemDecorations()
583 private SystemDecorationChangeObserver mSystemDecorationChangeObserver; field in TouchInteractionService
596 mSystemDecorationChangeObserver = SystemDecorationChangeObserver.getINSTANCE().get(this); in onCreate()