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/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HandleTransactionLockedTest.cpp639 constexpr int oldHeight = 10; in TEST_F() local
684 constexpr int oldHeight = 10; in TEST_F() local
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java237 final int oldHeight = lp.height; in forceUniformWidth() local
/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/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java437 int oldHeight = ob - ot; in initializeWalletView() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java1080 int oldHeight = lp.height; in forceUniformWidth() local
DListView.java2863 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/frameworks/base/core/java/android/view/
DView.java17515 int oldHeight = mBottom - mTop; in setTop() local
17580 int oldHeight = mBottom - mTop; in setBottom() local
23265 int oldHeight = mBottom - mTop; in setFrame() local
23330 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1225 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()