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

  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewRoot.java 72 View.AttachInfo.Callbacks {
154 final View.AttachInfo mAttachInfo;
272 mAttachInfo = new View.AttachInfo(sWindowSession, mWindow, this, this);
728 final View.AttachInfo attachInfo = mAttachInfo;
756 attachInfo.mSurface = mSurface;
757 attachInfo.mUse32BitDrawingCache = PixelFormat.formatHasAlpha(lp.format) ||
759 attachInfo.mHasWindowFocus = false;
760 attachInfo.mWindowVisibility = viewVisibility;
761 attachInfo.mRecomputeGlobalAttributes = false
    [all...]
ViewGroup.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 58 import android.view.View.AttachInfo;
403 // set the AttachInfo on the root view.
404 AttachInfo info = new AttachInfo(new WindowSession(), new Window(),
    [all...]

Completed in 1706 milliseconds