Searched defs:addRect (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DDebugOverlayView.java110 void addRect(Rect r, int color) { method in class:DebugOverlayView
141 addRect(new Rect(0, 0, sCornerRectSize, sCornerRectSize), 0xFFff0000);
142 addRect(new Rect(getMeasuredWidth() - sCornerRectSize, getMeasuredHeight() - sCornerRectSize,
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp166 static void addRect(JNIEnv* env, jobject clazz, jlong objHandle, function in class:android::SkPathGlue
170 obj->addRect(left, top, right, bottom, dir);
502 {"native_addRect","(JFFFFI)V", (void*) SkPathGlue::addRect},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java517 public void addRect(RectF rect, Direction dir) { method in class:Path
518 addRect(rect.left, rect.top, rect.right, rect.bottom, dir);
530 public void addRect(float left, float top, float right, float bottom, Direction dir) { method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java331 pathDelegate.addRect(left, top, right, bottom, dir);
809 private void addRect(float left, float top, float right, float bottom, method in class:Path_Delegate

Completed in 187 milliseconds