OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBoundsLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/input/
PointerController.cpp
122
return
getBoundsLocked
(outMinX, outMinY, outMaxX, outMaxY);
125
bool PointerController::
getBoundsLocked
(float* outMinX, float* outMinY,
188
if (
getBoundsLocked
(&minX, &minY, &maxX, &maxY)) {
368
if (
getBoundsLocked
(&minX, &minY, &maxX, &maxY)) {
PointerController.h
187
bool
getBoundsLocked
(float* outMinX, float* outMinY, float* outMaxX, float* outMaxY) const;
Completed in 2939 milliseconds