Home
last modified time | relevance | path

Searched refs:getAttachInfo (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java493 return getAttachInfo() != null; in isAttachedToWindow()
496 private Object getAttachInfo() { in getAttachInfo() method in ShadowView
564 Object attachInfo = shadowView.getAttachInfo(); in getWindowId()