Searched refs:SystemDecorationChangeObserver (Results 1 – 5 of 5) sorted by relevance
29 class SystemDecorationChangeObserver @Inject constructor(@ApplicationContext context: Context) { class35 val INSTANCE: DaggerSingletonObject<SystemDecorationChangeObserver> =36 DaggerSingletonObject<SystemDecorationChangeObserver>(
26 import com.android.quickstep.SystemDecorationChangeObserver.Companion.INSTANCE in <lambda>()27 import com.android.quickstep.SystemDecorationChangeObserver.DisplayDecorationListener in <lambda>()40 private var systemDecorationChangeObserver: SystemDecorationChangeObserver? = null in <lambda>()
583 private SystemDecorationChangeObserver mSystemDecorationChangeObserver;596 mSystemDecorationChangeObserver = SystemDecorationChangeObserver.getINSTANCE().get(this); in onCreate()
28 import com.android.quickstep.SystemDecorationChangeObserver;75 SystemDecorationChangeObserver getSystemDecorationChangeObserver(); in getSystemDecorationChangeObserver()
85 import com.android.quickstep.SystemDecorationChangeObserver;86 import com.android.quickstep.SystemDecorationChangeObserver.DisplayDecorationListener;460 SystemDecorationChangeObserver.getINSTANCE().get(mPrimaryWindowContext) in TaskbarManager()1113 SystemDecorationChangeObserver.getINSTANCE().get(mPrimaryWindowContext) in destroy()