Protected Sub onLayout( _ ByVal changed As boolean, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer _ )
protected void onLayout(boolean changed, int left, int top, int right, int bottom)
Note to Inheritors: When overriding onLayout in a derived class, be sure to call the base class's onLayout method.