HomeSort by relevance Sort by last modified time
    Searched refs:setLocation (Results 26 - 50 of 281) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToTexture.java 80 offCamera.setLocation(new Vector3f(0f, 0f, -5f));
109 cam.setLocation(new Vector3f(3, 3, 3));
TestSSAO.java 57 cam.setLocation(new Vector3f(68.45442f, 8.235511f, 7.9676695f));
TestCartoonEdge.java 115 cam.setLocation(new Vector3f(-5.6310086f, 5.0892987f, -13.000479f));
TestLightScattering.java 64 cam.setLocation(new Vector3f(55.35316f, -0.27061665f, 27.092093f));
67 // cam.setLocation(new Vector3f(0, 300, -500));
TestTransparentSSAO.java 25 cam.setLocation(new Vector3f(0.14914267f, 0.58147097f, 4.7686534f));
28 // cam.setLocation(new Vector3f(2.0606942f, 3.20342f, 6.7860126f));
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 79 virtual void setLocation(const WebRect&) OVERRIDE;
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 98 task.setLocation (getLocation ());
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 80 listener.setLocation(cam.getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestBlenderAnim.java 59 cam.setLocation(new Vector3f(6.4013605f, 7.488437f, 12.843031f));
TestBlenderObjectAnim.java 59 cam.setLocation(new Vector3f(6.4013605f, 7.488437f, 12.843031f));
TestOgreAnim.java 63 cam.setLocation(new Vector3f(6.4013605f, 7.488437f, 12.843031f));
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestBatchLod.java 85 cam.setLocation(new Vector3f(-1.0748308f, 1.35778f, -1.5380064f));
TestLeakingGL.java 70 cam.setLocation(new Vector3f(0, 5, 0));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 105 me.setLocation(translatedX, translatedY);
  /external/clang/lib/Parse/
ParsePragma.cpp 236 Toks[0].setLocation(VisLoc);
355 Toks[0].setLocation(PackLoc);
398 Toks[0].setLocation(MSStructTok.getLocation());
467 Toks[0].setLocation(FirstTok.getLocation());
560 pragmaUnusedTok.setLocation(UnusedLoc);
610 pragmaUnusedTok.setLocation(WeakLoc);
622 pragmaUnusedTok.setLocation(WeakLoc);
667 pragmaRedefTok.setLocation(RedefLoc);
689 Toks[0].setLocation(Tok.getLocation());
746 Toks[0].setLocation(NameLoc)
    [all...]
  /external/clang/include/clang/AST/
Comment.h 168 void setLocation(SourceLocation L) {
379 setLocation(TagNameBegin);
550 setLocation(Content.front()->getLocStart());
605 setLocation(getCommandNameBeginLoc());
617 setLocation(getCommandNameBeginLoc());
1089 setLocation(Blocks.front()->getLocStart());
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 198 // Test setLocation out of bound cases
200 muxer.setLocation(BAD_LATITUDE, LONGITUDE);
201 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE
207 muxer.setLocation(LATITUDE, BAD_LONGITUDE);
208 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE
214 muxer.setLocation(LATITUDE, LONGITUDE);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
CameraControl.java 112 camera.setLocation(spatial.getWorldTranslation());
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestAwtPanels.java 42 frame.setLocation(location, Toolkit.getDefaultToolkit().getScreenSize().height - 400);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestShadow.java 73 cam.setLocation(new Vector3f(0.7804813f, 1.7502685f, -2.1556435f));
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestDebugShapes.java 83 cam.setLocation(new Vector3f(2,1.5f,2));
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestPostWaterLake.java 61 cam.setLocation(new Vector3f(-27.0f, 1.0f, 75.0f));
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 209 frame.setLocation((screenSize.width - frameSize.width) / 2,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMotionEvent.java 135 public final void setLocation(float x, float y) {

Completed in 743 milliseconds

12 3 4 5 6 7 8 91011>>