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

1 2

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 388 uint32_t oldHeight = def->format.video.nFrameHeight;
391 if (newWidth != oldWidth || newHeight != oldHeight) {
  /frameworks/base/libs/hwui/
Layer.cpp 135 uint32_t oldHeight = getHeight();
145 setSize(oldWidth, oldHeight);
155 setSize(oldWidth, oldHeight);
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 199 final int oldHeight = view.getHeight();
201 final int deltaHeight = newHeight - oldHeight;
209 view.getLayoutParams().height = (int) (value * deltaHeight + 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/chromium_org/chrome/renderer/resources/extensions/
extension_options.js 154 function(newWidth, newHeight, oldWidth, oldHeight) {
160 oldHeight: oldHeight
163 this.resize(newWidth, newHeight, oldWidth, oldHeight);
176 function(newWidth, newHeight, oldWidth, oldHeight) {
292 this.deferredAutoSizeState.oldHeight);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 473 const uint32_t oldHeight = mHeight;
475 if (mWidth != oldWidth || mHeight != 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 332 LayoutUnit oldHeight = 0;
400 oldHeight = height();
404 if (oldHeight != height())
613 setHeight(oldHeight);
621 LayoutUnit oldHeight = 0;
722 oldHeight = height();
724 if (oldHeight != height())
    [all...]
RenderBlockFlow.cpp 475 LayoutUnit oldHeight = logicalHeight();
480 if (oldHeight > newHeight && !childrenInline()) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 345 int oldHeight = _height;
351 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 261 const int oldHeight = oldSurface.getHeight();
265 const int minHeight = de::min(oldHeight, newHeight);
274 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight;
  /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 392 final int oldHeight = mDrawableHeight;
400 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
427 final int oldHeight = mDrawableHeight;
431 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
449 final int oldHeight = mDrawableHeight;
453 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
    [all...]
LinearLayout.java 707 int oldHeight = Integer.MIN_VALUE;
714 oldHeight = 0;
726 if (oldHeight != Integer.MIN_VALUE) {
727 lp.height = oldHeight;
    [all...]
ListView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 641 int oldHeight = Integer.MIN_VALUE;
648 oldHeight = 0;
660 if (oldHeight != Integer.MIN_VALUE) {
661 lp.height = oldHeight;
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 563 int oldWidth, oldHeight;
564 mParameters.getPreviewSize(&oldWidth, &oldHeight);
565 if ( ( oldWidth != w ) || ( oldHeight != h ) )
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /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/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 762 milliseconds

1 2