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

  /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...]
PointerController.cpp 45 // Time to spend fading out the spot completely.
251 ALOGD(" spot %d: position=(%0.3f, %0.3f), pressure=%0.3f", id,
271 Spot* spot = getSpotLocked(id); local
272 if (!spot) {
273 spot = createAndAddSpotLocked(id);
276 spot->updateSprite(&icon, x, y);
281 Spot* spot = mLocked.spots.itemAt(i); local
282 if (spot->id != Spot::INVALID_I
441 Spot* spot = mLocked.spots.itemAt(i); local
508 Spot* spot = mLocked.spots.itemAt(i); local
519 Spot* spot = removeFirstFadingSpotLocked(); local
537 Spot* spot = new Spot(id, sprite); local
544 Spot* spot = mLocked.spots.itemAt(i); local
572 Spot* spot = mLocked.spots.itemAt(i); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java 67 * Spot light.
71 Spot(2),
SpotLight.java 42 * Represents a spot light.
43 * A spot light emmit a cone of light from a position and in a direction.
46 * In addition to a position and a direction, spot lights also have a range which
49 * Also the angle of the cone can be tweaked by changing the spot inner angle and the spot outer angle.
50 * the spot inner angle determin the cone of light where light has full influence.
51 * the spot outer angle determin the cone global cone of light of the spot light.
89 return Type.Spot;
139 * @return the inverse of the spot rang
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 635 * // 2 = Spot. <br/>
686 case Spot:
775 case Spot:
785 //We transform the spot directoin in view space here to save 5 varying later in the lighting shader
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 575 case Spot:
    [all...]
  /external/llvm/test/MC/ARM/
neon-vst-encoding.s 248 @ Spot-check additional size-suffix aliases.
neon-vld-encoding.s 464 @ Spot-check additional size-suffix aliases.

Completed in 443 milliseconds