Home
last modified time | relevance | path

Searched defs:oldHeight (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/frameworks/base/libs/hwui/
DLayer.cpp119 uint32_t oldHeight = getHeight(); in resize() local
/frameworks/base/core/java/android/widget/
DImageView.java414 final int oldHeight = mDrawableHeight; in setImageResource() local
449 final int oldHeight = mDrawableHeight; in setImageURI() local
472 final int oldHeight = mDrawableHeight; in setImageDrawable() local
DLinearLayout.java733 int oldHeight = Integer.MIN_VALUE; in measureVertical() local
990 int oldHeight = lp.height; in forceUniformWidth() local
DListView.java2676 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp414 uint32_t oldHeight = def->format.video.nFrameHeight; in internalSetParameter() local
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp461 const uint32_t oldHeight = mHeight; in internalSetParameter() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java641 int oldHeight = Integer.MIN_VALUE; in measureVertical() local
900 int oldHeight = lp.height; in forceUniformWidth() local
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1184 final int oldHeight = holder.row.getLayoutParams().height; in bindViewHolder() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java364 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()