Remove unused logs
Fixes: 240173459 Test: Started launcher Change-Id: I853d9a50a0c34a7fdda87ea20d46a9f7ac7542e3
This commit is contained in:
@@ -21,13 +21,11 @@ import static com.android.launcher3.LauncherState.OVERVIEW;
|
||||
import static com.android.launcher3.LauncherState.OVERVIEW_MODAL_TASK;
|
||||
import static com.android.launcher3.LauncherState.OVERVIEW_SPLIT_SELECT;
|
||||
import static com.android.launcher3.LauncherState.SPRING_LOADED;
|
||||
import static com.android.launcher3.testing.shared.TestProtocol.BAD_STATE;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
import android.os.Build;
|
||||
import android.util.AttributeSet;
|
||||
import android.util.Log;
|
||||
import android.view.MotionEvent;
|
||||
import android.view.Surface;
|
||||
|
||||
@@ -68,7 +66,6 @@ public class LauncherRecentsView extends RecentsView<BaseQuickstepLauncher, Laun
|
||||
public void init(OverviewActionsView actionsView,
|
||||
SplitSelectStateController splitPlaceholderView) {
|
||||
super.init(actionsView, splitPlaceholderView);
|
||||
Log.d(BAD_STATE, "LauncherRecentsView init setContentAlpha=0");
|
||||
setContentAlpha(0);
|
||||
}
|
||||
|
||||
@@ -119,7 +116,6 @@ public class LauncherRecentsView extends RecentsView<BaseQuickstepLauncher, Laun
|
||||
if (toState == OVERVIEW_MODAL_TASK) {
|
||||
setOverviewSelectEnabled(true);
|
||||
}
|
||||
Log.d(BAD_STATE, "LRV onStateTransitionStart setFreezeVisibility=true, toState=" + toState);
|
||||
setFreezeViewVisibility(true);
|
||||
}
|
||||
|
||||
@@ -131,8 +127,6 @@ public class LauncherRecentsView extends RecentsView<BaseQuickstepLauncher, Laun
|
||||
}
|
||||
boolean isOverlayEnabled = finalState == OVERVIEW || finalState == OVERVIEW_MODAL_TASK;
|
||||
setOverlayEnabled(isOverlayEnabled);
|
||||
Log.d(BAD_STATE, "LRV onStateTransitionComplete setFreezeVisibility=false, finalState="
|
||||
+ finalState);
|
||||
setFreezeViewVisibility(false);
|
||||
if (finalState != OVERVIEW_MODAL_TASK) {
|
||||
setOverviewSelectEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user