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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java124 public final class ViewRootImpl implements ViewParent, class in inherits:ViewParent,View.AttachInfo.Callbacks,ThreadedRenderer.DrawCallbacks
126 private static final String TAG = "ViewRootImpl";
195 * sure that all resources are set correctly before updating the ViewRootImpl's internal state.
478 public ViewRootImpl(Context context, Display display) { method in class:ViewRootImpl
3562 // ViewRootImpl. Eventually it will call #updateConfiguration().
7457 private final WeakReference<ViewRootImpl> mViewAncestor;
7460 W(ViewRootImpl viewAncestor) {
7461 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor);
7470 final ViewRootImpl viewAncestor = mViewAncestor.get();
7480 final ViewRootImpl viewAncesto
[all...]

Completed in 143 milliseconds