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/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsActivityTest.kt120 val oldHeight = configuration.screenHeightDp in swapHeightWidth() constant
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayTransactionCommitTest.cpp652 constexpr int oldHeight = 10; in TEST_F() local
697 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/shade/
DQuickSettingsController.java796 private void startSizeChangeAnimation(int oldHeight, final int newHeight) { in startSizeChangeAnimation()
1951 final int oldHeight = oldBottom - oldTop; in onFragmentViewCreated() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java1116 int oldHeight = lp.height; in forceUniformWidth() local
DListView.java2863 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/frameworks/base/core/java/android/view/
DView.java18032 int oldHeight = mBottom - mTop; in setTop() local
18097 int oldHeight = mBottom - mTop; in setBottom() local
23923 int oldHeight = mBottom - mTop; in setFrame() local
23988 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()