HomeSort by relevance Sort by last modified time
    Searched refs:newLeft (Results 1 - 10 of 10) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Rect.java 273 * @param newLeft The new "left" coordinate for the rectangle
276 public void offsetTo(int newLeft, int newTop) {
277 right += newLeft - left;
279 left = newLeft;
RectF.java 192 * @param newLeft The new "left" coordinate for the rectangle
195 public void offsetTo(float newLeft, float newTop) {
196 right += newLeft - left;
198 left = newLeft;
  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 345 int newLeft = block()->leftOffset(selectionTop, !prevRootBox());
347 if (prevLeft > newLeft || prevRight < newRight)
RenderTextControlSingleLine.cpp 814 void RenderTextControlSingleLine::setScrollLeft(int newLeft)
817 innerTextElement()->setScrollLeft(newLeft);
RenderBox.cpp 293 void RenderBox::setScrollLeft(int newLeft)
296 layer()->scrollToXOffset(newLeft);
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp 395 void Element::setScrollLeft(int newLeft)
399 rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));
    [all...]
Document.cpp     [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 176 milliseconds