Searched defs:drawChild (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java476 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:AppWidgetHostView
486 Log.d(TAG, "drawChild alpha=" + alpha + " l=" + l + " t=" + t
497 boolean rv = super.drawChild(canvas, child, drawingTime);
510 return super.drawChild(canvas, child, drawingTime);
/frameworks/base/core/java/android/widget/
H A DListView.java3287 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:ListView
3288 boolean more = super.drawChild(canvas, child, drawingTime);
/frameworks/base/core/java/android/view/
H A DViewGroup.java201 // When set, dispatchDraw() will invoke invalidate(); this is set by drawChild() when
227 // When set, the next call to drawChild() will clear mChildTransformation's matrix
256 // When the previous drawChild() invocation used an alpha value that was lower than
999 // and don't need special handling during drawChild()
2797 more |= drawChild(canvas, child, drawingTime);
2804 more |= drawChild(canvas, child, drawingTime);
2816 more |= drawChild(canvas, child, drawingTime);
2828 // mGroupFlags might have been updated by drawChild()
2839 // drawChild() after the animation is over
2927 protected boolean drawChild(Canva method in class:ViewGroup
[all...]

Completed in 89 milliseconds