Searched refs:bounds (Results 1 – 1 of 1) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyScene.java | 230 Rectangle bounds = getBounds(); in paintBackground() local 237 g2.setPaint(new GradientPaint(bounds.x, bounds.y, in paintBackground() 238 focusGradient.getColor1(), bounds.x, bounds.x + bounds.height, in paintBackground() 242 g2.setPaint(new GradientPaint(bounds.x, bounds.y, filteredGradient.getColor1(), in paintBackground() 243 bounds.x, bounds.x + bounds.height, filteredGradient.getColor2())); in paintBackground() 246 g2.setPaint(new GradientPaint(bounds.x, bounds.y, selectedGradient.getColor1(), in paintBackground() 247 bounds.x, bounds.x + bounds.height, selectedGradient.getColor2())); in paintBackground() 249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()
|