Home | History | Annotate | Download | only in input

Lines Matching defs:Spot

122     struct Spot {
131 inline Spot(uint32_t id, const sp<Sprite>& sprite)
184 Vector<Spot*> spots;
204 Spot* getSpotLocked(uint32_t id);
205 Spot* createAndAddSpotLocked(uint32_t id);
206 Spot* removeFirstFadingSpotLocked();
207 void releaseSpotLocked(Spot* spot);
208 void fadeOutAndReleaseSpotLocked(Spot* spot);