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

  /frameworks/base/libs/hwui/
LayerCache.cpp 141 uint32_t oldHeight = layer->getHeight();
149 layer->setSize(oldWidth, oldHeight);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 188 Integer oldHeightObject = (Integer) control.getData("oldHeight");
190 control.setData("oldHeight", newHeight);
194 int oldHeight = oldHeightObject.intValue();
195 if (oldWidth == newWidth && oldHeight == newHeight) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 290 String oldHeight = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
295 if (VALUE_MATCH_PARENT.equals(oldHeight) || VALUE_FILL_PARENT.equals(oldHeight)) {
296 height = oldHeight;
  /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());
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 327 int oldHeight = 0;
395 oldHeight = height();
399 if (oldHeight != height())
598 setHeight(oldHeight);
609 int oldHeight = 0;
703 oldHeight = height();
705 if (oldHeight != height())
    [all...]
RenderTextControlSingleLine.cpp 252 int oldHeight = height();
258 bool relayoutChildren = oldHeight != height() || oldWidth != width();
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 244 int oldHeight = getHeight();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 163 int oldHeight = lp.height;
171 lp.height = oldHeight;
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 346 int oldWidth, oldHeight;
347 mParameters.getPreviewSize(&oldWidth, &oldHeight);
398 if ( ( oldWidth != w ) || ( oldHeight != h ) ) {
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 347 final int oldHeight = mDrawableHeight;
351 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
379 final int oldHeight = mDrawableHeight;
383 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
401 final int oldHeight = mDrawableHeight;
405 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
    [all...]
LinearLayout.java 680 int oldHeight = Integer.MIN_VALUE;
687 oldHeight = 0;
699 if (oldHeight != Integer.MIN_VALUE) {
700 lp.height = oldHeight;
    [all...]
ListView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 457 milliseconds