Searched refs:inflatedView (Results 1 – 2 of 2) sorted by relevance
44 View inflatedView = viewStub.inflate(); in inflate_shouldReplaceOriginalWithLayout() local45 assertNotNull(inflatedView); in inflate_shouldReplaceOriginalWithLayout()46 assertSame(inflatedView, root.findViewById(inflatedId)); in inflate_shouldReplaceOriginalWithLayout()50 assertEquals(1, root.indexOfChild(inflatedView)); in inflate_shouldReplaceOriginalWithLayout()
34 private View inflatedView; field in ShadowDialog111 if (inflatedView == null) { in clickOnText()112 inflatedView = LayoutInflater.from(context).inflate(layoutId, null); in clickOnText()115 if (!clickOnText(inflatedView, text)) { in clickOnText()121 if (!clickOnText(inflatedView, text)) { in clickOnText()