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

Commit b0b330b9 authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "SystemUiProxy - add dummy method to make compile happy."

parents 3970b8b7 54559b64
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ package com.android.quickstep;
import static com.android.launcher3.util.Executors.MAIN_EXECUTOR;

import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Insets;
import android.graphics.Rect;
import android.os.Bundle;
import android.os.IBinder;
@@ -25,6 +27,7 @@ import android.os.IBinder.DeathRecipient;
import android.os.RemoteException;
import android.util.Log;
import android.view.MotionEvent;

import com.android.launcher3.util.MainThreadInitializedObject;
import com.android.quickstep.util.SharedApiCompat;
import com.android.systemui.shared.recents.ISystemUiProxy;
@@ -266,6 +269,12 @@ public class SystemUiProxy implements ISystemUiProxy {
        }
    }

    @Override
    public void handleImageAsScreenshot(
            Bitmap screenImage, Rect locationInScreen, Insets visibleInsets, int taskId) {

    }

    /**
     * See SharedApiCompat#setShelfHeight()
     */