Searched refs:AttachInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java36 import android.view.View.AttachInfo;
84 // set the AttachInfo on the root view.
85 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(),
H A DRenderSessionImpl.java66 import android.view.View.AttachInfo;
284 // set the AttachInfo on the root view.
285 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(),
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java28 import android.view.View.AttachInfo;
31 * Implementation of {@link IWindow} to pass to the {@link AttachInfo}.
/frameworks/base/core/java/android/view/
H A DView.java1598 AttachInfo mAttachInfo;
4136 AttachInfo ai = mAttachInfo;
4733 final AttachInfo ai = mAttachInfo;
5218 final AttachInfo ai = mAttachInfo;
5249 final AttachInfo ai = mAttachInfo;
5273 final AttachInfo ai = mAttachInfo;
5449 // We try only with the AttachInfo because there's no point in invalidating
5453 msg.what = AttachInfo.INVALIDATE_MSG;
5473 // We try only with the AttachInfo because there's no point in invalidating
5476 final AttachInfo
9224 static class AttachInfo { class in class:View
9460 AttachInfo(IWindowSession session, IWindow window, method in class:View.AttachInfo
[all...]
H A DViewRoot.java72 View.AttachInfo.Callbacks {
154 final View.AttachInfo mAttachInfo;
272 mAttachInfo = new View.AttachInfo(sWindowSession, mWindow, this, this);
728 final View.AttachInfo attachInfo = mAttachInfo;
1561 final View.AttachInfo attachInfo = mAttachInfo;
1846 case View.AttachInfo.INVALIDATE_MSG:
1849 case View.AttachInfo.INVALIDATE_RECT_MSG:
1850 final View.AttachInfo.InvalidateInfo info = (View.AttachInfo.InvalidateInfo) msg.obj;
H A DViewGroup.java1121 void dispatchAttachedToWindow(AttachInfo info, int visibility) {
2007 AttachInfo ai = mAttachInfo;
2473 final AttachInfo attachInfo = mAttachInfo;

Completed in 388 milliseconds