Remove debug logs for b/193125090

Bug: 193125090
Test: manual
Change-Id: I7758347d7b775e8d8b0926e8f0d8723c7af2c942
This commit is contained in:
Alex Chau
2021-07-12 18:48:34 +01:00
parent a3b942972f
commit 4e3460b866
5 changed files with 0 additions and 21 deletions

View File

@@ -30,7 +30,6 @@ import static com.android.quickstep.views.TaskView.FLAG_UPDATE_ALL;
import android.annotation.TargetApi;
import android.os.Build;
import android.util.FloatProperty;
import android.util.Log;
import androidx.annotation.NonNull;
@@ -111,8 +110,6 @@ public final class RecentsViewStateController extends
propertySetter.setFloat(mLauncher.getActionsView().getVisibilityAlpha(),
MultiValueAlpha.VALUE, overviewButtonAlpha, config.getInterpolator(
ANIM_OVERVIEW_ACTIONS_FADE, LINEAR));
Log.v("b/193125090",
"RecentsViewStateController - setVisibilityAlpha: " + overviewButtonAlpha);
float splitPlaceholderAlpha = state.areElementsVisible(mLauncher, SPLIT_PLACHOLDER_VIEW) ?
0.85f : 0;