HomeSort by relevance Sort by last modified time
    Searched refs:offsetBy (Results 1 - 6 of 6) sorted by null

  /frameworks/base/include/ui/
Rect.h 124 Rect& offsetBy(const Point& dp) {
125 return offsetBy(dp.x, dp.y);
128 return offsetBy(rhs.x, rhs.y);
131 return offsetBy(-rhs.x, -rhs.y);
137 offsetBy(dx, dy);
141 Rect& offsetBy(int32_t x, int32_t y);
  /sdk/rule_api/src/com/android/ide/common/api/
Point.java 55 public Point offsetBy(int x, int y) {
Rect.java 103 public Rect offsetBy(int x, int y) {
  /frameworks/base/libs/ui/
Rect.cpp 65 Rect& Rect::offsetBy(int32_t x, int32_t y)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
PointTest.java 79 Point p2 = p.offsetBy(3, 4);
RectTest.java 168 Rect r2 = r.offsetBy(100, 200);

Completed in 312 milliseconds