OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spots
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
PointerController.cpp
91
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
92
delete mLocked.
spots
.itemAt(i);
94
mLocked.
spots
.clear();
262
// Add or move
spots
for fingers that are down.
279
// Remove
spots
for fingers that went up.
280
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
281
Spot* spot = mLocked.
spots
.itemAt(i);
439
// Animate
spots
that are fading out and being removed.
440
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
441
Spot* spot = mLocked.
spots
.itemAt(i)
[
all
...]
PointerController.h
34
* Interface for tracking a mouse / touch pad pointer and touch pad
spots
.
36
* The
spots
are sprites on screen that visually represent the positions of
87
// Show
spots
and a spot anchor in place of the mouse pointer.
94
/* Sets the
spots
for the current gesture.
95
* The
spots
are not subject to the inactivity timeout like the pointer
106
/* Removes all
spots
. */
237
Vector<Spot*>
spots
;
member in struct:android::PointerController::Locked
Completed in 29 milliseconds