Searched refs:AttachInfo (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderDrawable.java | 36 import android.view.View.AttachInfo; 84 // set the AttachInfo on the root view. 85 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(),
|
H A D | RenderSessionImpl.java | 66 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 D | BridgeWindow.java | 28 import android.view.View.AttachInfo; 31 * Implementation of {@link IWindow} to pass to the {@link AttachInfo}.
|
/frameworks/base/core/java/android/view/ |
H A D | View.java | 1598 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 D | 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; 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 D | ViewGroup.java | 1121 void dispatchAttachedToWindow(AttachInfo info, int visibility) { 2007 AttachInfo ai = mAttachInfo; 2473 final AttachInfo attachInfo = mAttachInfo;
|
Completed in 388 milliseconds