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

  /frameworks/native/libs/ui/
Rect.cpp 64 Rect& Rect::offsetBy(int32_t x, int32_t y) {
  /frameworks/native/include/ui/
Rect.h 131 return offsetBy(rhs.x, rhs.y);
134 return offsetBy(-rhs.x, -rhs.y);
146 Rect& offsetBy(const Point& dp) {
147 return offsetBy(dp.x, dp.y);
151 Rect& offsetBy(int32_t x, int32_t y);
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 437 milliseconds