Searched refs:drawChild (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 628 assertFalse(vg.drawChild(canvas, textView, 100)); in testDrawChild() 1043 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationEnd() 1072 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationStart() 1079 assertFalse(father.drawChild(canvas, son, 100)); in testOnAnimationStart() 1384 vg.drawChild(canvas, textView, 100); in testSetClipChildren() 1659 vg.drawChild(canvas, textView, 100); in testDispatchKeyEventPreIme() 1663 vg.drawChild(canvas, textView, 100); in testDispatchKeyEventPreIme() 2122 public boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in ViewGroupTest.MockViewGroup 2124 return super.drawChild(canvas, child, drawingTime); in drawChild()
|