Loading packages/SystemUI/shared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ import android.util.MathUtils.lerp import android.view.Surface import android.view.Surface import android.view.View import android.view.View import android.view.WindowManager import android.view.WindowManager import com.android.unfold.UnfoldTransitionProgressProvider import com.android.systemui.unfold.UnfoldTransitionProgressProvider import java.lang.ref.WeakReference import java.lang.ref.WeakReference /** /** Loading packages/SystemUI/shared/src/com/android/unfold/UnfoldTransitionFactory.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt +10 −10 Original line number Original line Diff line number Diff line Loading @@ -15,21 +15,21 @@ */ */ @file:JvmName("UnfoldTransitionFactory") @file:JvmName("UnfoldTransitionFactory") package com.android.unfold package com.android.systemui.unfold import android.content.Context import android.content.Context import android.hardware.SensorManager import android.hardware.SensorManager import android.hardware.devicestate.DeviceStateManager import android.hardware.devicestate.DeviceStateManager import android.os.Handler import android.os.Handler import com.android.unfold.updates.screen.ScreenStatusProvider import com.android.systemui.unfold.updates.screen.ScreenStatusProvider import com.android.unfold.config.ANIMATION_MODE_HINGE_ANGLE import com.android.systemui.unfold.config.ANIMATION_MODE_HINGE_ANGLE import com.android.unfold.config.ResourceUnfoldTransitionConfig import com.android.systemui.unfold.config.ResourceUnfoldTransitionConfig import com.android.unfold.config.UnfoldTransitionConfig import com.android.systemui.unfold.config.UnfoldTransitionConfig import com.android.unfold.progress.FixedTimingTransitionProgressProvider import com.android.systemui.unfold.progress.FixedTimingTransitionProgressProvider import com.android.unfold.progress.PhysicsBasedUnfoldTransitionProgressProvider import com.android.systemui.unfold.progress.PhysicsBasedUnfoldTransitionProgressProvider import com.android.unfold.updates.DeviceFoldStateProvider import com.android.systemui.unfold.updates.DeviceFoldStateProvider import com.android.unfold.updates.hinge.EmptyHingeAngleProvider import com.android.systemui.unfold.updates.hinge.EmptyHingeAngleProvider import com.android.unfold.updates.hinge.RotationSensorHingeAngleProvider import com.android.systemui.unfold.updates.hinge.RotationSensorHingeAngleProvider import java.lang.IllegalStateException import java.lang.IllegalStateException import java.util.concurrent.Executor import java.util.concurrent.Executor Loading packages/SystemUI/shared/src/com/android/unfold/UnfoldTransitionProgressProvider.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold package com.android.systemui.unfold import android.annotation.FloatRange import android.annotation.FloatRange import com.android.unfold.UnfoldTransitionProgressProvider.TransitionProgressListener import com.android.systemui.unfold.UnfoldTransitionProgressProvider.TransitionProgressListener import com.android.systemui.statusbar.policy.CallbackController import com.android.systemui.statusbar.policy.CallbackController /** /** Loading packages/SystemUI/shared/src/com/android/unfold/config/ResourceUnfoldTransitionConfig.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold.config package com.android.systemui.unfold.config import android.content.Context import android.content.Context import android.os.SystemProperties import android.os.SystemProperties Loading packages/SystemUI/shared/src/com/android/unfold/config/UnfoldTransitionConfig.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold.config package com.android.systemui.unfold.config import android.annotation.IntDef import android.annotation.IntDef Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/animation/UnfoldMoveFromCenterAnimator.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ import android.util.MathUtils.lerp import android.view.Surface import android.view.Surface import android.view.View import android.view.View import android.view.WindowManager import android.view.WindowManager import com.android.unfold.UnfoldTransitionProgressProvider import com.android.systemui.unfold.UnfoldTransitionProgressProvider import java.lang.ref.WeakReference import java.lang.ref.WeakReference /** /** Loading
packages/SystemUI/shared/src/com/android/unfold/UnfoldTransitionFactory.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/UnfoldTransitionFactory.kt +10 −10 Original line number Original line Diff line number Diff line Loading @@ -15,21 +15,21 @@ */ */ @file:JvmName("UnfoldTransitionFactory") @file:JvmName("UnfoldTransitionFactory") package com.android.unfold package com.android.systemui.unfold import android.content.Context import android.content.Context import android.hardware.SensorManager import android.hardware.SensorManager import android.hardware.devicestate.DeviceStateManager import android.hardware.devicestate.DeviceStateManager import android.os.Handler import android.os.Handler import com.android.unfold.updates.screen.ScreenStatusProvider import com.android.systemui.unfold.updates.screen.ScreenStatusProvider import com.android.unfold.config.ANIMATION_MODE_HINGE_ANGLE import com.android.systemui.unfold.config.ANIMATION_MODE_HINGE_ANGLE import com.android.unfold.config.ResourceUnfoldTransitionConfig import com.android.systemui.unfold.config.ResourceUnfoldTransitionConfig import com.android.unfold.config.UnfoldTransitionConfig import com.android.systemui.unfold.config.UnfoldTransitionConfig import com.android.unfold.progress.FixedTimingTransitionProgressProvider import com.android.systemui.unfold.progress.FixedTimingTransitionProgressProvider import com.android.unfold.progress.PhysicsBasedUnfoldTransitionProgressProvider import com.android.systemui.unfold.progress.PhysicsBasedUnfoldTransitionProgressProvider import com.android.unfold.updates.DeviceFoldStateProvider import com.android.systemui.unfold.updates.DeviceFoldStateProvider import com.android.unfold.updates.hinge.EmptyHingeAngleProvider import com.android.systemui.unfold.updates.hinge.EmptyHingeAngleProvider import com.android.unfold.updates.hinge.RotationSensorHingeAngleProvider import com.android.systemui.unfold.updates.hinge.RotationSensorHingeAngleProvider import java.lang.IllegalStateException import java.lang.IllegalStateException import java.util.concurrent.Executor import java.util.concurrent.Executor Loading
packages/SystemUI/shared/src/com/android/unfold/UnfoldTransitionProgressProvider.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/UnfoldTransitionProgressProvider.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold package com.android.systemui.unfold import android.annotation.FloatRange import android.annotation.FloatRange import com.android.unfold.UnfoldTransitionProgressProvider.TransitionProgressListener import com.android.systemui.unfold.UnfoldTransitionProgressProvider.TransitionProgressListener import com.android.systemui.statusbar.policy.CallbackController import com.android.systemui.statusbar.policy.CallbackController /** /** Loading
packages/SystemUI/shared/src/com/android/unfold/config/ResourceUnfoldTransitionConfig.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/config/ResourceUnfoldTransitionConfig.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold.config package com.android.systemui.unfold.config import android.content.Context import android.content.Context import android.os.SystemProperties import android.os.SystemProperties Loading
packages/SystemUI/shared/src/com/android/unfold/config/UnfoldTransitionConfig.kt→packages/SystemUI/shared/src/com/android/systemui/unfold/config/UnfoldTransitionConfig.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ package com.android.unfold.config package com.android.systemui.unfold.config import android.annotation.IntDef import android.annotation.IntDef Loading