HomeSort by relevance Sort by last modified time
    Searched refs:RootViewSurfaceTaker (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/view/
RootViewSurfaceTaker.java 7 public interface RootViewSurfaceTaker {
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 81 import com.android.internal.view.RootViewSurfaceTaker;
464 if (view instanceof RootViewSurfaceTaker) {
466 ((RootViewSurfaceTaker)view).willYouTakeTheSurface();
598 if (view instanceof RootViewSurfaceTaker) {
600 ((RootViewSurfaceTaker)view).willYouTakeTheInputQueue();
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 28 import com.android.internal.view.RootViewSurfaceTaker;
    [all...]

Completed in 3205 milliseconds