Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DRecordButton.java75 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp639 constexpr int oldHeight = 10; in TEST_F() local
684 constexpr int oldHeight = 10; in TEST_F() local
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimUtils.java203 final int oldHeight = view.getHeight(); in changeDimensions() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/
H A DAnimUtils.java222 final int oldHeight = view.getHeight(); in changeDimensions() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java237 final int oldHeight = lp.height; in forceUniformWidth() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
H A DAutoResizeTextView.java252 protected final void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local
970 int oldHeight = lp.height; in forceUniformWidth() local
H A DDotsPageIndicator.java314 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp498 uint32_t oldHeight = def->format.video.nFrameHeight; in internalSetParameter() local
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp508 const uint32_t oldHeight = mHeight; in internalSetParameter() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()
/aosp12/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1080 int oldHeight = lp.height; in forceUniformWidth() local
H A DListView.java2863 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/
H A DVtsHalSurroundViewV1_0TargetTest.cpp731 int oldWidth, oldHeight; in TEST_P() local
/aosp12/frameworks/base/core/java/android/view/
H A DView.java17574 int oldHeight = mBottom - mTop; in setTop() local
17639 int oldHeight = mBottom - mTop; in setBottom() local
23325 int oldHeight = mBottom - mTop; in setFrame() local
23390 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1222 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()