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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntRectExtent.h 62 void setBottom(int bottom) { m_bottom = bottom; }
102 a.setBottom(a.bottom() + b.bottom());
LayoutBoxExtent.h 53 inline void setBottom(LayoutUnit value) { m_bottom = value; }
  /frameworks/base/core/java/android/view/
DisplayList.java 640 * @see View#setBottom(int)
643 public abstract void setBottom(int bottom);
648 * @see #setBottom(int)
663 * @see View#setBottom(int)
GLES20DisplayList.java 408 public void setBottom(int bottom) {
View.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 66 style->setBottom(animatableValueToLength(value, state));
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 278 v.setBottom(old[1]);
461 v.setBottom(old[1]);
469 v.setBottom(v.getBottom() + delta);
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.h 39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
BasicShapeFunctions.cpp 100 rectangleValue->setBottom(cssValuePool().createValue(rectangle->bottom()));
187 rect->setBottom(convertToLength(state, rectValue->bottom()));
CSSBasicShapes.h 114 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
CSSComputedStyleDeclaration.cpp 447 quad->setBottom(bottom);
499 quad->setBottom(bottom);
    [all...]
CSSParser-in.cpp     [all...]
  /external/proguard/src/proguard/evaluation/
TracedStack.java 94 producerStack.setBottom(index, value);
Stack.java 203 public void setBottom(int index, Value value)
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 153 if (startBottom != endBottom) view.setBottom(startBottom);
204 if (startHeight != endHeight) view.setBottom(endTop +
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 130 m_marginBox.setBottom(minimumValueForLength(style()->marginBottom(), visibleSize, renderView));
RenderBox.h 253 void setMarginBottom(LayoutUnit margin) { m_marginBox.setBottom(margin); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 198 void setBottom(Length bottom) { m_bottom = bottom; }
BasicShapes.cpp 208 result->setBottom(m_bottom.blend(o->bottom(), progress));
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 183 displayList->setBottom(bottom);
  /frameworks/base/libs/hwui/
DisplayList.h 384 void setBottom(int bottom) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 702 public void setBottom(int bottom) {
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 399 mAnimScreen.mContent.setBottom(fromBottom);
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp     [all...]

Completed in 1102 milliseconds

1 2