Loading proguard.flags +3 −0 Original line number Diff line number Diff line Loading @@ -48,3 +48,6 @@ -dontwarn android.view.** -dontwarn android.os.** -dontwarn android.graphics.** # Ignore warnings for hidden utility classes referenced from the shared lib -dontwarn com.android.internal.util.** No newline at end of file quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import com.android.systemui.plugins.OverviewScreenshotActions; import com.android.systemui.plugins.PluginListener; import com.android.systemui.shared.recents.model.Task; import com.android.systemui.shared.recents.model.ThumbnailData; import com.android.systemui.shared.system.ConfigurationCompat; /** * A task in the Recents view. Loading Loading @@ -357,7 +358,8 @@ public class TaskThumbnailView extends View implements PluginListener<OverviewSc final float thumbnailScale; int thumbnailRotation = mThumbnailData.rotation; int currentRotation = getDisplay() != null ? getDisplay().getRotation() : 0; int currentRotation = ConfigurationCompat.getWindowConfigurationRotation( getResources().getConfiguration()); int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); // Landscape vs portrait change boolean windowingModeSupportsRotation = !mActivity.isInMultiWindowMode() Loading Loading
proguard.flags +3 −0 Original line number Diff line number Diff line Loading @@ -48,3 +48,6 @@ -dontwarn android.view.** -dontwarn android.os.** -dontwarn android.graphics.** # Ignore warnings for hidden utility classes referenced from the shared lib -dontwarn com.android.internal.util.** No newline at end of file
quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import com.android.systemui.plugins.OverviewScreenshotActions; import com.android.systemui.plugins.PluginListener; import com.android.systemui.shared.recents.model.Task; import com.android.systemui.shared.recents.model.ThumbnailData; import com.android.systemui.shared.system.ConfigurationCompat; /** * A task in the Recents view. Loading Loading @@ -357,7 +358,8 @@ public class TaskThumbnailView extends View implements PluginListener<OverviewSc final float thumbnailScale; int thumbnailRotation = mThumbnailData.rotation; int currentRotation = getDisplay() != null ? getDisplay().getRotation() : 0; int currentRotation = ConfigurationCompat.getWindowConfigurationRotation( getResources().getConfiguration()); int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); // Landscape vs portrait change boolean windowingModeSupportsRotation = !mActivity.isInMultiWindowMode() Loading