Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1035 MockViewGroup father = new MockViewGroup(mContext); in testOnAnimationEnd() local
1040 father.addView(son); in testOnAnimationEnd()
1043 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationEnd()
1065 MockViewGroup father = new MockViewGroup(mContext); in testOnAnimationStart() local
1068 father.addView(son); in testOnAnimationStart()
1072 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationStart()
1079 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationStart()
1135 MockViewGroup father = new MockViewGroup(mContext); in testRemoveAllViewsInLayout() local
1139 assertEquals(0, father.getChildCount()); in testRemoveAllViewsInLayout()
1142 father.addView(son); in testRemoveAllViewsInLayout()
[all …]
/cts/tests/tests/app/src/android/app/cts/
DTabActivityTest.java91 final MockTabActivity father = new MockTabActivity(); in testChildTitleCallback() local
96 father, null, null); in testChildTitleCallback()
101 assertTrue(father.isOnChildTitleChangedCalled); in testChildTitleCallback()
DInstrumentationTest.java391 Activity father = new Activity(); in testNewActivity() local
396 InstrumentationTestActivity.class.getName(), father, null, null); in testNewActivity()
398 assertEquals(father, activity.getParent()); in testNewActivity()