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

  /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/
LayerCache.cpp 146 uint32_t oldHeight = layer->getHeight();
154 layer->setSize(oldWidth, oldHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 289 String oldHeight = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
294 if (VALUE_MATCH_PARENT.equals(oldHeight) || VALUE_FILL_PARENT.equals(oldHeight)) {
295 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/
LinearLayout.java 666 int oldHeight = Integer.MIN_VALUE;
673 oldHeight = 0;
685 if (oldHeight != Integer.MIN_VALUE) {
686 lp.height = oldHeight;
    [all...]
ImageView.java 396 int oldHeight = mDrawableHeight;
400 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());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 136 int oldHeight = lp.height;
144 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...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 432 milliseconds