/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | EmbeddedContentContainer.java | 39 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 D | RecordButton.java | 75 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 639 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 D | AnimUtils.java | 203 final int oldHeight = view.getHeight(); in changeDimensions() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/ |
H A D | AnimUtils.java | 222 final int oldHeight = view.getHeight(); in changeDimensions() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AlertDialogLayout.java | 237 final int oldHeight = lp.height; in forceUniformWidth() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/autoresizetext/ |
H A D | AutoResizeTextView.java | 252 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 D | MatchParentShrinkingLinearLayout.java | 693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local 970 int oldHeight = lp.height; in forceUniformWidth() local
|
H A D | DotsPageIndicator.java | 314 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoDecoderOMXComponent.cpp | 498 uint32_t oldHeight = def->format.video.nFrameHeight; in internalSetParameter() local
|
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.cpp | 508 const uint32_t oldHeight = mHeight; in internalSetParameter() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | GeometryMathUtils.java | 204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | LinearLayout.java | 1080 int oldHeight = lp.height; in forceUniformWidth() local
|
H A D | ListView.java | 2863 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
|
/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
H A D | VtsHalSurroundViewV1_0TargetTest.cpp | 731 int oldWidth, oldHeight; in TEST_P() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 17574 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 D | NotificationPanelViewController.java | 1222 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()
|