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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 138 clippedRect.setLocation(regionLocation + (clippedRect.location() - flippedFlowThreadPortionRect.location()));
RenderSliderContainer.cpp 141 thumb->setLocation(thumbLocation);
RenderScrollbarPart.cpp 57 setLocation(LayoutPoint()); // We don't worry about positioning ourselves. We're just determining our minimum width/height.
175 setLocation(rect.location() - toSize(paintOffset));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 106 setLocation(roundedIntPoint(viewportLocation));
  /external/clang/lib/Parse/
ParsePragma.cpp 687 Toks[0].setLocation(VisLoc);
806 Toks[0].setLocation(PackLoc);
849 Toks[0].setLocation(MSStructTok.getLocation());
918 Toks[0].setLocation(FirstTok.getLocation());
    [all...]
ParseTemplate.cpp 318 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
806 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1,
816 Tok.setLocation(RAngleLoc);
    [all...]
  /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) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MotionEventTest.java 79 shadowMotionEvent.setLocation(10.0f, 20.0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 78 public void setLocation(View original) {
  /frameworks/base/services/core/java/com/android/server/location/
MockProvider.java 107 public void setLocation(Location l) {
  /packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java 145 ev.setLocation(y, x);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 131 private void setLocation(Location location) {
238 entry.setLocation(location);
  /external/clang/lib/Lex/
TokenLexer.cpp 465 Tok.setLocation(instLoc);
567 Result.setLocation(ResultTokLoc);
663 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
791 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));
813 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(),
    [all...]
PPMacroExpansion.cpp 352 Identifier.setLocation(Loc);
475 TempToken.setLocation(ArgStartIterator->getLocation());
488 TempToken.setLocation(Loc);
642 EOFTok.setLocation(Tok.getLocation());
703 EOFTok.setLocation(Tok.getLocation());
752 Tok.setLocation(EndLoc);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 202 // Test setLocation out of bound cases
204 muxer.setLocation(BAD_LATITUDE, LONGITUDE);
205 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE
211 muxer.setLocation(LATITUDE, BAD_LONGITUDE);
212 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE
218 muxer.setLocation(LATITUDE, LONGITUDE);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 165 m_tooltip.setLocation(tooltipLocation.x, tooltipLocation.y);
  /frameworks/base/media/java/android/media/
MediaMuxer.java 182 public void setLocation(float latitude, float longitude) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSlider.java 172 mMirrorController.setLocation((View) getParent());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 121 menu.setLocation(location.x, location.y);
TargetMenuListener.java 123 menu.setLocation(location.x, location.y);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 174 mShell.setLocation(location);
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 331 event.setLocation(event.getRawX(), event.getRawY());
344 event.setLocation(oldX, oldY);

Completed in 961 milliseconds

12 3 4 5 6 7 8 91011>>