Searched refs:childBg (Results 1 – 1 of 1) sorted by relevance
66 final Drawable childBg = child.getBackground(); in draw() local70 if (childBg == null && child instanceof ViewGroup && in draw()74 } else if (child.getVisibility() != View.VISIBLE || childBg == null || in draw()75 childBg.getOpacity() != PixelFormat.OPAQUE) { in draw()