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

/frameworks/native/libs/ui/
H A DRect.cpp64 Rect& Rect::offsetBy(int32_t x, int32_t y) { function in class:android::Rect
/frameworks/native/include/ui/
H A DRect.h132 return offsetBy(rhs.x, rhs.y);
135 return offsetBy(-rhs.x, -rhs.y);
147 Rect& offsetBy(const Point& dp) { function in class:android::Rect
148 return offsetBy(dp.x, dp.y);
152 Rect& offsetBy(int32_t x, int32_t y);

Completed in 169 milliseconds