HomeSort by relevance Sort by last modified time
    Searched refs:oldHeight (Results 1 - 15 of 15) 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/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 424 int32_t oldWidth, oldHeight;
426 CHECK(mFormat->findInt32(kKeyHeight, &oldHeight));
428 if (oldWidth != aligned_width || oldHeight != aligned_height) {
  /frameworks/base/core/java/android/widget/
LinearLayout.java 371 int oldHeight = Integer.MIN_VALUE;
378 oldHeight = 0;
390 if (oldHeight != Integer.MIN_VALUE) {
391 lp.height = oldHeight;
590 int oldHeight = lp.height;
595 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 1247 milliseconds