Searched refs:drawableBounds (Results 1 – 2 of 2) sorted by relevance
187 Rect drawableBounds = drawable.getBounds(); in assertAllPixelsOfColor() local188 canvas.translate(-drawableBounds.left, -drawableBounds.top); in assertAllPixelsOfColor()
369 final Rect drawableBounds = new Rect(windowMetrics.getBounds()); in canShowBranding() local370 final int leftHeight = (drawableBounds.height() - iconHeight) / 2; in canShowBranding()