Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DLauncherUnfoldTransitionController.kt47 launcher.addOnDeviceProfileChangeListener(this)
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconGraphic.kt91 getActivityContext().addOnDeviceProfileChangeListener(this) in onAttachedToWindow()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java180 mActivity.addOnDeviceProfileChangeListener(this); in initialize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLauncherUnfoldAnimationController.java115 mLauncher.addOnDeviceProfileChangeListener(this); in LauncherUnfoldAnimationController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java96 mActivityContext.addOnDeviceProfileChangeListener(this); in onAttachedToWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java195 mActivityContext.addOnDeviceProfileChangeListener(this); in onAttachedToWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java116 mLauncher.addOnDeviceProfileChangeListener(mOnDeviceProfileChangeListener); in init()
DTaskbarInsetsController.kt95 context.addOnDeviceProfileChangeListener(deviceProfileChangeListener) in <lambda>()
DTaskbarManager.java392 mActivity.addOnDeviceProfileChangeListener(mDebugActivityDeviceProfileChanged); in setActivity()
DTaskbarLauncherStateController.java254 mLauncher.addOnDeviceProfileChangeListener(mOnDeviceProfileChangeListener); in init()
DTaskbarView.java226 mActivityContext.addOnDeviceProfileChangeListener(this); in onAttachedToWindow()
DTaskbarViewController.java201 mActivity.addOnDeviceProfileChangeListener(mDeviceProfileChangeListener); in init()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java110 mActivityContext.addOnDeviceProfileChangeListener(this); in onAttachedToWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java113 mActivity.addOnDeviceProfileChangeListener( in init()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java198 default void addOnDeviceProfileChangeListener(OnDeviceProfileChangeListener listener) { in addOnDeviceProfileChangeListener() method
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java205 mLauncher.addOnDeviceProfileChangeListener(this); in AllAppsTransitionController()
DActivityAllAppsContainerView.java327 mActivityContext.addOnDeviceProfileChangeListener(this); in onAttachedToWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java134 launcher.addOnDeviceProfileChangeListener(this); in HotseatPredictionController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java297 mLauncher.addOnDeviceProfileChangeListener(this); in QuickstepTransitionManager()