Searched refs:childBg (Results 1 – 1 of 1) sorted by relevance
78 final Drawable childBg = child.getBackground(); in draw() local82 if (childBg == null && child instanceof ViewGroup && in draw()86 } else if (child.getVisibility() != View.VISIBLE || !isOpaque(childBg)) { in draw()163 private boolean isOpaque(Drawable childBg) { in isOpaque() argument164 return childBg != null && childBg.getOpacity() == PixelFormat.OPAQUE; in isOpaque()