Briefing Android Knowledge

Method onDraw() of class android.view.View has the following signature:

Method onDraw() of class android.view.View has the following signature:

A.
public void onDraw(Color)

B.
public void onDraw(Canvas)

C.
public boolean onDraw(Canvas)

D.
public Canvas onDraw()