Searched refs:RootViewSurfaceTaker (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java22 public interface RootViewSurfaceTaker { interface
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java81 import com.android.internal.view.RootViewSurfaceTaker;
464 if (view instanceof RootViewSurfaceTaker) {
466 ((RootViewSurfaceTaker)view).willYouTakeTheSurface();
602 if (view instanceof RootViewSurfaceTaker) {
604 ((RootViewSurfaceTaker)view).willYouTakeTheInputQueue();
1660 if (mView instanceof RootViewSurfaceTaker) {
1661 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY);
2433 if (mView instanceof RootViewSurfaceTaker) {
2434 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY);
6445 ((RootViewSurfaceTaker)mVie
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java28 import com.android.internal.view.RootViewSurfaceTaker;
2166 private final class DecorView extends FrameLayout implements RootViewSurfaceTaker {

Completed in 216 milliseconds