HomeSort by relevance Sort by last modified time
    Searched defs:Spot (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java 67 * Spot light.
71 Spot(2),
  /frameworks/base/services/input/
PointerController.h 87 // Show spots and a spot anchor in place of the mouse pointer.
100 * For spotCoords, pressure != 0 indicates that the spot's location is being
186 struct Spot {
195 inline Spot(uint32_t id, const sp<Sprite>& sprite)
237 Vector<Spot*> spots;
254 Spot* getSpotLocked(uint32_t id);
255 Spot* createAndAddSpotLocked(uint32_t id);
256 Spot* removeFirstFadingSpotLocked();
257 void releaseSpotLocked(Spot* spot);
    [all...]

Completed in 955 milliseconds