From f9dbf334aaa11a79a3803da9b24b291248c3172a Mon Sep 17 00:00:00 2001 From: John Andrew Camu Date: Wed, 4 Dec 2024 08:03:15 +0800 Subject: [PATCH] Updated project directories for unified 'systemUI' folder (#5034) --- build.gradle | 18 +++++----- settings.gradle | 33 ++++++++++++++----- systemUI/README.md | 3 ++ {systemUIAnim => systemUI/anim}/Android.bp | 0 .../anim}/AndroidManifest.xml | 0 {systemUIAnim => systemUI/anim}/build.gradle | 0 .../anim}/res/anim/launch_dialog_enter.xml | 0 .../anim}/res/anim/launch_dialog_exit.xml | 0 .../anim}/res/values/ids.xml | 0 .../anim}/res/values/styles.xml | 0 .../animation/ActivityTransitionAnimator.kt | 0 .../animation/AnimationFeatureFlags.kt | 0 .../DelegateTransitionAnimatorController.kt | 0 .../animation/DialogTransitionAnimator.kt | 0 .../android/systemui/animation/Expandable.kt | 0 .../systemui/animation/FontInterpolator.kt | 0 .../systemui/animation/FontVariationUtils.kt | 0 ...GhostedViewTransitionAnimatorController.kt | 0 .../systemui/animation/LaunchableView.kt | 0 .../animation/RemoteAnimationDelegate.kt | 0 .../RemoteAnimationRunnerCompat.java | 0 .../RemoteAnimationTargetCompat.java | 0 .../systemui/animation/ShadeInterpolation.kt | 0 .../systemui/animation/TextAnimator.kt | 0 .../systemui/animation/TextInterpolator.kt | 0 .../systemui/animation/TransitionAnimator.kt | 0 .../ViewDialogTransitionAnimatorController.kt | 0 .../animation/ViewHierarchyAnimator.kt | 0 .../systemui/animation/ViewRootSync.kt | 0 .../animation/back/BackAnimationSpec.kt | 0 .../back/BackAnimationSpecForSysUi.kt | 0 .../animation/back/BackTransformation.kt | 0 .../back/BottomsheetBackAnimationSpec.kt | 0 .../back/OnBackAnimationCallbackExtension.kt | 0 .../animation/view/LaunchableFrameLayout.kt | 0 .../animation/view/LaunchableImageView.kt | 0 .../animation/view/LaunchableLinearLayout.kt | 0 .../animation/view/LaunchableTextView.kt | 0 .../surfaceeffects/PaintDrawCallback.kt | 0 .../RenderEffectDrawCallback.kt | 0 .../glowboxeffect/GlowBoxConfig.kt | 0 .../glowboxeffect/GlowBoxEffect.kt | 0 .../glowboxeffect/GlowBoxShader.kt | 0 .../loadingeffect/LoadingEffect.kt | 0 .../loadingeffect/LoadingEffectView.kt | 0 .../ripple/MultiRippleController.kt | 0 .../surfaceeffects/ripple/MultiRippleView.kt | 0 .../surfaceeffects/ripple/RippleAnimation.kt | 0 .../ripple/RippleAnimationConfig.kt | 0 .../surfaceeffects/ripple/RippleShader.kt | 0 .../surfaceeffects/ripple/RippleView.kt | 0 .../shaders/SolidColorShader.kt | 0 .../surfaceeffects/shaders/SparkleShader.kt | 0 .../shaderutil/SdfShaderLibrary.kt | 0 .../shaderutil/ShaderUtilLibrary.kt | 0 .../TurbulenceNoiseAnimationConfig.kt | 0 .../TurbulenceNoiseController.kt | 0 .../turbulencenoise/TurbulenceNoiseShader.kt | 0 .../turbulencenoise/TurbulenceNoiseView.kt | 0 .../surfaceeffects/utils/MathUtils.kt | 0 .../systemui/util/AnimatorExtensions.kt | 0 .../src/com/android/systemui/util/Dialog.kt | 0 .../com/android/systemui/util/Dimension.kt | 0 .../common}/.gitignore | 0 .../common}/Android.bp | 0 .../common}/AndroidManifest.xml | 0 {systemUICommon => systemUI/common}/OWNERS | 0 {systemUICommon => systemUI/common}/README.md | 0 .../common}/build.gradle | 0 .../systemui/common/buffer/RingBuffer.kt | 0 {systemUILog => systemUI/log}/.gitignore | 0 {systemUILog => systemUI/log}/Android.bp | 0 .../log}/AndroidManifest.xml | 0 {systemUILog => systemUI/log}/build.gradle | 4 +-- .../systemui/log/ConstantStringsLogger.kt | 0 .../systemui/log/ConstantStringsLoggerImpl.kt | 0 .../src/com/android/systemui/log/LogBuffer.kt | 0 .../android/systemui/log/LogMessageImpl.kt | 0 .../android/systemui/log/LogcatEchoTracker.kt | 0 .../com/android/systemui/log/core/LogLevel.kt | 0 .../android/systemui/log/core/LogMessage.kt | 0 .../log/core/LogcatOnlyMessageBuffer.kt | 0 .../com/android/systemui/log/core/Logger.kt | 0 .../systemui/log/core/MessageBuffer.kt | 0 .../plugin}/Android.bp | 0 .../plugin}/AndroidManifest.xml | 0 .../plugin}/ExamplePlugin/Android.bp | 0 .../plugin}/ExamplePlugin/AndroidManifest.xml | 0 .../res/layout/colored_overlay.xml | 0 .../res/layout/plugin_settings.xml | 0 .../ExamplePlugin/res/values/strings.xml | 0 .../plugin/testoverlayplugin/CustomView.java | 0 .../testoverlayplugin/PluginSettings.java | 0 .../SampleOverlayPlugin.java | 0 .../plugins/BcSmartspaceConfigPlugin.kt | 0 .../plugins/BcSmartspaceDataPlugin.java | 0 .../plugin}/build.gradle | 6 ++-- .../systemui/plugins/ActivityStarter.java | 0 .../systemui/plugins/DarkIconDispatcher.java | 0 .../systemui/plugins/DozeServicePlugin.java | 0 .../systemui/plugins/FalsingManager.java | 0 .../systemui/plugins/FalsingPlugin.java | 0 .../systemui/plugins/FragmentBase.java | 0 .../systemui/plugins/GlobalActions.java | 0 .../plugins/GlobalActionsPanelPlugin.java | 0 .../plugins/IntentButtonProvider.java | 0 .../plugins/NavigationEdgeBackPlugin.java | 0 .../NotificationListenerController.java | 0 .../NotificationPersonExtractorPlugin.java | 0 .../systemui/plugins/OverlayPlugin.java | 0 .../systemui/plugins/PluginDependency.java | 0 .../android/systemui/plugins/PluginUtils.java | 0 .../systemui/plugins/SensorManagerPlugin.java | 0 .../android/systemui/plugins/ToastPlugin.java | 0 .../systemui/plugins/ViewProvider.java | 0 .../systemui/plugins/VolumeDialog.java | 0 .../plugins/VolumeDialogController.java | 0 .../systemui/plugins/clocks/AlarmData.kt | 0 .../plugins/clocks/ClockProviderPlugin.kt | 0 .../systemui/plugins/clocks/WeatherData.kt | 0 .../systemui/plugins/clocks/ZenData.kt | 0 .../plugins/log/TableLogBufferBase.kt | 0 .../com/android/systemui/plugins/qs/QS.java | 0 .../plugins/qs/QSContainerController.kt | 0 .../systemui/plugins/qs/QSFactory.java | 0 .../systemui/plugins/qs/QSIconView.java | 0 .../android/systemui/plugins/qs/QSTile.java | 0 .../systemui/plugins/qs/QSTileView.java | 0 .../plugins/statusbar/DozeParameters.java | 0 .../statusbar/NotificationMenuRowPlugin.java | 0 .../NotificationSwipeActionHelper.java | 0 .../statusbar/StatusBarStateController.java | 0 .../plugin}/update_plugin_lib.sh | 0 .../plugin_core}/Android.bp | 0 .../plugin_core}/AndroidManifest.xml | 0 .../plugin_core}/build.gradle | 0 .../plugin_core}/proguard.flags | 0 .../com/android/systemui/plugins/Plugin.java | 0 .../systemui/plugins/PluginFragment.java | 0 .../plugins/PluginLifecycleManager.java | 0 .../systemui/plugins/PluginListener.java | 0 .../systemui/plugins/PluginManager.java | 0 .../plugins/annotations/Dependencies.java | 0 .../plugins/annotations/DependsOn.java | 0 .../annotations/ProvidesInterface.java | 0 .../plugins/annotations/Requirements.java | 0 .../plugins/annotations/Requires.java | 0 .../shared}/Android.bp | 0 .../shared}/AndroidManifest.xml | 0 .../shared}/build.gradle | 6 ++-- .../shared}/res/values-my/bools.xml | 0 .../shared}/res/values/attrs.xml | 0 .../shared}/res/values/bools.xml | 0 .../compat/LawnchairQuickstepCompat.kt | 0 .../internal/util/ScreenshotRequest.aidl | 0 .../dagger/qualifiers/DisplaySpecific.kt | 0 .../systemui/dagger/qualifiers/Main.java | 0 .../systemui/dagger/qualifiers/Tracing.kt | 0 .../dagger/qualifiers/UiBackground.java | 0 .../src/com/android/systemui/flags/Flag.kt | 0 .../android/systemui/flags/FlagListenable.kt | 0 .../com/android/systemui/flags/FlagManager.kt | 0 .../android/systemui/flags/FlagSerializer.kt | 0 .../systemui/flags/FlagSettingsHelper.kt | 0 .../UnfoldConstantTranslateAnimator.kt | 0 .../animation/UnfoldMoveFromCenterAnimator.kt | 0 .../shared/condition/CombinedCondition.kt | 0 .../systemui/shared/condition/Condition.java | 0 .../shared/condition/ConditionExtensions.kt | 0 .../systemui/shared/condition/Evaluator.kt | 0 .../systemui/shared/condition/Monitor.java | 0 .../systemui/shared/hardware/InputDevice.kt | 0 .../systemui/shared/hardware/InputManager.kt | 0 .../shared/navigationbar/KeyButtonRipple.java | 0 .../navigationbar/RegionSamplingHelper.java | 0 .../pip/PipSurfaceTransactionHelper.java | 0 .../shared/plugins/PluginActionManager.java | 0 .../shared/plugins/PluginEnabler.java | 0 .../shared/plugins/PluginInstance.java | 0 .../shared/plugins/PluginManagerImpl.java | 0 .../systemui/shared/plugins/PluginPrefs.java | 0 .../systemui/shared/plugins/VersionInfo.java | 0 .../shared/recents/IOverviewProxy.aidl | 0 .../shared/recents/ISystemUiProxy.aidl | 0 .../systemui/shared/recents/model/Task.aidl | 0 .../systemui/shared/recents/model/Task.java | 0 .../shared/recents/model/ThumbnailData.kt | 0 .../utilities/PreviewPositionHelper.java | 0 .../shared/recents/utilities/Utilities.java | 0 .../shared/recents/utilities/ViewRippler.java | 0 .../AppTransitionAnimationSpecCompat.java | 0 .../AppTransitionAnimationSpecsFuture.java | 0 .../recents/view/RecentsTransition.java | 0 .../shared/regionsampling/RegionDarkness.kt | 0 .../shared/regionsampling/RegionSampler.kt | 0 .../rotation/FloatingRotationButton.java | 0 ...loatingRotationButtonPositionCalculator.kt | 0 .../rotation/FloatingRotationButtonView.java | 0 .../shared/rotation/RotationButton.java | 0 .../rotation/RotationButtonController.java | 0 .../shared/shadow/DoubleShadowIconDrawable.kt | 0 .../shared/shadow/DoubleShadowTextClock.kt | 0 .../shared/shadow/DoubleShadowTextHelper.kt | 0 .../shared/shadow/DoubleShadowTextView.kt | 0 .../shared/system/ActivityManagerKt.kt | 0 .../shared/system/ActivityManagerWrapper.java | 0 .../systemui/shared/system/BlurUtils.java | 0 .../system/DevicePolicyManagerWrapper.java | 0 .../shared/system/InputChannelCompat.java | 0 .../system/InputConsumerController.java | 0 .../shared/system/InputMonitorCompat.java | 0 .../system/InteractionJankMonitorWrapper.java | 0 .../shared/system/PackageManagerWrapper.java | 0 .../shared/system/PeopleProviderUtils.java | 0 .../shared/system/QuickStepContract.java | 0 .../RecentsAnimationControllerCompat.java | 0 .../system/RecentsAnimationListener.java | 0 .../system/SurfaceViewRequestReceiver.java | 0 .../system/SurfaceViewRequestUtils.java | 0 .../system/TaskStackChangeListener.java | 0 .../system/TaskStackChangeListeners.java | 0 .../UncaughtExceptionPreHandlerManager.kt | 0 .../ILauncherUnlockAnimationController.aidl | 0 .../ISysuiUnlockAnimationController.aidl | 0 .../system/smartspace/SmartspaceState.aidl | 0 .../system/smartspace/SmartspaceState.kt | 0 .../statusbar/policy/CallbackController.java | 0 .../ActivityManagerActivityTypeProvider.kt | 0 .../system/DeviceStateManagerFoldProvider.kt | 0 .../unfold/system/DeviceStateRepository.kt | 0 .../unfold/system/SystemUnfoldSharedModule.kt | 0 .../JankMonitorTransitionProgressListener.kt | 0 .../NaturalRotationUnfoldProgressProvider.kt | 0 .../unfold/util/UnfoldOnlyProgressProvider.kt | 0 .../unfold}/build.gradle | 1 - .../systemui/unfold/UnfoldRemoteModule.kt | 0 .../systemui/unfold/UnfoldSharedComponent.kt | 0 .../systemui/unfold/UnfoldSharedModule.kt | 0 .../unfold/UnfoldTransitionFactory.kt | 0 .../UnfoldTransitionProgressProvider.kt | 0 .../unfold/compat/ScreenSizeFoldProvider.kt | 0 .../unfold/compat/SizeScreenStatusProvider.kt | 0 .../config/ResourceUnfoldTransitionConfig.kt | 0 .../unfold/config/UnfoldTransitionConfig.kt | 0 .../systemui/unfold/dagger/NaturalRotation.kt | 0 .../systemui/unfold/dagger/UnfoldBg.kt | 0 .../unfold/dagger/UnfoldBgProgressFlag.kt | 0 .../systemui/unfold/dagger/UnfoldMain.kt | 0 .../unfold/dagger/UnfoldSingleThreadBg.kt | 0 .../unfold/dagger/UseReceivingFilter.kt | 0 .../FixedTimingTransitionProgressProvider.kt | 0 .../unfold/progress/IUnfoldAnimation.aidl | 0 .../progress/IUnfoldTransitionListener.aidl | 0 ...nThreadUnfoldTransitionProgressProvider.kt | 0 ...csBasedUnfoldTransitionProgressProvider.kt | 0 .../RemoteUnfoldTransitionReceiver.kt | 0 .../progress/UnfoldFrameCallbackScheduler.kt | 0 .../unfold/progress/UnfoldRemoteFilter.kt | 0 .../UnfoldTransitionProgressForwarder.kt | 0 .../unfold/updates/DeviceFoldStateProvider.kt | 0 .../systemui/unfold/updates/FoldProvider.kt | 0 .../unfold/updates/FoldStateProvider.kt | 0 .../unfold/updates/RotationChangeProvider.kt | 0 .../updates/hinge/EmptyHingeAngleProvider.kt | 0 .../updates/hinge/HingeAngleProvider.kt | 0 .../updates/hinge/HingeSensorAngleProvider.kt | 0 .../updates/screen/ScreenStatusProvider.kt | 0 .../ATraceLoggerTransitionProgressListener.kt | 0 .../unfold/util/CallbackController.kt | 0 .../util/CurrentActivityTypeProvider.kt | 0 .../ScaleAwareTransitionProgressProvider.kt | 0 .../ScopedUnfoldTransitionProgressProvider.kt | 0 .../util/UnfoldKeyguardVisibilityProvider.kt | 0 .../viewcapture}/.gitignore | 0 .../viewcapture}/Android.bp | 0 .../viewcapture}/AndroidManifest.xml | 0 .../viewcapture}/OWNERS | 0 .../viewcapture}/README.md | 0 .../viewcapture}/TEST_MAPPING | 0 .../viewcapture}/build.gradle | 0 .../app/viewcapture/LooperExecutor.java | 0 .../app/viewcapture/NoOpViewCapture.kt | 0 .../app/viewcapture/PerfettoViewCapture.kt | 0 .../viewcapture/SettingsAwareViewCapture.kt | 0 .../app/viewcapture/SimpleViewCapture.kt | 0 .../android/app/viewcapture/ViewCapture.java | 0 .../viewcapture/ViewCaptureDataSource.java | 0 .../app/viewcapture/ViewCaptureFactory.kt | 0 .../app/viewcapture/proto/view_capture.proto | 0 .../viewcapture}/tests/AndroidManifest.xml | 0 .../SettingsAwareViewCaptureTest.kt | 0 .../android/app/viewcapture/TestActivity.kt | 0 .../app/viewcapture/ViewCaptureTest.kt | 0 293 files changed, 44 insertions(+), 27 deletions(-) create mode 100644 systemUI/README.md rename {systemUIAnim => systemUI/anim}/Android.bp (100%) rename {systemUIAnim => systemUI/anim}/AndroidManifest.xml (100%) rename {systemUIAnim => systemUI/anim}/build.gradle (100%) rename {systemUIAnim => systemUI/anim}/res/anim/launch_dialog_enter.xml (100%) rename {systemUIAnim => systemUI/anim}/res/anim/launch_dialog_exit.xml (100%) rename {systemUIAnim => systemUI/anim}/res/values/ids.xml (100%) rename {systemUIAnim => systemUI/anim}/res/values/styles.xml (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/ActivityTransitionAnimator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/AnimationFeatureFlags.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/DelegateTransitionAnimatorController.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/DialogTransitionAnimator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/Expandable.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/FontInterpolator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/FontVariationUtils.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/LaunchableView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/RemoteAnimationDelegate.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/RemoteAnimationTargetCompat.java (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/ShadeInterpolation.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/TextAnimator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/TextInterpolator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/TransitionAnimator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/ViewDialogTransitionAnimatorController.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/ViewHierarchyAnimator.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/ViewRootSync.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/back/BackAnimationSpec.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/back/BackAnimationSpecForSysUi.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/back/BackTransformation.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/back/BottomsheetBackAnimationSpec.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/back/OnBackAnimationCallbackExtension.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/view/LaunchableFrameLayout.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/view/LaunchableImageView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/view/LaunchableLinearLayout.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/animation/view/LaunchableTextView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/PaintDrawCallback.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/RenderEffectDrawCallback.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxConfig.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxEffect.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxShader.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/MultiRippleController.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/MultiRippleView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/RippleAnimation.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/RippleAnimationConfig.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/ripple/RippleView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/shaders/SolidColorShader.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/shaders/SparkleShader.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/shaderutil/SdfShaderLibrary.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/shaderutil/ShaderUtilLibrary.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseController.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseView.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/surfaceeffects/utils/MathUtils.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/util/AnimatorExtensions.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/util/Dialog.kt (100%) rename {systemUIAnim => systemUI/anim}/src/com/android/systemui/util/Dimension.kt (100%) rename {systemUICommon => systemUI/common}/.gitignore (100%) rename {systemUICommon => systemUI/common}/Android.bp (100%) rename {systemUICommon => systemUI/common}/AndroidManifest.xml (100%) rename {systemUICommon => systemUI/common}/OWNERS (100%) rename {systemUICommon => systemUI/common}/README.md (100%) rename {systemUICommon => systemUI/common}/build.gradle (100%) rename {systemUICommon => systemUI/common}/src/com/android/systemui/common/buffer/RingBuffer.kt (100%) rename {systemUILog => systemUI/log}/.gitignore (100%) rename {systemUILog => systemUI/log}/Android.bp (100%) rename {systemUILog => systemUI/log}/AndroidManifest.xml (100%) rename {systemUILog => systemUI/log}/build.gradle (85%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/ConstantStringsLogger.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/ConstantStringsLoggerImpl.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/LogBuffer.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/LogMessageImpl.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/LogcatEchoTracker.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/core/LogLevel.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/core/LogMessage.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/core/LogcatOnlyMessageBuffer.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/core/Logger.kt (100%) rename {systemUILog => systemUI/log}/src/com/android/systemui/log/core/MessageBuffer.kt (100%) rename {systemUIPlugin => systemUI/plugin}/Android.bp (100%) rename {systemUIPlugin => systemUI/plugin}/AndroidManifest.xml (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/Android.bp (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/AndroidManifest.xml (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/res/layout/colored_overlay.xml (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/res/layout/plugin_settings.xml (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/res/values/strings.xml (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/CustomView.java (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/PluginSettings.java (100%) rename {systemUIPlugin => systemUI/plugin}/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/SampleOverlayPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceConfigPlugin.kt (100%) rename {systemUIPlugin => systemUI/plugin}/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/build.gradle (79%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/ActivityStarter.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/DarkIconDispatcher.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/DozeServicePlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/FalsingManager.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/FalsingPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/FragmentBase.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/GlobalActions.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/GlobalActionsPanelPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/IntentButtonProvider.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/NotificationListenerController.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/NotificationPersonExtractorPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/OverlayPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/PluginDependency.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/PluginUtils.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/SensorManagerPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/ToastPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/ViewProvider.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/VolumeDialog.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/VolumeDialogController.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/clocks/AlarmData.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/clocks/ClockProviderPlugin.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/clocks/WeatherData.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/clocks/ZenData.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/log/TableLogBufferBase.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QS.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QSContainerController.kt (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QSFactory.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QSIconView.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QSTile.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/qs/QSTileView.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/statusbar/DozeParameters.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/statusbar/NotificationSwipeActionHelper.java (100%) rename {systemUIPlugin => systemUI/plugin}/src/com/android/systemui/plugins/statusbar/StatusBarStateController.java (100%) rename {systemUIPlugin => systemUI/plugin}/update_plugin_lib.sh (100%) rename {systemUIPluginCore => systemUI/plugin_core}/Android.bp (100%) rename {systemUIPluginCore => systemUI/plugin_core}/AndroidManifest.xml (100%) rename {systemUIPluginCore => systemUI/plugin_core}/build.gradle (100%) rename {systemUIPluginCore => systemUI/plugin_core}/proguard.flags (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/Plugin.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/PluginFragment.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/PluginLifecycleManager.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/PluginListener.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/PluginManager.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/annotations/Dependencies.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/annotations/DependsOn.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/annotations/ProvidesInterface.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/annotations/Requirements.java (100%) rename {systemUIPluginCore => systemUI/plugin_core}/src/com/android/systemui/plugins/annotations/Requires.java (100%) rename {systemUIShared => systemUI/shared}/Android.bp (100%) rename {systemUIShared => systemUI/shared}/AndroidManifest.xml (100%) rename {systemUIShared => systemUI/shared}/build.gradle (87%) rename {systemUIShared => systemUI/shared}/res/values-my/bools.xml (100%) rename {systemUIShared => systemUI/shared}/res/values/attrs.xml (100%) rename {systemUIShared => systemUI/shared}/res/values/bools.xml (100%) rename {systemUIShared => systemUI/shared}/src/app/lawnchair/compat/LawnchairQuickstepCompat.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/internal/util/ScreenshotRequest.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/dagger/qualifiers/DisplaySpecific.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/dagger/qualifiers/Main.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/dagger/qualifiers/Tracing.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/dagger/qualifiers/UiBackground.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/flags/Flag.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/flags/FlagListenable.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/flags/FlagManager.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/flags/FlagSerializer.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/flags/FlagSettingsHelper.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/animation/UnfoldConstantTranslateAnimator.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/condition/CombinedCondition.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/condition/Condition.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/condition/ConditionExtensions.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/condition/Evaluator.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/condition/Monitor.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/hardware/InputDevice.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/hardware/InputManager.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/navigationbar/KeyButtonRipple.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/navigationbar/RegionSamplingHelper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/pip/PipSurfaceTransactionHelper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/PluginActionManager.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/PluginEnabler.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/PluginInstance.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/PluginManagerImpl.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/PluginPrefs.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/plugins/VersionInfo.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/IOverviewProxy.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/model/Task.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/model/Task.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/model/ThumbnailData.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/utilities/PreviewPositionHelper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/utilities/Utilities.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/utilities/ViewRippler.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecCompat.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/recents/view/RecentsTransition.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/regionsampling/RegionDarkness.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/regionsampling/RegionSampler.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/rotation/FloatingRotationButton.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/rotation/FloatingRotationButtonPositionCalculator.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/rotation/FloatingRotationButtonView.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/rotation/RotationButton.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/rotation/RotationButtonController.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/shadow/DoubleShadowIconDrawable.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/shadow/DoubleShadowTextClock.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/shadow/DoubleShadowTextHelper.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/shadow/DoubleShadowTextView.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/ActivityManagerKt.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/ActivityManagerWrapper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/BlurUtils.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/DevicePolicyManagerWrapper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/InputChannelCompat.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/InputConsumerController.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/InputMonitorCompat.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/InteractionJankMonitorWrapper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/PackageManagerWrapper.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/PeopleProviderUtils.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/QuickStepContract.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/RecentsAnimationControllerCompat.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/RecentsAnimationListener.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/SurfaceViewRequestReceiver.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/SurfaceViewRequestUtils.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/TaskStackChangeListener.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/TaskStackChangeListeners.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/UncaughtExceptionPreHandlerManager.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/smartspace/ILauncherUnlockAnimationController.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/smartspace/ISysuiUnlockAnimationController.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/smartspace/SmartspaceState.aidl (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/shared/system/smartspace/SmartspaceState.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/statusbar/policy/CallbackController.java (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/system/ActivityManagerActivityTypeProvider.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/system/DeviceStateManagerFoldProvider.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/system/DeviceStateRepository.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/system/SystemUnfoldSharedModule.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/util/JankMonitorTransitionProgressListener.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/util/NaturalRotationUnfoldProgressProvider.kt (100%) rename {systemUIShared => systemUI/shared}/src/com/android/systemui/unfold/util/UnfoldOnlyProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/build.gradle (91%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/UnfoldRemoteModule.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/UnfoldSharedComponent.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/UnfoldSharedModule.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/compat/ScreenSizeFoldProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/compat/SizeScreenStatusProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/NaturalRotation.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/UnfoldBg.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/UnfoldBgProgressFlag.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/UnfoldMain.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/UnfoldSingleThreadBg.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/dagger/UseReceivingFilter.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/FixedTimingTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/IUnfoldAnimation.aidl (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/IUnfoldTransitionListener.aidl (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/MainThreadUnfoldTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/PhysicsBasedUnfoldTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/RemoteUnfoldTransitionReceiver.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/UnfoldFrameCallbackScheduler.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/progress/UnfoldTransitionProgressForwarder.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/DeviceFoldStateProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/FoldProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/FoldStateProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/RotationChangeProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/hinge/EmptyHingeAngleProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/hinge/HingeAngleProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/hinge/HingeSensorAngleProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/updates/screen/ScreenStatusProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/ATraceLoggerTransitionProgressListener.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/CallbackController.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/CurrentActivityTypeProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/ScaleAwareTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/ScopedUnfoldTransitionProgressProvider.kt (100%) rename {systemUnFold => systemUI/unfold}/src/com/android/systemui/unfold/util/UnfoldKeyguardVisibilityProvider.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/.gitignore (100%) rename {systemUIViewCapture => systemUI/viewcapture}/Android.bp (100%) rename {systemUIViewCapture => systemUI/viewcapture}/AndroidManifest.xml (100%) rename {systemUIViewCapture => systemUI/viewcapture}/OWNERS (100%) rename {systemUIViewCapture => systemUI/viewcapture}/README.md (100%) rename {systemUIViewCapture => systemUI/viewcapture}/TEST_MAPPING (100%) rename {systemUIViewCapture => systemUI/viewcapture}/build.gradle (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/LooperExecutor.java (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/NoOpViewCapture.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/PerfettoViewCapture.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/SettingsAwareViewCapture.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/SimpleViewCapture.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/ViewCapture.java (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/ViewCaptureDataSource.java (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/ViewCaptureFactory.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/src/com/android/app/viewcapture/proto/view_capture.proto (100%) rename {systemUIViewCapture => systemUI/viewcapture}/tests/AndroidManifest.xml (100%) rename {systemUIViewCapture => systemUI/viewcapture}/tests/com/android/app/viewcapture/SettingsAwareViewCaptureTest.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/tests/com/android/app/viewcapture/TestActivity.kt (100%) rename {systemUIViewCapture => systemUI/viewcapture}/tests/com/android/app/viewcapture/ViewCaptureTest.kt (100%) diff --git a/build.gradle b/build.gradle index 6dde26521f..cf3d22fb0f 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,6 @@ allprojects { compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-core.jar') compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd.jar') compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'WindowManager-Shell-15.jar') -// compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'QuickstepResLib.jar') compileOnly projects.compatLib compileOnly projects.compatLib.compatLibVQ @@ -335,14 +334,14 @@ dependencies { // Recents lib dependency withQuickstepCompileOnly projects.hiddenApi - withQuickstepImplementation projects.systemUIShared - withQuickstepImplementation projects.systemUIAnim - withQuickstepImplementation projects.systemUnFold - withQuickstepImplementation projects.systemUIViewCapture - withQuickstepImplementation projects.systemUILog - withQuickstepCompileOnly projects.systemUIPlugin - withQuickstepImplementation projects.systemUIPluginCore - withQuickstepCompileOnly projects.systemUICommon + withQuickstepImplementation projects.shared + withQuickstepImplementation projects.anim + withQuickstepImplementation projects.unfold + withQuickstepImplementation projects.viewcapture + withQuickstepImplementation projects.log + withQuickstepCompileOnly projects.plugin + withQuickstepImplementation projects.plugincore + withQuickstepCompileOnly projects.common // QuickSwitch Compat withQuickstepImplementation projects.compatLib @@ -354,7 +353,6 @@ dependencies { withQuickstepImplementation projects.compatLib.compatLibVV withQuickstepImplementation projects.wmshell withQuickstepImplementation projects.flags -// withQuickstepImplementation projects.androidxLib implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd-15.jar') diff --git a/settings.gradle b/settings.gradle index 2bc7480445..8f5b3ed69a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -56,14 +56,31 @@ include ':animationlib' project(':animationlib').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/animationlib') include ':hidden-api' -include ':systemUIShared' -include ':systemUIPlugin' -include ':systemUIPluginCore' -include ':systemUICommon' -include ':systemUILog' -include ':systemUIAnim' -include ':systemUnFold' -include ':systemUIViewCapture' + +include ':shared' +project(':shared').projectDir = new File(rootDir, 'systemUI/shared') + +include ':plugin' +project(':plugin').projectDir = new File(rootDir, 'systemUI/plugin') + +include ':plugincore' +project(':plugincore').projectDir = new File(rootDir, 'systemUI/plugin_core') + +include ':common' +project(':common').projectDir = new File(rootDir, 'systemUI/common') + +include ':log' +project(':log').projectDir = new File(rootDir, 'systemUI/log') + +include ':anim' +project(':anim').projectDir = new File(rootDir, 'systemUI/anim') + +include ':unfold' +project(':unfold').projectDir = new File(rootDir, 'systemUI/unfold') + +include ':viewcapture' +project(':viewcapture').projectDir = new File(rootDir, 'systemUI/viewcapture') + include ':compatLib' include ':compatLib:compatLibVQ' diff --git a/systemUI/README.md b/systemUI/README.md new file mode 100644 index 0000000000..578e945709 --- /dev/null +++ b/systemUI/README.md @@ -0,0 +1,3 @@ +# SystemUI Module + +https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/packages/SystemUI/ \ No newline at end of file diff --git a/systemUIAnim/Android.bp b/systemUI/anim/Android.bp similarity index 100% rename from systemUIAnim/Android.bp rename to systemUI/anim/Android.bp diff --git a/systemUIAnim/AndroidManifest.xml b/systemUI/anim/AndroidManifest.xml similarity index 100% rename from systemUIAnim/AndroidManifest.xml rename to systemUI/anim/AndroidManifest.xml diff --git a/systemUIAnim/build.gradle b/systemUI/anim/build.gradle similarity index 100% rename from systemUIAnim/build.gradle rename to systemUI/anim/build.gradle diff --git a/systemUIAnim/res/anim/launch_dialog_enter.xml b/systemUI/anim/res/anim/launch_dialog_enter.xml similarity index 100% rename from systemUIAnim/res/anim/launch_dialog_enter.xml rename to systemUI/anim/res/anim/launch_dialog_enter.xml diff --git a/systemUIAnim/res/anim/launch_dialog_exit.xml b/systemUI/anim/res/anim/launch_dialog_exit.xml similarity index 100% rename from systemUIAnim/res/anim/launch_dialog_exit.xml rename to systemUI/anim/res/anim/launch_dialog_exit.xml diff --git a/systemUIAnim/res/values/ids.xml b/systemUI/anim/res/values/ids.xml similarity index 100% rename from systemUIAnim/res/values/ids.xml rename to systemUI/anim/res/values/ids.xml diff --git a/systemUIAnim/res/values/styles.xml b/systemUI/anim/res/values/styles.xml similarity index 100% rename from systemUIAnim/res/values/styles.xml rename to systemUI/anim/res/values/styles.xml diff --git a/systemUIAnim/src/com/android/systemui/animation/ActivityTransitionAnimator.kt b/systemUI/anim/src/com/android/systemui/animation/ActivityTransitionAnimator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/ActivityTransitionAnimator.kt rename to systemUI/anim/src/com/android/systemui/animation/ActivityTransitionAnimator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/AnimationFeatureFlags.kt b/systemUI/anim/src/com/android/systemui/animation/AnimationFeatureFlags.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/AnimationFeatureFlags.kt rename to systemUI/anim/src/com/android/systemui/animation/AnimationFeatureFlags.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/DelegateTransitionAnimatorController.kt b/systemUI/anim/src/com/android/systemui/animation/DelegateTransitionAnimatorController.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/DelegateTransitionAnimatorController.kt rename to systemUI/anim/src/com/android/systemui/animation/DelegateTransitionAnimatorController.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/DialogTransitionAnimator.kt b/systemUI/anim/src/com/android/systemui/animation/DialogTransitionAnimator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/DialogTransitionAnimator.kt rename to systemUI/anim/src/com/android/systemui/animation/DialogTransitionAnimator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/Expandable.kt b/systemUI/anim/src/com/android/systemui/animation/Expandable.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/Expandable.kt rename to systemUI/anim/src/com/android/systemui/animation/Expandable.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/FontInterpolator.kt b/systemUI/anim/src/com/android/systemui/animation/FontInterpolator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/FontInterpolator.kt rename to systemUI/anim/src/com/android/systemui/animation/FontInterpolator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/FontVariationUtils.kt b/systemUI/anim/src/com/android/systemui/animation/FontVariationUtils.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/FontVariationUtils.kt rename to systemUI/anim/src/com/android/systemui/animation/FontVariationUtils.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt b/systemUI/anim/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt rename to systemUI/anim/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/LaunchableView.kt b/systemUI/anim/src/com/android/systemui/animation/LaunchableView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/LaunchableView.kt rename to systemUI/anim/src/com/android/systemui/animation/LaunchableView.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/RemoteAnimationDelegate.kt b/systemUI/anim/src/com/android/systemui/animation/RemoteAnimationDelegate.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/RemoteAnimationDelegate.kt rename to systemUI/anim/src/com/android/systemui/animation/RemoteAnimationDelegate.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java b/systemUI/anim/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java rename to systemUI/anim/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java diff --git a/systemUIAnim/src/com/android/systemui/animation/RemoteAnimationTargetCompat.java b/systemUI/anim/src/com/android/systemui/animation/RemoteAnimationTargetCompat.java similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/RemoteAnimationTargetCompat.java rename to systemUI/anim/src/com/android/systemui/animation/RemoteAnimationTargetCompat.java diff --git a/systemUIAnim/src/com/android/systemui/animation/ShadeInterpolation.kt b/systemUI/anim/src/com/android/systemui/animation/ShadeInterpolation.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/ShadeInterpolation.kt rename to systemUI/anim/src/com/android/systemui/animation/ShadeInterpolation.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/TextAnimator.kt b/systemUI/anim/src/com/android/systemui/animation/TextAnimator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/TextAnimator.kt rename to systemUI/anim/src/com/android/systemui/animation/TextAnimator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/TextInterpolator.kt b/systemUI/anim/src/com/android/systemui/animation/TextInterpolator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/TextInterpolator.kt rename to systemUI/anim/src/com/android/systemui/animation/TextInterpolator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/TransitionAnimator.kt b/systemUI/anim/src/com/android/systemui/animation/TransitionAnimator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/TransitionAnimator.kt rename to systemUI/anim/src/com/android/systemui/animation/TransitionAnimator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/ViewDialogTransitionAnimatorController.kt b/systemUI/anim/src/com/android/systemui/animation/ViewDialogTransitionAnimatorController.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/ViewDialogTransitionAnimatorController.kt rename to systemUI/anim/src/com/android/systemui/animation/ViewDialogTransitionAnimatorController.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/ViewHierarchyAnimator.kt b/systemUI/anim/src/com/android/systemui/animation/ViewHierarchyAnimator.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/ViewHierarchyAnimator.kt rename to systemUI/anim/src/com/android/systemui/animation/ViewHierarchyAnimator.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/ViewRootSync.kt b/systemUI/anim/src/com/android/systemui/animation/ViewRootSync.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/ViewRootSync.kt rename to systemUI/anim/src/com/android/systemui/animation/ViewRootSync.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/back/BackAnimationSpec.kt b/systemUI/anim/src/com/android/systemui/animation/back/BackAnimationSpec.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/back/BackAnimationSpec.kt rename to systemUI/anim/src/com/android/systemui/animation/back/BackAnimationSpec.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/back/BackAnimationSpecForSysUi.kt b/systemUI/anim/src/com/android/systemui/animation/back/BackAnimationSpecForSysUi.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/back/BackAnimationSpecForSysUi.kt rename to systemUI/anim/src/com/android/systemui/animation/back/BackAnimationSpecForSysUi.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/back/BackTransformation.kt b/systemUI/anim/src/com/android/systemui/animation/back/BackTransformation.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/back/BackTransformation.kt rename to systemUI/anim/src/com/android/systemui/animation/back/BackTransformation.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/back/BottomsheetBackAnimationSpec.kt b/systemUI/anim/src/com/android/systemui/animation/back/BottomsheetBackAnimationSpec.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/back/BottomsheetBackAnimationSpec.kt rename to systemUI/anim/src/com/android/systemui/animation/back/BottomsheetBackAnimationSpec.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/back/OnBackAnimationCallbackExtension.kt b/systemUI/anim/src/com/android/systemui/animation/back/OnBackAnimationCallbackExtension.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/back/OnBackAnimationCallbackExtension.kt rename to systemUI/anim/src/com/android/systemui/animation/back/OnBackAnimationCallbackExtension.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/view/LaunchableFrameLayout.kt b/systemUI/anim/src/com/android/systemui/animation/view/LaunchableFrameLayout.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/view/LaunchableFrameLayout.kt rename to systemUI/anim/src/com/android/systemui/animation/view/LaunchableFrameLayout.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/view/LaunchableImageView.kt b/systemUI/anim/src/com/android/systemui/animation/view/LaunchableImageView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/view/LaunchableImageView.kt rename to systemUI/anim/src/com/android/systemui/animation/view/LaunchableImageView.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/view/LaunchableLinearLayout.kt b/systemUI/anim/src/com/android/systemui/animation/view/LaunchableLinearLayout.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/view/LaunchableLinearLayout.kt rename to systemUI/anim/src/com/android/systemui/animation/view/LaunchableLinearLayout.kt diff --git a/systemUIAnim/src/com/android/systemui/animation/view/LaunchableTextView.kt b/systemUI/anim/src/com/android/systemui/animation/view/LaunchableTextView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/animation/view/LaunchableTextView.kt rename to systemUI/anim/src/com/android/systemui/animation/view/LaunchableTextView.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/PaintDrawCallback.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/PaintDrawCallback.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/PaintDrawCallback.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/PaintDrawCallback.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/RenderEffectDrawCallback.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/RenderEffectDrawCallback.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/RenderEffectDrawCallback.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/RenderEffectDrawCallback.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxConfig.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxConfig.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxConfig.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxConfig.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxEffect.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxEffect.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxEffect.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxEffect.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxShader.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxShader.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxShader.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/glowboxeffect/GlowBoxShader.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectView.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectView.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectView.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleController.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleController.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleController.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleController.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleView.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleView.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/MultiRippleView.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimation.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimation.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimation.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimation.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimationConfig.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimationConfig.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimationConfig.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleAnimationConfig.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleShader.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleView.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/ripple/RippleView.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/ripple/RippleView.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/shaders/SolidColorShader.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/shaders/SolidColorShader.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/shaders/SolidColorShader.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/shaders/SolidColorShader.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/shaders/SparkleShader.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/shaders/SparkleShader.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/shaders/SparkleShader.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/shaders/SparkleShader.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/shaderutil/SdfShaderLibrary.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/shaderutil/SdfShaderLibrary.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/shaderutil/SdfShaderLibrary.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/shaderutil/SdfShaderLibrary.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/shaderutil/ShaderUtilLibrary.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/shaderutil/ShaderUtilLibrary.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/shaderutil/ShaderUtilLibrary.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/shaderutil/ShaderUtilLibrary.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseController.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseController.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseController.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseController.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseView.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseView.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseView.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseView.kt diff --git a/systemUIAnim/src/com/android/systemui/surfaceeffects/utils/MathUtils.kt b/systemUI/anim/src/com/android/systemui/surfaceeffects/utils/MathUtils.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/surfaceeffects/utils/MathUtils.kt rename to systemUI/anim/src/com/android/systemui/surfaceeffects/utils/MathUtils.kt diff --git a/systemUIAnim/src/com/android/systemui/util/AnimatorExtensions.kt b/systemUI/anim/src/com/android/systemui/util/AnimatorExtensions.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/util/AnimatorExtensions.kt rename to systemUI/anim/src/com/android/systemui/util/AnimatorExtensions.kt diff --git a/systemUIAnim/src/com/android/systemui/util/Dialog.kt b/systemUI/anim/src/com/android/systemui/util/Dialog.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/util/Dialog.kt rename to systemUI/anim/src/com/android/systemui/util/Dialog.kt diff --git a/systemUIAnim/src/com/android/systemui/util/Dimension.kt b/systemUI/anim/src/com/android/systemui/util/Dimension.kt similarity index 100% rename from systemUIAnim/src/com/android/systemui/util/Dimension.kt rename to systemUI/anim/src/com/android/systemui/util/Dimension.kt diff --git a/systemUICommon/.gitignore b/systemUI/common/.gitignore similarity index 100% rename from systemUICommon/.gitignore rename to systemUI/common/.gitignore diff --git a/systemUICommon/Android.bp b/systemUI/common/Android.bp similarity index 100% rename from systemUICommon/Android.bp rename to systemUI/common/Android.bp diff --git a/systemUICommon/AndroidManifest.xml b/systemUI/common/AndroidManifest.xml similarity index 100% rename from systemUICommon/AndroidManifest.xml rename to systemUI/common/AndroidManifest.xml diff --git a/systemUICommon/OWNERS b/systemUI/common/OWNERS similarity index 100% rename from systemUICommon/OWNERS rename to systemUI/common/OWNERS diff --git a/systemUICommon/README.md b/systemUI/common/README.md similarity index 100% rename from systemUICommon/README.md rename to systemUI/common/README.md diff --git a/systemUICommon/build.gradle b/systemUI/common/build.gradle similarity index 100% rename from systemUICommon/build.gradle rename to systemUI/common/build.gradle diff --git a/systemUICommon/src/com/android/systemui/common/buffer/RingBuffer.kt b/systemUI/common/src/com/android/systemui/common/buffer/RingBuffer.kt similarity index 100% rename from systemUICommon/src/com/android/systemui/common/buffer/RingBuffer.kt rename to systemUI/common/src/com/android/systemui/common/buffer/RingBuffer.kt diff --git a/systemUILog/.gitignore b/systemUI/log/.gitignore similarity index 100% rename from systemUILog/.gitignore rename to systemUI/log/.gitignore diff --git a/systemUILog/Android.bp b/systemUI/log/Android.bp similarity index 100% rename from systemUILog/Android.bp rename to systemUI/log/Android.bp diff --git a/systemUILog/AndroidManifest.xml b/systemUI/log/AndroidManifest.xml similarity index 100% rename from systemUILog/AndroidManifest.xml rename to systemUI/log/AndroidManifest.xml diff --git a/systemUILog/build.gradle b/systemUI/log/build.gradle similarity index 85% rename from systemUILog/build.gradle rename to systemUI/log/build.gradle index 74492854a5..b06b008ecd 100644 --- a/systemUILog/build.gradle +++ b/systemUI/log/build.gradle @@ -21,7 +21,7 @@ addFrameworkJar('framework-15.jar') compileOnlyCommonJars() dependencies { - compileOnly projects.systemUIPluginCore - compileOnly projects.systemUICommon + compileOnly projects.plugincore + compileOnly projects.common implementation 'com.google.errorprone:error_prone_annotations:2.36.0' } diff --git a/systemUILog/src/com/android/systemui/log/ConstantStringsLogger.kt b/systemUI/log/src/com/android/systemui/log/ConstantStringsLogger.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/ConstantStringsLogger.kt rename to systemUI/log/src/com/android/systemui/log/ConstantStringsLogger.kt diff --git a/systemUILog/src/com/android/systemui/log/ConstantStringsLoggerImpl.kt b/systemUI/log/src/com/android/systemui/log/ConstantStringsLoggerImpl.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/ConstantStringsLoggerImpl.kt rename to systemUI/log/src/com/android/systemui/log/ConstantStringsLoggerImpl.kt diff --git a/systemUILog/src/com/android/systemui/log/LogBuffer.kt b/systemUI/log/src/com/android/systemui/log/LogBuffer.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/LogBuffer.kt rename to systemUI/log/src/com/android/systemui/log/LogBuffer.kt diff --git a/systemUILog/src/com/android/systemui/log/LogMessageImpl.kt b/systemUI/log/src/com/android/systemui/log/LogMessageImpl.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/LogMessageImpl.kt rename to systemUI/log/src/com/android/systemui/log/LogMessageImpl.kt diff --git a/systemUILog/src/com/android/systemui/log/LogcatEchoTracker.kt b/systemUI/log/src/com/android/systemui/log/LogcatEchoTracker.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/LogcatEchoTracker.kt rename to systemUI/log/src/com/android/systemui/log/LogcatEchoTracker.kt diff --git a/systemUILog/src/com/android/systemui/log/core/LogLevel.kt b/systemUI/log/src/com/android/systemui/log/core/LogLevel.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/core/LogLevel.kt rename to systemUI/log/src/com/android/systemui/log/core/LogLevel.kt diff --git a/systemUILog/src/com/android/systemui/log/core/LogMessage.kt b/systemUI/log/src/com/android/systemui/log/core/LogMessage.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/core/LogMessage.kt rename to systemUI/log/src/com/android/systemui/log/core/LogMessage.kt diff --git a/systemUILog/src/com/android/systemui/log/core/LogcatOnlyMessageBuffer.kt b/systemUI/log/src/com/android/systemui/log/core/LogcatOnlyMessageBuffer.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/core/LogcatOnlyMessageBuffer.kt rename to systemUI/log/src/com/android/systemui/log/core/LogcatOnlyMessageBuffer.kt diff --git a/systemUILog/src/com/android/systemui/log/core/Logger.kt b/systemUI/log/src/com/android/systemui/log/core/Logger.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/core/Logger.kt rename to systemUI/log/src/com/android/systemui/log/core/Logger.kt diff --git a/systemUILog/src/com/android/systemui/log/core/MessageBuffer.kt b/systemUI/log/src/com/android/systemui/log/core/MessageBuffer.kt similarity index 100% rename from systemUILog/src/com/android/systemui/log/core/MessageBuffer.kt rename to systemUI/log/src/com/android/systemui/log/core/MessageBuffer.kt diff --git a/systemUIPlugin/Android.bp b/systemUI/plugin/Android.bp similarity index 100% rename from systemUIPlugin/Android.bp rename to systemUI/plugin/Android.bp diff --git a/systemUIPlugin/AndroidManifest.xml b/systemUI/plugin/AndroidManifest.xml similarity index 100% rename from systemUIPlugin/AndroidManifest.xml rename to systemUI/plugin/AndroidManifest.xml diff --git a/systemUIPlugin/ExamplePlugin/Android.bp b/systemUI/plugin/ExamplePlugin/Android.bp similarity index 100% rename from systemUIPlugin/ExamplePlugin/Android.bp rename to systemUI/plugin/ExamplePlugin/Android.bp diff --git a/systemUIPlugin/ExamplePlugin/AndroidManifest.xml b/systemUI/plugin/ExamplePlugin/AndroidManifest.xml similarity index 100% rename from systemUIPlugin/ExamplePlugin/AndroidManifest.xml rename to systemUI/plugin/ExamplePlugin/AndroidManifest.xml diff --git a/systemUIPlugin/ExamplePlugin/res/layout/colored_overlay.xml b/systemUI/plugin/ExamplePlugin/res/layout/colored_overlay.xml similarity index 100% rename from systemUIPlugin/ExamplePlugin/res/layout/colored_overlay.xml rename to systemUI/plugin/ExamplePlugin/res/layout/colored_overlay.xml diff --git a/systemUIPlugin/ExamplePlugin/res/layout/plugin_settings.xml b/systemUI/plugin/ExamplePlugin/res/layout/plugin_settings.xml similarity index 100% rename from systemUIPlugin/ExamplePlugin/res/layout/plugin_settings.xml rename to systemUI/plugin/ExamplePlugin/res/layout/plugin_settings.xml diff --git a/systemUIPlugin/ExamplePlugin/res/values/strings.xml b/systemUI/plugin/ExamplePlugin/res/values/strings.xml similarity index 100% rename from systemUIPlugin/ExamplePlugin/res/values/strings.xml rename to systemUI/plugin/ExamplePlugin/res/values/strings.xml diff --git a/systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/CustomView.java b/systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/CustomView.java similarity index 100% rename from systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/CustomView.java rename to systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/CustomView.java diff --git a/systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/PluginSettings.java b/systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/PluginSettings.java similarity index 100% rename from systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/PluginSettings.java rename to systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/PluginSettings.java diff --git a/systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/SampleOverlayPlugin.java b/systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/SampleOverlayPlugin.java similarity index 100% rename from systemUIPlugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/SampleOverlayPlugin.java rename to systemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/SampleOverlayPlugin.java diff --git a/systemUIPlugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceConfigPlugin.kt b/systemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceConfigPlugin.kt similarity index 100% rename from systemUIPlugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceConfigPlugin.kt rename to systemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceConfigPlugin.kt diff --git a/systemUIPlugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java b/systemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java similarity index 100% rename from systemUIPlugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java rename to systemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java diff --git a/systemUIPlugin/build.gradle b/systemUI/plugin/build.gradle similarity index 79% rename from systemUIPlugin/build.gradle rename to systemUI/plugin/build.gradle index 5b6b034dee..63c01fb404 100644 --- a/systemUIPlugin/build.gradle +++ b/systemUI/plugin/build.gradle @@ -22,7 +22,7 @@ addFrameworkJar('framework-15.jar') compileOnlyCommonJars() dependencies { - compileOnly projects.systemUIPluginCore - compileOnly projects.systemUILog - compileOnly projects.systemUIAnim + compileOnly projects.plugincore + compileOnly projects.log + compileOnly projects.anim } diff --git a/systemUIPlugin/src/com/android/systemui/plugins/ActivityStarter.java b/systemUI/plugin/src/com/android/systemui/plugins/ActivityStarter.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/ActivityStarter.java rename to systemUI/plugin/src/com/android/systemui/plugins/ActivityStarter.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/DarkIconDispatcher.java b/systemUI/plugin/src/com/android/systemui/plugins/DarkIconDispatcher.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/DarkIconDispatcher.java rename to systemUI/plugin/src/com/android/systemui/plugins/DarkIconDispatcher.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/DozeServicePlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/DozeServicePlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/DozeServicePlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/DozeServicePlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/FalsingManager.java b/systemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/FalsingManager.java rename to systemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/FalsingPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/FalsingPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/FalsingPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/FalsingPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/FragmentBase.java b/systemUI/plugin/src/com/android/systemui/plugins/FragmentBase.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/FragmentBase.java rename to systemUI/plugin/src/com/android/systemui/plugins/FragmentBase.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/GlobalActions.java b/systemUI/plugin/src/com/android/systemui/plugins/GlobalActions.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/GlobalActions.java rename to systemUI/plugin/src/com/android/systemui/plugins/GlobalActions.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/GlobalActionsPanelPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/GlobalActionsPanelPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/GlobalActionsPanelPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/GlobalActionsPanelPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/IntentButtonProvider.java b/systemUI/plugin/src/com/android/systemui/plugins/IntentButtonProvider.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/IntentButtonProvider.java rename to systemUI/plugin/src/com/android/systemui/plugins/IntentButtonProvider.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/NotificationListenerController.java b/systemUI/plugin/src/com/android/systemui/plugins/NotificationListenerController.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/NotificationListenerController.java rename to systemUI/plugin/src/com/android/systemui/plugins/NotificationListenerController.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/NotificationPersonExtractorPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/NotificationPersonExtractorPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/NotificationPersonExtractorPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/NotificationPersonExtractorPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/OverlayPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/OverlayPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/OverlayPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/OverlayPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/PluginDependency.java b/systemUI/plugin/src/com/android/systemui/plugins/PluginDependency.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/PluginDependency.java rename to systemUI/plugin/src/com/android/systemui/plugins/PluginDependency.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/PluginUtils.java b/systemUI/plugin/src/com/android/systemui/plugins/PluginUtils.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/PluginUtils.java rename to systemUI/plugin/src/com/android/systemui/plugins/PluginUtils.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/SensorManagerPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/SensorManagerPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/ToastPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/ToastPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/ToastPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/ToastPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/ViewProvider.java b/systemUI/plugin/src/com/android/systemui/plugins/ViewProvider.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/ViewProvider.java rename to systemUI/plugin/src/com/android/systemui/plugins/ViewProvider.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/VolumeDialog.java b/systemUI/plugin/src/com/android/systemui/plugins/VolumeDialog.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/VolumeDialog.java rename to systemUI/plugin/src/com/android/systemui/plugins/VolumeDialog.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/VolumeDialogController.java b/systemUI/plugin/src/com/android/systemui/plugins/VolumeDialogController.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/VolumeDialogController.java rename to systemUI/plugin/src/com/android/systemui/plugins/VolumeDialogController.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/clocks/AlarmData.kt b/systemUI/plugin/src/com/android/systemui/plugins/clocks/AlarmData.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/clocks/AlarmData.kt rename to systemUI/plugin/src/com/android/systemui/plugins/clocks/AlarmData.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/clocks/ClockProviderPlugin.kt b/systemUI/plugin/src/com/android/systemui/plugins/clocks/ClockProviderPlugin.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/clocks/ClockProviderPlugin.kt rename to systemUI/plugin/src/com/android/systemui/plugins/clocks/ClockProviderPlugin.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/clocks/WeatherData.kt b/systemUI/plugin/src/com/android/systemui/plugins/clocks/WeatherData.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/clocks/WeatherData.kt rename to systemUI/plugin/src/com/android/systemui/plugins/clocks/WeatherData.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/clocks/ZenData.kt b/systemUI/plugin/src/com/android/systemui/plugins/clocks/ZenData.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/clocks/ZenData.kt rename to systemUI/plugin/src/com/android/systemui/plugins/clocks/ZenData.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/log/TableLogBufferBase.kt b/systemUI/plugin/src/com/android/systemui/plugins/log/TableLogBufferBase.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/log/TableLogBufferBase.kt rename to systemUI/plugin/src/com/android/systemui/plugins/log/TableLogBufferBase.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QS.java b/systemUI/plugin/src/com/android/systemui/plugins/qs/QS.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QS.java rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QS.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QSContainerController.kt b/systemUI/plugin/src/com/android/systemui/plugins/qs/QSContainerController.kt similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QSContainerController.kt rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QSContainerController.kt diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QSFactory.java b/systemUI/plugin/src/com/android/systemui/plugins/qs/QSFactory.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QSFactory.java rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QSFactory.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QSIconView.java b/systemUI/plugin/src/com/android/systemui/plugins/qs/QSIconView.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QSIconView.java rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QSIconView.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QSTile.java b/systemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QSTile.java rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/qs/QSTileView.java b/systemUI/plugin/src/com/android/systemui/plugins/qs/QSTileView.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/qs/QSTileView.java rename to systemUI/plugin/src/com/android/systemui/plugins/qs/QSTileView.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/statusbar/DozeParameters.java b/systemUI/plugin/src/com/android/systemui/plugins/statusbar/DozeParameters.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/statusbar/DozeParameters.java rename to systemUI/plugin/src/com/android/systemui/plugins/statusbar/DozeParameters.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java b/systemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java rename to systemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/statusbar/NotificationSwipeActionHelper.java b/systemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationSwipeActionHelper.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/statusbar/NotificationSwipeActionHelper.java rename to systemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationSwipeActionHelper.java diff --git a/systemUIPlugin/src/com/android/systemui/plugins/statusbar/StatusBarStateController.java b/systemUI/plugin/src/com/android/systemui/plugins/statusbar/StatusBarStateController.java similarity index 100% rename from systemUIPlugin/src/com/android/systemui/plugins/statusbar/StatusBarStateController.java rename to systemUI/plugin/src/com/android/systemui/plugins/statusbar/StatusBarStateController.java diff --git a/systemUIPlugin/update_plugin_lib.sh b/systemUI/plugin/update_plugin_lib.sh similarity index 100% rename from systemUIPlugin/update_plugin_lib.sh rename to systemUI/plugin/update_plugin_lib.sh diff --git a/systemUIPluginCore/Android.bp b/systemUI/plugin_core/Android.bp similarity index 100% rename from systemUIPluginCore/Android.bp rename to systemUI/plugin_core/Android.bp diff --git a/systemUIPluginCore/AndroidManifest.xml b/systemUI/plugin_core/AndroidManifest.xml similarity index 100% rename from systemUIPluginCore/AndroidManifest.xml rename to systemUI/plugin_core/AndroidManifest.xml diff --git a/systemUIPluginCore/build.gradle b/systemUI/plugin_core/build.gradle similarity index 100% rename from systemUIPluginCore/build.gradle rename to systemUI/plugin_core/build.gradle diff --git a/systemUIPluginCore/proguard.flags b/systemUI/plugin_core/proguard.flags similarity index 100% rename from systemUIPluginCore/proguard.flags rename to systemUI/plugin_core/proguard.flags diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/Plugin.java b/systemUI/plugin_core/src/com/android/systemui/plugins/Plugin.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/Plugin.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/Plugin.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/PluginFragment.java b/systemUI/plugin_core/src/com/android/systemui/plugins/PluginFragment.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/PluginFragment.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/PluginFragment.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/PluginLifecycleManager.java b/systemUI/plugin_core/src/com/android/systemui/plugins/PluginLifecycleManager.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/PluginLifecycleManager.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/PluginLifecycleManager.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/PluginListener.java b/systemUI/plugin_core/src/com/android/systemui/plugins/PluginListener.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/PluginListener.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/PluginListener.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/PluginManager.java b/systemUI/plugin_core/src/com/android/systemui/plugins/PluginManager.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/PluginManager.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/PluginManager.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/annotations/Dependencies.java b/systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Dependencies.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/annotations/Dependencies.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Dependencies.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/annotations/DependsOn.java b/systemUI/plugin_core/src/com/android/systemui/plugins/annotations/DependsOn.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/annotations/DependsOn.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/annotations/DependsOn.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/annotations/ProvidesInterface.java b/systemUI/plugin_core/src/com/android/systemui/plugins/annotations/ProvidesInterface.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/annotations/ProvidesInterface.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/annotations/ProvidesInterface.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/annotations/Requirements.java b/systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Requirements.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/annotations/Requirements.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Requirements.java diff --git a/systemUIPluginCore/src/com/android/systemui/plugins/annotations/Requires.java b/systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Requires.java similarity index 100% rename from systemUIPluginCore/src/com/android/systemui/plugins/annotations/Requires.java rename to systemUI/plugin_core/src/com/android/systemui/plugins/annotations/Requires.java diff --git a/systemUIShared/Android.bp b/systemUI/shared/Android.bp similarity index 100% rename from systemUIShared/Android.bp rename to systemUI/shared/Android.bp diff --git a/systemUIShared/AndroidManifest.xml b/systemUI/shared/AndroidManifest.xml similarity index 100% rename from systemUIShared/AndroidManifest.xml rename to systemUI/shared/AndroidManifest.xml diff --git a/systemUIShared/build.gradle b/systemUI/shared/build.gradle similarity index 87% rename from systemUIShared/build.gradle rename to systemUI/shared/build.gradle index 6ed3c402fb..0fc210e5e7 100644 --- a/systemUIShared/build.gradle +++ b/systemUI/shared/build.gradle @@ -27,9 +27,9 @@ compileOnlyCommonJars() dependencies { compileOnly projects.hiddenApi - compileOnly projects.systemUnFold - compileOnly projects.systemUIPlugin - compileOnly projects.systemUIPluginCore + compileOnly projects.unfold + compileOnly projects.plugin + compileOnly projects.plugincore compileOnly projects.flags implementation "com.google.dagger:hilt-android:$daggerVersion" diff --git a/systemUIShared/res/values-my/bools.xml b/systemUI/shared/res/values-my/bools.xml similarity index 100% rename from systemUIShared/res/values-my/bools.xml rename to systemUI/shared/res/values-my/bools.xml diff --git a/systemUIShared/res/values/attrs.xml b/systemUI/shared/res/values/attrs.xml similarity index 100% rename from systemUIShared/res/values/attrs.xml rename to systemUI/shared/res/values/attrs.xml diff --git a/systemUIShared/res/values/bools.xml b/systemUI/shared/res/values/bools.xml similarity index 100% rename from systemUIShared/res/values/bools.xml rename to systemUI/shared/res/values/bools.xml diff --git a/systemUIShared/src/app/lawnchair/compat/LawnchairQuickstepCompat.kt b/systemUI/shared/src/app/lawnchair/compat/LawnchairQuickstepCompat.kt similarity index 100% rename from systemUIShared/src/app/lawnchair/compat/LawnchairQuickstepCompat.kt rename to systemUI/shared/src/app/lawnchair/compat/LawnchairQuickstepCompat.kt diff --git a/systemUIShared/src/com/android/internal/util/ScreenshotRequest.aidl b/systemUI/shared/src/com/android/internal/util/ScreenshotRequest.aidl similarity index 100% rename from systemUIShared/src/com/android/internal/util/ScreenshotRequest.aidl rename to systemUI/shared/src/com/android/internal/util/ScreenshotRequest.aidl diff --git a/systemUIShared/src/com/android/systemui/dagger/qualifiers/DisplaySpecific.kt b/systemUI/shared/src/com/android/systemui/dagger/qualifiers/DisplaySpecific.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/dagger/qualifiers/DisplaySpecific.kt rename to systemUI/shared/src/com/android/systemui/dagger/qualifiers/DisplaySpecific.kt diff --git a/systemUIShared/src/com/android/systemui/dagger/qualifiers/Main.java b/systemUI/shared/src/com/android/systemui/dagger/qualifiers/Main.java similarity index 100% rename from systemUIShared/src/com/android/systemui/dagger/qualifiers/Main.java rename to systemUI/shared/src/com/android/systemui/dagger/qualifiers/Main.java diff --git a/systemUIShared/src/com/android/systemui/dagger/qualifiers/Tracing.kt b/systemUI/shared/src/com/android/systemui/dagger/qualifiers/Tracing.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/dagger/qualifiers/Tracing.kt rename to systemUI/shared/src/com/android/systemui/dagger/qualifiers/Tracing.kt diff --git a/systemUIShared/src/com/android/systemui/dagger/qualifiers/UiBackground.java b/systemUI/shared/src/com/android/systemui/dagger/qualifiers/UiBackground.java similarity index 100% rename from systemUIShared/src/com/android/systemui/dagger/qualifiers/UiBackground.java rename to systemUI/shared/src/com/android/systemui/dagger/qualifiers/UiBackground.java diff --git a/systemUIShared/src/com/android/systemui/flags/Flag.kt b/systemUI/shared/src/com/android/systemui/flags/Flag.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/flags/Flag.kt rename to systemUI/shared/src/com/android/systemui/flags/Flag.kt diff --git a/systemUIShared/src/com/android/systemui/flags/FlagListenable.kt b/systemUI/shared/src/com/android/systemui/flags/FlagListenable.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/flags/FlagListenable.kt rename to systemUI/shared/src/com/android/systemui/flags/FlagListenable.kt diff --git a/systemUIShared/src/com/android/systemui/flags/FlagManager.kt b/systemUI/shared/src/com/android/systemui/flags/FlagManager.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/flags/FlagManager.kt rename to systemUI/shared/src/com/android/systemui/flags/FlagManager.kt diff --git a/systemUIShared/src/com/android/systemui/flags/FlagSerializer.kt b/systemUI/shared/src/com/android/systemui/flags/FlagSerializer.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/flags/FlagSerializer.kt rename to systemUI/shared/src/com/android/systemui/flags/FlagSerializer.kt diff --git a/systemUIShared/src/com/android/systemui/flags/FlagSettingsHelper.kt b/systemUI/shared/src/com/android/systemui/flags/FlagSettingsHelper.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/flags/FlagSettingsHelper.kt rename to systemUI/shared/src/com/android/systemui/flags/FlagSettingsHelper.kt diff --git a/systemUIShared/src/com/android/systemui/shared/animation/UnfoldConstantTranslateAnimator.kt b/systemUI/shared/src/com/android/systemui/shared/animation/UnfoldConstantTranslateAnimator.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/animation/UnfoldConstantTranslateAnimator.kt rename to systemUI/shared/src/com/android/systemui/shared/animation/UnfoldConstantTranslateAnimator.kt diff --git a/systemUIShared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt b/systemUI/shared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt rename to systemUI/shared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt diff --git a/systemUIShared/src/com/android/systemui/shared/condition/CombinedCondition.kt b/systemUI/shared/src/com/android/systemui/shared/condition/CombinedCondition.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/condition/CombinedCondition.kt rename to systemUI/shared/src/com/android/systemui/shared/condition/CombinedCondition.kt diff --git a/systemUIShared/src/com/android/systemui/shared/condition/Condition.java b/systemUI/shared/src/com/android/systemui/shared/condition/Condition.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/condition/Condition.java rename to systemUI/shared/src/com/android/systemui/shared/condition/Condition.java diff --git a/systemUIShared/src/com/android/systemui/shared/condition/ConditionExtensions.kt b/systemUI/shared/src/com/android/systemui/shared/condition/ConditionExtensions.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/condition/ConditionExtensions.kt rename to systemUI/shared/src/com/android/systemui/shared/condition/ConditionExtensions.kt diff --git a/systemUIShared/src/com/android/systemui/shared/condition/Evaluator.kt b/systemUI/shared/src/com/android/systemui/shared/condition/Evaluator.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/condition/Evaluator.kt rename to systemUI/shared/src/com/android/systemui/shared/condition/Evaluator.kt diff --git a/systemUIShared/src/com/android/systemui/shared/condition/Monitor.java b/systemUI/shared/src/com/android/systemui/shared/condition/Monitor.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/condition/Monitor.java rename to systemUI/shared/src/com/android/systemui/shared/condition/Monitor.java diff --git a/systemUIShared/src/com/android/systemui/shared/hardware/InputDevice.kt b/systemUI/shared/src/com/android/systemui/shared/hardware/InputDevice.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/hardware/InputDevice.kt rename to systemUI/shared/src/com/android/systemui/shared/hardware/InputDevice.kt diff --git a/systemUIShared/src/com/android/systemui/shared/hardware/InputManager.kt b/systemUI/shared/src/com/android/systemui/shared/hardware/InputManager.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/hardware/InputManager.kt rename to systemUI/shared/src/com/android/systemui/shared/hardware/InputManager.kt diff --git a/systemUIShared/src/com/android/systemui/shared/navigationbar/KeyButtonRipple.java b/systemUI/shared/src/com/android/systemui/shared/navigationbar/KeyButtonRipple.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/navigationbar/KeyButtonRipple.java rename to systemUI/shared/src/com/android/systemui/shared/navigationbar/KeyButtonRipple.java diff --git a/systemUIShared/src/com/android/systemui/shared/navigationbar/RegionSamplingHelper.java b/systemUI/shared/src/com/android/systemui/shared/navigationbar/RegionSamplingHelper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/navigationbar/RegionSamplingHelper.java rename to systemUI/shared/src/com/android/systemui/shared/navigationbar/RegionSamplingHelper.java diff --git a/systemUIShared/src/com/android/systemui/shared/pip/PipSurfaceTransactionHelper.java b/systemUI/shared/src/com/android/systemui/shared/pip/PipSurfaceTransactionHelper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/pip/PipSurfaceTransactionHelper.java rename to systemUI/shared/src/com/android/systemui/shared/pip/PipSurfaceTransactionHelper.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/PluginActionManager.java b/systemUI/shared/src/com/android/systemui/shared/plugins/PluginActionManager.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/PluginActionManager.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/PluginActionManager.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/PluginEnabler.java b/systemUI/shared/src/com/android/systemui/shared/plugins/PluginEnabler.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/PluginEnabler.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/PluginEnabler.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/PluginInstance.java b/systemUI/shared/src/com/android/systemui/shared/plugins/PluginInstance.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/PluginInstance.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/PluginInstance.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/PluginManagerImpl.java b/systemUI/shared/src/com/android/systemui/shared/plugins/PluginManagerImpl.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/PluginManagerImpl.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/PluginManagerImpl.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/PluginPrefs.java b/systemUI/shared/src/com/android/systemui/shared/plugins/PluginPrefs.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/PluginPrefs.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/PluginPrefs.java diff --git a/systemUIShared/src/com/android/systemui/shared/plugins/VersionInfo.java b/systemUI/shared/src/com/android/systemui/shared/plugins/VersionInfo.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/plugins/VersionInfo.java rename to systemUI/shared/src/com/android/systemui/shared/plugins/VersionInfo.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/IOverviewProxy.aidl b/systemUI/shared/src/com/android/systemui/shared/recents/IOverviewProxy.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/IOverviewProxy.aidl rename to systemUI/shared/src/com/android/systemui/shared/recents/IOverviewProxy.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl b/systemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl rename to systemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/recents/model/Task.aidl b/systemUI/shared/src/com/android/systemui/shared/recents/model/Task.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/model/Task.aidl rename to systemUI/shared/src/com/android/systemui/shared/recents/model/Task.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/recents/model/Task.java b/systemUI/shared/src/com/android/systemui/shared/recents/model/Task.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/model/Task.java rename to systemUI/shared/src/com/android/systemui/shared/recents/model/Task.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/model/ThumbnailData.kt b/systemUI/shared/src/com/android/systemui/shared/recents/model/ThumbnailData.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/model/ThumbnailData.kt rename to systemUI/shared/src/com/android/systemui/shared/recents/model/ThumbnailData.kt diff --git a/systemUIShared/src/com/android/systemui/shared/recents/utilities/PreviewPositionHelper.java b/systemUI/shared/src/com/android/systemui/shared/recents/utilities/PreviewPositionHelper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/utilities/PreviewPositionHelper.java rename to systemUI/shared/src/com/android/systemui/shared/recents/utilities/PreviewPositionHelper.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/utilities/Utilities.java b/systemUI/shared/src/com/android/systemui/shared/recents/utilities/Utilities.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/utilities/Utilities.java rename to systemUI/shared/src/com/android/systemui/shared/recents/utilities/Utilities.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/utilities/ViewRippler.java b/systemUI/shared/src/com/android/systemui/shared/recents/utilities/ViewRippler.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/utilities/ViewRippler.java rename to systemUI/shared/src/com/android/systemui/shared/recents/utilities/ViewRippler.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecCompat.java b/systemUI/shared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecCompat.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecCompat.java rename to systemUI/shared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecCompat.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java b/systemUI/shared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java rename to systemUI/shared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java diff --git a/systemUIShared/src/com/android/systemui/shared/recents/view/RecentsTransition.java b/systemUI/shared/src/com/android/systemui/shared/recents/view/RecentsTransition.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/recents/view/RecentsTransition.java rename to systemUI/shared/src/com/android/systemui/shared/recents/view/RecentsTransition.java diff --git a/systemUIShared/src/com/android/systemui/shared/regionsampling/RegionDarkness.kt b/systemUI/shared/src/com/android/systemui/shared/regionsampling/RegionDarkness.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/regionsampling/RegionDarkness.kt rename to systemUI/shared/src/com/android/systemui/shared/regionsampling/RegionDarkness.kt diff --git a/systemUIShared/src/com/android/systemui/shared/regionsampling/RegionSampler.kt b/systemUI/shared/src/com/android/systemui/shared/regionsampling/RegionSampler.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/regionsampling/RegionSampler.kt rename to systemUI/shared/src/com/android/systemui/shared/regionsampling/RegionSampler.kt diff --git a/systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButton.java b/systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButton.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButton.java rename to systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButton.java diff --git a/systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButtonPositionCalculator.kt b/systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButtonPositionCalculator.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButtonPositionCalculator.kt rename to systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButtonPositionCalculator.kt diff --git a/systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButtonView.java b/systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButtonView.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/rotation/FloatingRotationButtonView.java rename to systemUI/shared/src/com/android/systemui/shared/rotation/FloatingRotationButtonView.java diff --git a/systemUIShared/src/com/android/systemui/shared/rotation/RotationButton.java b/systemUI/shared/src/com/android/systemui/shared/rotation/RotationButton.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/rotation/RotationButton.java rename to systemUI/shared/src/com/android/systemui/shared/rotation/RotationButton.java diff --git a/systemUIShared/src/com/android/systemui/shared/rotation/RotationButtonController.java b/systemUI/shared/src/com/android/systemui/shared/rotation/RotationButtonController.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/rotation/RotationButtonController.java rename to systemUI/shared/src/com/android/systemui/shared/rotation/RotationButtonController.java diff --git a/systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowIconDrawable.kt b/systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowIconDrawable.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowIconDrawable.kt rename to systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowIconDrawable.kt diff --git a/systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextClock.kt b/systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextClock.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextClock.kt rename to systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextClock.kt diff --git a/systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextHelper.kt b/systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextHelper.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextHelper.kt rename to systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextHelper.kt diff --git a/systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextView.kt b/systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextView.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/shadow/DoubleShadowTextView.kt rename to systemUI/shared/src/com/android/systemui/shared/shadow/DoubleShadowTextView.kt diff --git a/systemUIShared/src/com/android/systemui/shared/system/ActivityManagerKt.kt b/systemUI/shared/src/com/android/systemui/shared/system/ActivityManagerKt.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/ActivityManagerKt.kt rename to systemUI/shared/src/com/android/systemui/shared/system/ActivityManagerKt.kt diff --git a/systemUIShared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java b/systemUI/shared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java rename to systemUI/shared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/BlurUtils.java b/systemUI/shared/src/com/android/systemui/shared/system/BlurUtils.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/BlurUtils.java rename to systemUI/shared/src/com/android/systemui/shared/system/BlurUtils.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/DevicePolicyManagerWrapper.java b/systemUI/shared/src/com/android/systemui/shared/system/DevicePolicyManagerWrapper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/DevicePolicyManagerWrapper.java rename to systemUI/shared/src/com/android/systemui/shared/system/DevicePolicyManagerWrapper.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/InputChannelCompat.java b/systemUI/shared/src/com/android/systemui/shared/system/InputChannelCompat.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/InputChannelCompat.java rename to systemUI/shared/src/com/android/systemui/shared/system/InputChannelCompat.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/InputConsumerController.java b/systemUI/shared/src/com/android/systemui/shared/system/InputConsumerController.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/InputConsumerController.java rename to systemUI/shared/src/com/android/systemui/shared/system/InputConsumerController.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/InputMonitorCompat.java b/systemUI/shared/src/com/android/systemui/shared/system/InputMonitorCompat.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/InputMonitorCompat.java rename to systemUI/shared/src/com/android/systemui/shared/system/InputMonitorCompat.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/InteractionJankMonitorWrapper.java b/systemUI/shared/src/com/android/systemui/shared/system/InteractionJankMonitorWrapper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/InteractionJankMonitorWrapper.java rename to systemUI/shared/src/com/android/systemui/shared/system/InteractionJankMonitorWrapper.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/PackageManagerWrapper.java b/systemUI/shared/src/com/android/systemui/shared/system/PackageManagerWrapper.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/PackageManagerWrapper.java rename to systemUI/shared/src/com/android/systemui/shared/system/PackageManagerWrapper.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/PeopleProviderUtils.java b/systemUI/shared/src/com/android/systemui/shared/system/PeopleProviderUtils.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/PeopleProviderUtils.java rename to systemUI/shared/src/com/android/systemui/shared/system/PeopleProviderUtils.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/QuickStepContract.java b/systemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/QuickStepContract.java rename to systemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/RecentsAnimationControllerCompat.java b/systemUI/shared/src/com/android/systemui/shared/system/RecentsAnimationControllerCompat.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/RecentsAnimationControllerCompat.java rename to systemUI/shared/src/com/android/systemui/shared/system/RecentsAnimationControllerCompat.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/RecentsAnimationListener.java b/systemUI/shared/src/com/android/systemui/shared/system/RecentsAnimationListener.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/RecentsAnimationListener.java rename to systemUI/shared/src/com/android/systemui/shared/system/RecentsAnimationListener.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/SurfaceViewRequestReceiver.java b/systemUI/shared/src/com/android/systemui/shared/system/SurfaceViewRequestReceiver.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/SurfaceViewRequestReceiver.java rename to systemUI/shared/src/com/android/systemui/shared/system/SurfaceViewRequestReceiver.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/SurfaceViewRequestUtils.java b/systemUI/shared/src/com/android/systemui/shared/system/SurfaceViewRequestUtils.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/SurfaceViewRequestUtils.java rename to systemUI/shared/src/com/android/systemui/shared/system/SurfaceViewRequestUtils.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/TaskStackChangeListener.java b/systemUI/shared/src/com/android/systemui/shared/system/TaskStackChangeListener.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/TaskStackChangeListener.java rename to systemUI/shared/src/com/android/systemui/shared/system/TaskStackChangeListener.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/TaskStackChangeListeners.java b/systemUI/shared/src/com/android/systemui/shared/system/TaskStackChangeListeners.java similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/TaskStackChangeListeners.java rename to systemUI/shared/src/com/android/systemui/shared/system/TaskStackChangeListeners.java diff --git a/systemUIShared/src/com/android/systemui/shared/system/UncaughtExceptionPreHandlerManager.kt b/systemUI/shared/src/com/android/systemui/shared/system/UncaughtExceptionPreHandlerManager.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/UncaughtExceptionPreHandlerManager.kt rename to systemUI/shared/src/com/android/systemui/shared/system/UncaughtExceptionPreHandlerManager.kt diff --git a/systemUIShared/src/com/android/systemui/shared/system/smartspace/ILauncherUnlockAnimationController.aidl b/systemUI/shared/src/com/android/systemui/shared/system/smartspace/ILauncherUnlockAnimationController.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/smartspace/ILauncherUnlockAnimationController.aidl rename to systemUI/shared/src/com/android/systemui/shared/system/smartspace/ILauncherUnlockAnimationController.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/system/smartspace/ISysuiUnlockAnimationController.aidl b/systemUI/shared/src/com/android/systemui/shared/system/smartspace/ISysuiUnlockAnimationController.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/smartspace/ISysuiUnlockAnimationController.aidl rename to systemUI/shared/src/com/android/systemui/shared/system/smartspace/ISysuiUnlockAnimationController.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.aidl b/systemUI/shared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.aidl similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.aidl rename to systemUI/shared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.aidl diff --git a/systemUIShared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.kt b/systemUI/shared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.kt rename to systemUI/shared/src/com/android/systemui/shared/system/smartspace/SmartspaceState.kt diff --git a/systemUIShared/src/com/android/systemui/statusbar/policy/CallbackController.java b/systemUI/shared/src/com/android/systemui/statusbar/policy/CallbackController.java similarity index 100% rename from systemUIShared/src/com/android/systemui/statusbar/policy/CallbackController.java rename to systemUI/shared/src/com/android/systemui/statusbar/policy/CallbackController.java diff --git a/systemUIShared/src/com/android/systemui/unfold/system/ActivityManagerActivityTypeProvider.kt b/systemUI/shared/src/com/android/systemui/unfold/system/ActivityManagerActivityTypeProvider.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/system/ActivityManagerActivityTypeProvider.kt rename to systemUI/shared/src/com/android/systemui/unfold/system/ActivityManagerActivityTypeProvider.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/system/DeviceStateManagerFoldProvider.kt b/systemUI/shared/src/com/android/systemui/unfold/system/DeviceStateManagerFoldProvider.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/system/DeviceStateManagerFoldProvider.kt rename to systemUI/shared/src/com/android/systemui/unfold/system/DeviceStateManagerFoldProvider.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/system/DeviceStateRepository.kt b/systemUI/shared/src/com/android/systemui/unfold/system/DeviceStateRepository.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/system/DeviceStateRepository.kt rename to systemUI/shared/src/com/android/systemui/unfold/system/DeviceStateRepository.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/system/SystemUnfoldSharedModule.kt b/systemUI/shared/src/com/android/systemui/unfold/system/SystemUnfoldSharedModule.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/system/SystemUnfoldSharedModule.kt rename to systemUI/shared/src/com/android/systemui/unfold/system/SystemUnfoldSharedModule.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/util/JankMonitorTransitionProgressListener.kt b/systemUI/shared/src/com/android/systemui/unfold/util/JankMonitorTransitionProgressListener.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/util/JankMonitorTransitionProgressListener.kt rename to systemUI/shared/src/com/android/systemui/unfold/util/JankMonitorTransitionProgressListener.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/util/NaturalRotationUnfoldProgressProvider.kt b/systemUI/shared/src/com/android/systemui/unfold/util/NaturalRotationUnfoldProgressProvider.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/util/NaturalRotationUnfoldProgressProvider.kt rename to systemUI/shared/src/com/android/systemui/unfold/util/NaturalRotationUnfoldProgressProvider.kt diff --git a/systemUIShared/src/com/android/systemui/unfold/util/UnfoldOnlyProgressProvider.kt b/systemUI/shared/src/com/android/systemui/unfold/util/UnfoldOnlyProgressProvider.kt similarity index 100% rename from systemUIShared/src/com/android/systemui/unfold/util/UnfoldOnlyProgressProvider.kt rename to systemUI/shared/src/com/android/systemui/unfold/util/UnfoldOnlyProgressProvider.kt diff --git a/systemUnFold/build.gradle b/systemUI/unfold/build.gradle similarity index 91% rename from systemUnFold/build.gradle rename to systemUI/unfold/build.gradle index e3bf782d4c..914fd75d86 100644 --- a/systemUnFold/build.gradle +++ b/systemUI/unfold/build.gradle @@ -31,5 +31,4 @@ dependencies { implementation "androidx.lifecycle:lifecycle-common:2.8.7" compileOnly projects.androidxLib -// implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' } diff --git a/systemUnFold/src/com/android/systemui/unfold/UnfoldRemoteModule.kt b/systemUI/unfold/src/com/android/systemui/unfold/UnfoldRemoteModule.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/UnfoldRemoteModule.kt rename to systemUI/unfold/src/com/android/systemui/unfold/UnfoldRemoteModule.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/UnfoldSharedComponent.kt b/systemUI/unfold/src/com/android/systemui/unfold/UnfoldSharedComponent.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/UnfoldSharedComponent.kt rename to systemUI/unfold/src/com/android/systemui/unfold/UnfoldSharedComponent.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/UnfoldSharedModule.kt b/systemUI/unfold/src/com/android/systemui/unfold/UnfoldSharedModule.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/UnfoldSharedModule.kt rename to systemUI/unfold/src/com/android/systemui/unfold/UnfoldSharedModule.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt b/systemUI/unfold/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt rename to systemUI/unfold/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/compat/ScreenSizeFoldProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/compat/ScreenSizeFoldProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/compat/ScreenSizeFoldProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/compat/ScreenSizeFoldProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/compat/SizeScreenStatusProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/compat/SizeScreenStatusProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/compat/SizeScreenStatusProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/compat/SizeScreenStatusProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt b/systemUI/unfold/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt rename to systemUI/unfold/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt b/systemUI/unfold/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt rename to systemUI/unfold/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/NaturalRotation.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/NaturalRotation.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/NaturalRotation.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/NaturalRotation.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldBg.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldBg.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldBg.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldBg.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldBgProgressFlag.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldBgProgressFlag.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldBgProgressFlag.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldBgProgressFlag.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldMain.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldMain.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldMain.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldMain.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldSingleThreadBg.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldSingleThreadBg.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/UnfoldSingleThreadBg.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/UnfoldSingleThreadBg.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/dagger/UseReceivingFilter.kt b/systemUI/unfold/src/com/android/systemui/unfold/dagger/UseReceivingFilter.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/dagger/UseReceivingFilter.kt rename to systemUI/unfold/src/com/android/systemui/unfold/dagger/UseReceivingFilter.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/FixedTimingTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/FixedTimingTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/FixedTimingTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/FixedTimingTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/IUnfoldAnimation.aidl b/systemUI/unfold/src/com/android/systemui/unfold/progress/IUnfoldAnimation.aidl similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/IUnfoldAnimation.aidl rename to systemUI/unfold/src/com/android/systemui/unfold/progress/IUnfoldAnimation.aidl diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/IUnfoldTransitionListener.aidl b/systemUI/unfold/src/com/android/systemui/unfold/progress/IUnfoldTransitionListener.aidl similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/IUnfoldTransitionListener.aidl rename to systemUI/unfold/src/com/android/systemui/unfold/progress/IUnfoldTransitionListener.aidl diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/MainThreadUnfoldTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/MainThreadUnfoldTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/MainThreadUnfoldTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/MainThreadUnfoldTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/PhysicsBasedUnfoldTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/PhysicsBasedUnfoldTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/PhysicsBasedUnfoldTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/PhysicsBasedUnfoldTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/RemoteUnfoldTransitionReceiver.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/RemoteUnfoldTransitionReceiver.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/RemoteUnfoldTransitionReceiver.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/RemoteUnfoldTransitionReceiver.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/UnfoldFrameCallbackScheduler.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldFrameCallbackScheduler.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/UnfoldFrameCallbackScheduler.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldFrameCallbackScheduler.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/progress/UnfoldTransitionProgressForwarder.kt b/systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldTransitionProgressForwarder.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/progress/UnfoldTransitionProgressForwarder.kt rename to systemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldTransitionProgressForwarder.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/DeviceFoldStateProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/DeviceFoldStateProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/DeviceFoldStateProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/DeviceFoldStateProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/FoldProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/FoldProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/FoldProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/FoldProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/FoldStateProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/FoldStateProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/FoldStateProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/FoldStateProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/RotationChangeProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/RotationChangeProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/RotationChangeProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/RotationChangeProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/hinge/EmptyHingeAngleProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/EmptyHingeAngleProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/hinge/EmptyHingeAngleProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/EmptyHingeAngleProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/hinge/HingeAngleProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/HingeAngleProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/hinge/HingeAngleProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/HingeAngleProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/hinge/HingeSensorAngleProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/HingeSensorAngleProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/hinge/HingeSensorAngleProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/hinge/HingeSensorAngleProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/updates/screen/ScreenStatusProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/updates/screen/ScreenStatusProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/updates/screen/ScreenStatusProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/updates/screen/ScreenStatusProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/ATraceLoggerTransitionProgressListener.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/ATraceLoggerTransitionProgressListener.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/ATraceLoggerTransitionProgressListener.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/ATraceLoggerTransitionProgressListener.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/CallbackController.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/CallbackController.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/CallbackController.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/CallbackController.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/CurrentActivityTypeProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/CurrentActivityTypeProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/CurrentActivityTypeProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/CurrentActivityTypeProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/ScaleAwareTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/ScaleAwareTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/ScaleAwareTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/ScaleAwareTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/ScopedUnfoldTransitionProgressProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/ScopedUnfoldTransitionProgressProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/ScopedUnfoldTransitionProgressProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/ScopedUnfoldTransitionProgressProvider.kt diff --git a/systemUnFold/src/com/android/systemui/unfold/util/UnfoldKeyguardVisibilityProvider.kt b/systemUI/unfold/src/com/android/systemui/unfold/util/UnfoldKeyguardVisibilityProvider.kt similarity index 100% rename from systemUnFold/src/com/android/systemui/unfold/util/UnfoldKeyguardVisibilityProvider.kt rename to systemUI/unfold/src/com/android/systemui/unfold/util/UnfoldKeyguardVisibilityProvider.kt diff --git a/systemUIViewCapture/.gitignore b/systemUI/viewcapture/.gitignore similarity index 100% rename from systemUIViewCapture/.gitignore rename to systemUI/viewcapture/.gitignore diff --git a/systemUIViewCapture/Android.bp b/systemUI/viewcapture/Android.bp similarity index 100% rename from systemUIViewCapture/Android.bp rename to systemUI/viewcapture/Android.bp diff --git a/systemUIViewCapture/AndroidManifest.xml b/systemUI/viewcapture/AndroidManifest.xml similarity index 100% rename from systemUIViewCapture/AndroidManifest.xml rename to systemUI/viewcapture/AndroidManifest.xml diff --git a/systemUIViewCapture/OWNERS b/systemUI/viewcapture/OWNERS similarity index 100% rename from systemUIViewCapture/OWNERS rename to systemUI/viewcapture/OWNERS diff --git a/systemUIViewCapture/README.md b/systemUI/viewcapture/README.md similarity index 100% rename from systemUIViewCapture/README.md rename to systemUI/viewcapture/README.md diff --git a/systemUIViewCapture/TEST_MAPPING b/systemUI/viewcapture/TEST_MAPPING similarity index 100% rename from systemUIViewCapture/TEST_MAPPING rename to systemUI/viewcapture/TEST_MAPPING diff --git a/systemUIViewCapture/build.gradle b/systemUI/viewcapture/build.gradle similarity index 100% rename from systemUIViewCapture/build.gradle rename to systemUI/viewcapture/build.gradle diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/LooperExecutor.java b/systemUI/viewcapture/src/com/android/app/viewcapture/LooperExecutor.java similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/LooperExecutor.java rename to systemUI/viewcapture/src/com/android/app/viewcapture/LooperExecutor.java diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/NoOpViewCapture.kt b/systemUI/viewcapture/src/com/android/app/viewcapture/NoOpViewCapture.kt similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/NoOpViewCapture.kt rename to systemUI/viewcapture/src/com/android/app/viewcapture/NoOpViewCapture.kt diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/PerfettoViewCapture.kt b/systemUI/viewcapture/src/com/android/app/viewcapture/PerfettoViewCapture.kt similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/PerfettoViewCapture.kt rename to systemUI/viewcapture/src/com/android/app/viewcapture/PerfettoViewCapture.kt diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/SettingsAwareViewCapture.kt b/systemUI/viewcapture/src/com/android/app/viewcapture/SettingsAwareViewCapture.kt similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/SettingsAwareViewCapture.kt rename to systemUI/viewcapture/src/com/android/app/viewcapture/SettingsAwareViewCapture.kt diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/SimpleViewCapture.kt b/systemUI/viewcapture/src/com/android/app/viewcapture/SimpleViewCapture.kt similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/SimpleViewCapture.kt rename to systemUI/viewcapture/src/com/android/app/viewcapture/SimpleViewCapture.kt diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/ViewCapture.java b/systemUI/viewcapture/src/com/android/app/viewcapture/ViewCapture.java similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/ViewCapture.java rename to systemUI/viewcapture/src/com/android/app/viewcapture/ViewCapture.java diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/ViewCaptureDataSource.java b/systemUI/viewcapture/src/com/android/app/viewcapture/ViewCaptureDataSource.java similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/ViewCaptureDataSource.java rename to systemUI/viewcapture/src/com/android/app/viewcapture/ViewCaptureDataSource.java diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/ViewCaptureFactory.kt b/systemUI/viewcapture/src/com/android/app/viewcapture/ViewCaptureFactory.kt similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/ViewCaptureFactory.kt rename to systemUI/viewcapture/src/com/android/app/viewcapture/ViewCaptureFactory.kt diff --git a/systemUIViewCapture/src/com/android/app/viewcapture/proto/view_capture.proto b/systemUI/viewcapture/src/com/android/app/viewcapture/proto/view_capture.proto similarity index 100% rename from systemUIViewCapture/src/com/android/app/viewcapture/proto/view_capture.proto rename to systemUI/viewcapture/src/com/android/app/viewcapture/proto/view_capture.proto diff --git a/systemUIViewCapture/tests/AndroidManifest.xml b/systemUI/viewcapture/tests/AndroidManifest.xml similarity index 100% rename from systemUIViewCapture/tests/AndroidManifest.xml rename to systemUI/viewcapture/tests/AndroidManifest.xml diff --git a/systemUIViewCapture/tests/com/android/app/viewcapture/SettingsAwareViewCaptureTest.kt b/systemUI/viewcapture/tests/com/android/app/viewcapture/SettingsAwareViewCaptureTest.kt similarity index 100% rename from systemUIViewCapture/tests/com/android/app/viewcapture/SettingsAwareViewCaptureTest.kt rename to systemUI/viewcapture/tests/com/android/app/viewcapture/SettingsAwareViewCaptureTest.kt diff --git a/systemUIViewCapture/tests/com/android/app/viewcapture/TestActivity.kt b/systemUI/viewcapture/tests/com/android/app/viewcapture/TestActivity.kt similarity index 100% rename from systemUIViewCapture/tests/com/android/app/viewcapture/TestActivity.kt rename to systemUI/viewcapture/tests/com/android/app/viewcapture/TestActivity.kt diff --git a/systemUIViewCapture/tests/com/android/app/viewcapture/ViewCaptureTest.kt b/systemUI/viewcapture/tests/com/android/app/viewcapture/ViewCaptureTest.kt similarity index 100% rename from systemUIViewCapture/tests/com/android/app/viewcapture/ViewCaptureTest.kt rename to systemUI/viewcapture/tests/com/android/app/viewcapture/ViewCaptureTest.kt