Searched refs:AttachInfo_Accessor (Results 1 – 4 of 4) sorted by relevance
34 import android.view.AttachInfo_Accessor;118 AttachInfo_Accessor.setAttachInfo(content); in renderImage()150 AttachInfo_Accessor.dispatchOnPreDraw(content); in renderImage()167 AttachInfo_Accessor.detachFromWindow(content); in renderImage()
63 import android.view.AttachInfo_Accessor;332 AttachInfo_Accessor.setAttachInfo(mViewRoot); in inflate()400 AttachInfo_Accessor.dispatchOnPreDraw(viewRoot); in renderAndBuildResult()1172 AttachInfo_Accessor.detachFromWindow(mViewRoot); in dispose()
46 import android.view.AttachInfo_Accessor;383 ViewRootImpl root = AttachInfo_Accessor.getRootView(this); in requestFitSystemWindows()
28 public class AttachInfo_Accessor { class