Home
last modified time | relevance | path

Searched defs:oldHeight (Results 1 – 14 of 14) 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/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsActivityTest.kt128 val oldHeight = configuration.screenHeightDp in swapHeightWidth() constant
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayTransactionCommitTest.cpp650 constexpr int oldHeight = 10; in TEST_F() local
697 constexpr int oldHeight = 10; in TEST_F() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertDialogLayout.java236 final int oldHeight = lp.height; in forceUniformWidth() 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/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java210 int oldHeight = oldBottom - oldTop; in onInit() 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/statusbar/notification/row/
DBigPictureIconManager.kt158 val (oldWidth, oldHeight) = displayedState.drawableSize in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java858 private void startSizeChangeAnimation(int oldHeight, final int newHeight) { in startSizeChangeAnimation()
2186 final int oldHeight = oldBottom - oldTop; in onFragmentViewCreated() local
DNotificationPanelViewController.java1331 int oldHeight = oldBottom - oldTop; in updateStatusViewController() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java1116 int oldHeight = lp.height; in forceUniformWidth() local
DListView.java2861 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/frameworks/base/core/java/android/view/
DView.java19529 int oldHeight = mBottom - mTop; in setTop() local
19594 int oldHeight = mBottom - mTop; in setBottom() local
25499 int oldHeight = mBottom - mTop; in setFrame() local
25564 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()