Briefing Android Knowledge

Which of the following is NOT true about onMeasure() method of class View?

Which of the following is NOT true about onMeasure() method of class View?

A.
It measures the view and its contents to determine the measured width and height.

B.
It is invoked by measure().

C.
When overriding this method, a developer must call setMeasuredDimension().

D.
It takes three parameters: the height, width, and the depth of the view.