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

  /frameworks/base/libs/hwui/
LayerCache.cpp 141 uint32_t oldHeight = layer->getHeight();
149 layer->setSize(oldWidth, oldHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 283 String oldHeight = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
288 if (VALUE_MATCH_PARENT.equals(oldHeight) || VALUE_FILL_PARENT.equals(oldHeight)) {
289 height = oldHeight;
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 335 int oldHeight = 0;
410 oldHeight = height();
414 if (oldHeight != height())
637 setHeight(oldHeight);
648 int oldHeight = 0;
748 oldHeight = height();
750 if (oldHeight != height())
    [all...]
RenderTextControlSingleLine.cpp 252 int oldHeight = height();
258 bool relayoutChildren = oldHeight != height() || oldWidth != width();
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 645 int oldHeight = Integer.MIN_VALUE;
652 oldHeight = 0;
664 if (oldHeight != Integer.MIN_VALUE) {
665 lp.height = oldHeight;
    [all...]
ImageView.java 357 int oldHeight = mDrawableHeight;
361 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
    [all...]
ListView.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 302 int oldHeight = height();
304 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y());
327 int oldHeight = height();
329 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 244 int oldHeight = getHeight();
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 348 int oldWidth, oldHeight;
349 mParameters.getPreviewSize(&oldWidth, &oldHeight);
386 if ( ( oldWidth != w ) || ( oldHeight != h ) )
    [all...]
  /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 760 milliseconds