Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af479026 authored by Jon Miranda's avatar Jon Miranda
Browse files

Moves OutlineProvider / Animation files to anim package.

Change-Id: If444bbc71009510ded54d50ef746717f6c8b277f
parent 1e4168ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import com.android.launcher3.allapps.AllAppsContainerView;
import com.android.launcher3.allapps.AllAppsTransitionController;
import com.android.launcher3.anim.AnimationLayerSet;
import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.util.CircleRevealOutlineProvider;
import com.android.launcher3.anim.CircleRevealOutlineProvider;
import com.android.launcher3.util.Thunk;
import com.android.launcher3.widget.WidgetsContainerView;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.launcher3.util;
package com.android.launcher3.anim;

public class CircleRevealOutlineProvider extends RevealOutlineAnimation {

+0 −2
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@ package com.android.launcher3.anim;

import android.graphics.Rect;

import com.android.launcher3.util.PillRevealOutlineProvider;

/**
 * Extension of {@link PillRevealOutlineProvider} which only changes the height of the pill.
 * For now, we assume the height is added/removed from the bottom.
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.launcher3.util;
package com.android.launcher3.anim;

import android.graphics.Rect;
import android.view.ViewOutlineProvider;
+1 −1
Original line number Diff line number Diff line
package com.android.launcher3.util;
package com.android.launcher3.anim;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
Loading