Searched refs:son (Results 1 – 1 of 1) sorted by relevance
341 MockViewGroup son = new MockViewGroup(mContext); in testClearDisappearingChildren() local342 son.setAnimation(new MockAnimation()); in testClearDisappearingChildren()343 vg.addView(son); in testClearDisappearingChildren()346 assertNotNull(son.getAnimation()); in testClearDisappearingChildren()350 son.setAnimation(new MockAnimation()); in testClearDisappearingChildren()357 son.setAnimation(new MockAnimation()); in testClearDisappearingChildren()686 MockView son = new MockView(mContext); in testFocusableViewAvailable() local687 vg.addView(son); in testFocusableViewAvailable()689 son.setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS); in testFocusableViewAvailable()690 son.focusableViewAvailable(vg); in testFocusableViewAvailable()[all …]