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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMath.java 131 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) {
132 if (oldHeight == 0 || oldWidth == 0)
134 return Math.min(newWidth / oldWidth, newHeight / oldHeight);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListView.java 75 void onSizeChanged(int width, int height, int oldWidth, int oldHeight);
ComposeMessageActivity.java     [all...]
  /frameworks/base/libs/hwui/
Layer.cpp 87 uint32_t oldHeight = getHeight();
97 setSize(oldWidth, oldHeight);
107 setSize(oldWidth, oldHeight);
  /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/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) {
  /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...]
  /frameworks/base/core/java/android/widget/
ImageView.java 363 final int oldHeight = mDrawableHeight;
367 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
395 final int oldHeight = mDrawableHeight;
399 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
417 final int oldHeight = mDrawableHeight;
421 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...]
  /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());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 163 int oldHeight = lp.height;
171 lp.height = oldHeight;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 244 int oldHeight = getHeight();
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 346 int oldWidth, oldHeight;
347 mParameters.getPreviewSize(&oldWidth, &oldHeight);
398 if ( ( oldWidth != w ) || ( oldHeight != h ) ) {
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 521 milliseconds

1 2