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

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowCamera.java 64 lightCam.setLocation(Vector3f.ZERO);
70 lightCam.setLocation(pl.getPosition());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp 51 frame->setLocation(locationValue);
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 52 virtual void setLocation(const WebRect&) = 0;
55 // 800x10000 pixels and the viewport is 1000x1000 pixels, then setLocation
  /external/chromium_org/third_party/WebKit/Source/core/page/
Location.cpp 152 setLocation(url, activeWindow, firstWindow);
164 setLocation(url.string(), activeWindow, firstWindow);
173 setLocation(url.string(), activeWindow, firstWindow);
182 setLocation(url.string(), activeWindow, firstWindow);
195 setLocation(url.string(), activeWindow, firstWindow);
204 setLocation(url.string(), activeWindow, firstWindow);
213 setLocation(url.string(), activeWindow, firstWindow);
231 setLocation(url.string(), activeWindow, firstWindow);
238 setLocation(url, activeWindow, firstWindow);
245 // Note: We call DOMWindow::setLocation directly here because replace() always operates on the current frame
    [all...]
Location.h 80 void setLocation(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
  /external/javassist/sample/rmi/
AlertDialog.java 12 setLocation(100, 100);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 67 public void setLocation(int location){
  /external/jmonkeyengine/engine/src/test/jme3test/renderer/
TestMultiViews.java 65 cam.setLocation(new Vector3f(3.3212643f, 4.484704f, 4.2812433f));
71 cam2.setLocation(new Vector3f(-0.10947256f, 1.5760219f, 4.81758f));
81 cam3.setLocation(new Vector3f(0.2846221f, 6.4271426f, 0.23380789f));
91 cam4.setLocation(new Vector3f(4.775564f, 1.4548365f, 0.11491505f));
  /frameworks/base/core/java/android/view/
TouchDelegate.java 142 event.setLocation(delegateView.getWidth() / 2, delegateView.getHeight() / 2);
147 event.setLocation(-(slop * 2), -(slop * 2));
  /external/proguard/src/proguard/ant/
ClassPathElement.java 137 * @deprecated Use {@link #setLocation(File)} instead.
141 setLocation(file);
146 * @deprecated Use {@link #setLocation(File)} instead.
150 setLocation(file);
155 * @deprecated Use {@link #setLocation(File)} instead.
159 setLocation(file);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 35 void setLocation(const String&);
HTMLFrameElementBase.cpp 103 setLocation("about:srcdoc");
105 setLocation(stripLeadingAndTrailingHTMLSpaces(value));
193 void HTMLFrameElementBase::setLocation(const String& str)
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestSphere.java 61 cam.setLocation(new Vector3f(0, 5, 0));
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
  /frameworks/base/graphics/java/android/graphics/
Camera.java 107 * @see #setLocation(float, float, float)
114 * @see #setLocation(float, float, float)
121 * @see #setLocation(float, float, float)
133 public native void setLocation(float x, float y, float z);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiViewsFilters.java 73 cam.setLocation(new Vector3f(3.3212643f, 4.484704f, 4.2812433f));
79 cam2.setLocation(new Vector3f(-0.10947256f, 1.5760219f, 4.81758f));
90 cam3.setLocation(new Vector3f(0.2846221f, 6.4271426f, 0.23380789f));
103 cam4.setLocation(new Vector3f(4.775564f, 1.4548365f, 0.11491505f));
120 cam5.setLocation(new Vector3f(0.2846221f, 6.4271426f, 0.23380789f));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 87 controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop()));
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Listener.java 97 public void setLocation(Vector3f location) {
  /external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestTriangleStrip.java 71 cam.setLocation(new Vector3f(8.378951f, 5.4324f, 8.795956f));
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestLodStress.java 86 cam.setLocation(new Vector3f(8.378951f, 5.4324f, 8.795956f));
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 52 cam.setLocation(new Vector3f(4.7444625f, 5.160054f, 13.1939f));
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 89 status_t setLocation(int latitude, int longitude);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Widget.cpp 158 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location()));
168 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location()));
  /external/clang/include/clang/Lex/
Token.h 117 void setLocation(SourceLocation L) { Loc = L; }
142 setLocation(R.getBegin());

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>