Searched defs:ViewRootImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java132 public final class ViewRootImpl implements ViewParent, class in inherits:ViewParent,View.AttachInfo.Callbacks,ThreadedRenderer.DrawCallbacks
134 private static final String TAG = "ViewRootImpl";
206 * sure that all resources are set correctly before updating the ViewRootImpl's internal state.
504 public ViewRootImpl(Context context, Display display) { method in class:ViewRootImpl
3899 // ViewRootImpl. Eventually it will call #updateConfiguration().
7908 private final WeakReference<ViewRootImpl> mViewAncestor;
7911 W(ViewRootImpl viewAncestor) {
7912 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor);
7922 final ViewRootImpl viewAncestor = mViewAncestor.get();
7932 final ViewRootImpl viewAncesto
[all...]

Completed in 177 milliseconds