Searched refs:RootViewSurfaceTaker (Results 1 – 4 of 4) sorted by relevance
22 public interface RootViewSurfaceTaker { interface
83 import com.android.internal.view.RootViewSurfaceTaker;467 if (view instanceof RootViewSurfaceTaker) { in setView()469 ((RootViewSurfaceTaker)view).willYouTakeTheSurface(); in setView()607 if (view instanceof RootViewSurfaceTaker) { in setView()609 ((RootViewSurfaceTaker)view).willYouTakeTheInputQueue(); in setView()1743 if (mView instanceof RootViewSurfaceTaker) { in performTraversals()1744 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()2515 if (mView instanceof RootViewSurfaceTaker) { in draw()2516 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()6644 ((RootViewSurfaceTaker)mView).setSurfaceFormat(format); in setFormat()[all …]
62 import com.android.internal.view.RootViewSurfaceTaker;2192 private final class DecorView extends FrameLayout implements RootViewSurfaceTaker {
2327 com.android.internal.view.RootViewSurfaceTaker