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

  /frameworks/base/libs/hwui/
Layer.cpp 86 uint32_t oldHeight = getHeight();
96 setSize(oldWidth, oldHeight);
106 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 368 LayoutUnit oldHeight = 0;
436 oldHeight = height();
440 if (oldHeight != height())
648 setHeight(oldHeight);
656 LayoutUnit oldHeight = 0;
757 oldHeight = height();
759 if (oldHeight != height())
    [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 365 final int oldHeight = mDrawableHeight;
369 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
397 final int oldHeight = mDrawableHeight;
401 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
419 final int oldHeight = mDrawableHeight;
423 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 911 milliseconds