shouldNotPaint method

bool shouldNotPaint()

Implementation

bool shouldNotPaint() {
  return visibility == gone || visibility == invisible || notLaidOut;
}