Searched refs:son1 (Results 1 – 1 of 1) sorted by relevance
1154 MockViewGroup son1 = new MockViewGroup(mContext); in testRemoveDetachedView() local1158 father.addView(son1); in testRemoveDetachedView()1161 father.removeDetachedView(son1, false); in testRemoveDetachedView()1163 assertSame(son1, listener.sChild); in testRemoveDetachedView()1232 MockViewGroup son1 = new MockViewGroup(mContext); in testRemoveViews() local1237 father.addView(son1); in testRemoveViews()1243 assertNull(son1.getParent()); in testRemoveViews()1252 MockViewGroup son1 = new MockViewGroup(mContext); in testRemoveViewsInLayout() local1257 father.addView(son1); in testRemoveViewsInLayout()1263 assertNull(son1.getParent()); in testRemoveViewsInLayout()[all …]