checkLayoutParams
Determines the validity of the supplied LayoutParams object.
This should check to make sure that the object is of the correct type and all values are within acceptable ranges. The default implementation returns true
for non-null params.
Return
true if this LayoutParams object is valid, false otherwise
Parameters
lp
LayoutParams object to check