mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
optimizing transitions in Launcher
Bug #3413510 Change-Id: I89896b40b73d781255f9c0263300e9c5716d4efc
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
package com.android.launcher2;
|
||||
|
||||
import com.android.launcher.R;
|
||||
|
||||
import android.animation.ObjectAnimator;
|
||||
import android.content.Context;
|
||||
import android.content.pm.PackageManager;
|
||||
@@ -30,8 +32,7 @@ import android.os.HandlerThread;
|
||||
import android.os.Message;
|
||||
import android.util.AttributeSet;
|
||||
import android.widget.Checkable;
|
||||
|
||||
import com.android.launcher.R;
|
||||
import android.widget.TextView;
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +40,7 @@ import com.android.launcher.R;
|
||||
* An icon on a PagedView, specifically for items in the launcher's paged view (with compound
|
||||
* drawables on the top).
|
||||
*/
|
||||
public class PagedViewIcon extends CachedTextView implements Checkable {
|
||||
public class PagedViewIcon extends TextView implements Checkable {
|
||||
private static final String TAG = "PagedViewIcon";
|
||||
|
||||
// holographic outline
|
||||
|
||||
Reference in New Issue
Block a user