HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 326 - 350 of 6243) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
ParticleEditor.java 72 ParticleEffect effect = new ParticleEffect(); field in class:ParticleEditor
110 "Time from beginning of effect to emission start, in milliseconds."));
160 return effect.getEmitters().get(effectPanel.editIndex);
284 .createTitledBorder("Effect Emitters")));
348 effect.setPosition(worldCamera.viewportWidth / 2, worldCamera.viewportHeight / 2);
369 effect.setPosition(worldCamera.viewportWidth / 2, worldCamera.viewportHeight / 2);
387 for (ParticleEmitter emitter : effect.getEmitters()) {
396 if (complete) effect.start();
435 // try to use image in effect directory
473 effect.setPosition(touchPoint.x, touchPoint.y);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 72 // 0; but one side effect of this is to turn all LOGV's as well. Some messages
105 // we define a minimum time during which a global effect is considered enabled.
441 // dump orphan effect chains
443 write(fd, " Orphan Effect Chains\n", strlen(" Orphan Effect Chains\n"));
660 // check if an effect chain with the same session ID is present on another
686 // move effect chain to this output thread if an effect on same session was waiting
2438 sp<EffectModule> effect = ec->mEffects[0]; local
2863 sp<EffectModule> effect = chain->getEffectFromId_l(0); local
    [all...]
  /art/compiler/optimizing/
select_generator.h 37 * Note: In order to recognize no side-effect blocks, this optimization must be
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTestA11yService.java 21 * A stub accessibility service to install for testing UiAutomation's effect on accessibility
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/
base-strings.xml 31 changed from the UI to see the effect of different options.
  /development/host/windows/usb/api/
adb_legacy_interface.h 106 this parameter has no effect on the way endpoint is opened. It's
109 this parameter has no effect on the way endpoint is opened. It's
130 this parameter has no effect on the way endpoint is opened. It's
133 this parameter has no effect on the way endpoint is opened. It's
  /development/samples/HelloEffects/
_index.html 17 <p>This sample shows how to use the <a href="http://developer.android.com/reference/android/media/effect/package-summary.html">Media
  /development/samples/browseable/DrawableTinting/res/values/
base-strings.xml 31 changed from the UI to see the effect of different options.
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
control 17 This test verifies the effect of the EditBookmarksEnabled user policy on
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
control 17 This test verifies the effect of the PopupsAllowedForUrls user policy on
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
control 17 This test verifies the effect of the PopupsBlockedForUrls user policy on
  /external/autotest/client/site_tests/policy_URLWhitelist/
control 17 This test verifies the effect of the URLWhitelist user policy on Chrome OS
  /external/autotest/client/tests/hwclock/
hwclock.py 11 effect in the system.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 38 * or removing objects will effect this.
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
killthread.py 28 # and you should call it again with exc=NULL to revert the effect"""
  /external/clang/include/clang/Basic/
TokenKinds.def 681 // The lexer produces these so that they only take effect when the parser
686 // The lexer produces these so that they only take effect when the parser
691 // The lexer produces these so that they only take effect when the parser
696 // The lexer produces these so that they only take effect when the parser
701 // The lexer produces these so that they only take effect when the parser
706 // The lexer produces these so that they only take effect when the parser
711 // The lexer produces these so that they only take effect when the parser
716 // The lexer produces these so that they only take effect when the parser
721 // The lexer produces these so that they only take effect when the parser
726 // The lexer produces these so that they only take effect when the parse
    [all...]
  /external/clang/test/PCH/
pragma-optimize.c 11 // The check then makes sure that the pragma is in effect in the file that
  /external/clang/test/Parser/
cxx-reference.cpp 15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') has no effect}}
ms-inline-asm.c 3 // Disabling gnu inline assembly should have no effect on this testcase
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 36 // Volatile stores aren't side-effect free.
  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 22 // above call has a side effect: it works around:
  /external/droiddriver/src/io/appium/droiddriver/helpers/
SingleRun.java 24 * a class effect.
  /external/elfutils/libelf/
elf_scnshndx.c 42 /* We do not have the value yet. We get it as a side effect of
  /external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.h 61 * @param isKashidaLike Kashida like (vs Split Vowel like). No effect currently.
  /external/iptables/extensions/
libxt_MASQUERADE.man 9 effect that connections are

Completed in 1144 milliseconds

<<11121314151617181920>>