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

/frameworks/base/core/java/android/view/
H A DViewRoot.java69 public final class ViewRoot extends Handler implements ViewParent, class in inherits:Handler,ViewParent,View.AttachInfo.Callbacks
71 private static final String TAG = "ViewRoot";
230 public ViewRoot(Context context) { method in class:ViewRoot
496 if (Config.LOGV) Log.v("ViewRoot", "Added window " + mWindow);
734 if (DEBUG_ORIENTATION) Log.v("ViewRoot",
798 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v("ViewRoot",
969 "ViewRoot", "Relayout returned: frame=" + frame + ", surface=" + mSurface);
1039 "ViewRoot", "Laying out " + host + " to (" +
1168 Log.v("ViewRoot", "FINISHED DRAWING: " + mWindowAttributes.getTitle());
1327 Log.v("ViewRoot", "Dra
[all...]

Completed in 8 milliseconds