blob: 991266af730e130c5c7ad744ad4816c9dd4fc67c [file] [log] [blame]
package com.android.internal.view;
import android.view.InputConsumer;
import android.view.SurfaceHolder;
/** hahahah */
public interface RootViewSurfaceTaker {
SurfaceHolder.Callback willYouTakeTheSurface();
void setSurfaceType(int type);
void setSurfaceFormat(int format);
void setSurfaceKeepScreenOn(boolean keepOn);
InputConsumer.Callback willYouTakeTheInputConsumer();
}