Searched refs:offsetBy (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/ui/
H A DRect.h132 Rect& offsetBy(const Point& dp) { function in class:android::Rect
133 return offsetBy(dp.x, dp.y);
136 return offsetBy(rhs.x, rhs.y);
139 return offsetBy(-rhs.x, -rhs.y);
145 offsetBy(dx, dy);
149 Rect& offsetBy(int32_t x, int32_t y);
/frameworks/native/libs/ui/
H A DRect.cpp66 Rect& Rect::offsetBy(int32_t x, int32_t y) function in class:android::Rect

Completed in 1243 milliseconds