OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetBy
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/libs/ui/
Rect.cpp
66
Rect& Rect::
offsetBy
(int32_t x, int32_t y)
/frameworks/native/include/ui/
Rect.h
132
Rect&
offsetBy
(const Point& dp) {
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);
/prebuilts/devtools/tools/lib/
rule-api.jar
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 553 milliseconds