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/services/input/
PointerController.cpp
102
return
getBoundsLocked
(outMinX, outMinY, outMaxX, outMaxY);
105
bool PointerController::
getBoundsLocked
(float* outMinX, float* outMinY,
168
if (
getBoundsLocked
(&minX, &minY, &maxX, &maxY)) {
326
if (
getBoundsLocked
(&minX, &minY, &maxX, &maxY)) {
PointerController.h
241
bool
getBoundsLocked
(float* outMinX, float* outMinY, float* outMaxX, float* outMaxY) const;
Completed in 35 milliseconds