Searched refs:grad (Results 1 – 1 of 1) sorted by relevance
92 final GradientDrawable grad = new GradientDrawable(GradientDrawable.Orientation.TL_BR, in createTestBitmap() local95 grad.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createTestBitmap()96 grad.draw(canvas); in createTestBitmap()