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

Commit 54559b64 authored by Zak Cohen's avatar Zak Cohen
Browse files

SystemUiProxy - add dummy method to make compile happy.

Updated ISystemUiProxy.aidl , this change adds a dummy method to make
launcher in master compile.

Implementation will come from unbundled branch.

Test: local build and run
Change-Id: I295058eed65b35098525c4a51bf5ab6e746a98f7
parent 6b9595f6
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()
     */