Searched defs:getDrawingRect (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java54 public void getDrawingRect(Rect outRect) { method in class:DismissViewButton
55 super.getDrawingRect(outRect);
H A DExpandableView.java297 public void getDrawingRect(Rect outRect) { method in class:ExpandableView
298 super.getDrawingRect(outRect);
/frameworks/base/core/java/android/view/
H A DView.java6787 getDrawingRect(bounds);
9625 getDrawingRect(r);
11719 public void getDrawingRect(Rect outRect) { method in class:View
13056 * By default, the rectangle is the {@link #getDrawingRect(android.graphics.Rect)})
13064 getDrawingRect(r);

Completed in 122 milliseconds