HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 76 - 100 of 1543) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
input.h 78 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
79 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
674 * Values describing the status of an effect
687 __u16 length; /* Duration of an effect in ms. All other times are also expressed in ms */
688 __u16 delay; /* Time to wait before to start playing an effect */
692 __u16 button; /* Number of button triggering an effect */
693 __u16 interval; /* Time to wait before an effect can be re-triggered (ms) */
705 __s16 level; /* Strength of effect. Negative values are OK */
762 /* Following field denotes the unique id assigned to an effect.
763 * If user sets if to -1, a new effect is created, and its id is returned in the same fiel
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Field.java 220 * the effect of {@code object.fieldName}
252 * boolean}. This reproduces the effect of {@code object.fieldName}
281 * This reproduces the effect of {@code object.fieldName}
309 * This reproduces the effect of {@code object.fieldName}
347 * double}. This reproduces the effect of {@code object.fieldName}
375 * . This reproduces the effect of {@code object.fieldName}
403 * This reproduces the effect of {@code object.fieldName}
431 * This reproduces the effect of {@code object.fieldName}
483 * . This reproduces the effect of {@code object.fieldName}
553 * reproduces the effect of {@code object.fieldName = value
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 175 DWORD effect = DROPEFFECT_NONE; local
181 hr = uiPrivate->doDragDrop(m_webView, dataObject.get(), source.get(), okEffect, &effect);
184 hr = DoDragDrop(dataObject.get(), source.get(), okEffect, &effect);
188 if (effect & DROPEFFECT_COPY)
190 else if (effect & DROPEFFECT_LINK)
192 else if (effect & DROPEFFECT_MOVE)
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 54 // outer effect is applied to every segment of the inner effect
DashPathEffectTest.java 56 PathEffect effect = new DashPathEffect(PATTERN, OFFSET); local
68 paint.setPathEffect(effect);
DiscretePathEffectTest.java 52 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); local
58 paint.setPathEffect(effect);
PathDashPathEffectTest.java 52 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0, local
56 p.setPathEffect(effect);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue02.java 66 newNode.setNodeValue("This should have an effect");
68 assertEquals("afterChange", "This should have an effect", newValue);
nodeentitysetnodevalue.java 32 * Entity Node is always null and "setNodeValue" should have no effect.
71 entityNode.setNodeValue("This should have no effect");
nodevalue02.java 66 newNode.setNodeValue("This should have an effect");
68 assertEquals("afterChange", "This should have an effect", newValue);
nodevalue09.java 66 newNode.setNodeValue("This should have an effect");
68 assertEquals("after", "This should have an effect", newValue);
  /external/icu4c/common/
umutex.h 114 * Initialization of an already initialized mutex has no effect, and is safe to do.
124 * Destroying an already destroyed mutex has no effect, and causes no problems.
  /external/kernel-headers/original/asm-generic/bitops/
non-atomic.h 15 * If it's called on the same region of memory simultaneously, the effect
40 * If it's called on the same region of memory simultaneously, the effect
  /external/skia/include/core/
SkColorFilter.h 63 mode will have no effect on the result).
68 or NULL if the mode will have no effect.
SkPathEffect.h 79 /** Construct a pathEffect whose effect is to apply first the inner pathEffect
115 /** Construct a pathEffect whose effect is to apply two effects, in sequence.
  /external/webkit/WebCore/html/
HTMLFrameElement.cpp 88 // FIXME: If we are already attached, this has no effect.
91 // FIXME: If we are already attached, this has no effect.
  /external/webkit/WebCore/svg/
SVGFECompositeElement.cpp 113 RefPtr<FilterEffect> effect = FEComposite::create(input1, input2, static_cast<CompositeOperationType>(_operator()),
115 filterResource->addFilterEffect(this, effect.release());
SVGFEDiffuseLightingElement.cpp 106 RefPtr<FilterEffect> effect = FEDiffuseLighting::create(input1, color, surfaceScale(), diffuseConstant(), local
108 filterResource->addFilterEffect(this, effect.release());
SVGFEDisplacementMapElement.cpp 106 RefPtr<FilterEffect> effect = FEDisplacementMap::create(input1, input2, static_cast<ChannelSelectorType>(xChannelSelector()),
108 filterResource->addFilterEffect(this, effect.release());
SVGFEImageElement.cpp 131 RefPtr<FilterEffect> effect = FEImage::create(m_targetImage ? m_targetImage->image() : m_cachedImage->image(), preserveAspectRatio()); local
132 filterResource->addFilterEffect(this, effect.release());
SVGFESpecularLightingElement.cpp 123 RefPtr<FilterEffect> effect = FESpecularLighting::create(input1, color, surfaceScale(), specularConstant(), local
125 filterResource->addFilterEffect(this, effect.release());
SVGFilterPrimitiveStandardAttributes.cpp 43 // Spec: If the x/y attribute is not specified, the effect is as if a value of "0%" were specified.
44 // Spec: If the width/height attribute is not specified, the effect is as if a value of "100%" were specified.
  /frameworks/base/core/java/android/view/animation/
Transformation.java 30 * Indicates a transformation that has no effect (alpha = 1 and identity matrix.)
106 * a scale effect to something that has already been rotated.
  /dalvik/vm/alloc/
Heap.h 40 * a side-effect.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TranslucentBlurActivity.java 33 * compositing effect.</p>

Completed in 133 milliseconds

1 2 34 5 6 7 8 91011>>