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

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 339 int oldHeight = 0;
411 oldHeight = height();
415 if (oldHeight != height())
639 setHeight(oldHeight);
650 int oldHeight = 0;
    [all...]
RenderSVGRoot.cpp 92 int oldHeight = height();
102 layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || height() != oldHeight)));
RenderBox.cpp     [all...]
RenderTextControlSingleLine.cpp 196 int oldHeight = height();
206 bool relayoutChildren = oldHeight != height() || oldWidth != width();
RenderBlock.cpp 768 int oldHeight = height();
770 if (oldHeight != height()) {
771 if (oldHeight > height() && maxFloatBottom > height() && !childrenInline()) {
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 366 int oldHeight = Integer.MIN_VALUE;
373 oldHeight = 0;
385 if (oldHeight != Integer.MIN_VALUE) {
386 lp.height = oldHeight;
585 int oldHeight = lp.height;
590 lp.height = oldHeight;
    [all...]
ListView.java     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 244 int oldHeight = getHeight();
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 320 milliseconds