Home
last modified time | relevance | path

Searched defs:oldHeight (Results 1 – 9 of 9) 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/core/java/com/android/internal/widget/
DAlertDialogLayout.java237 final int oldHeight = lp.height; in forceUniformWidth() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java408 private void animateChild(int oldHeight, int newHeight) { in animateChild()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp498 uint32_t oldHeight = def->format.video.nFrameHeight; in internalSetParameter() local
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp508 const uint32_t oldHeight = mHeight; in internalSetParameter() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java1080 int oldHeight = lp.height; in forceUniformWidth() local
DListView.java2867 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2128 constexpr int oldHeight = 10; in TEST_F() local
2173 constexpr int oldHeight = 10; in TEST_F() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java639 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()