Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsActivityTest.kt128 val oldHeight = configuration.screenHeightDp regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java237 final int oldHeight = lp.height; in forceUniformWidth() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java236 final int oldHeight = lp.height; in forceUniformWidth() local
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1116 int oldHeight = lp.height; in forceUniformWidth() local
H A DListView.java2861 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java862 private void startSizeChangeAnimation(int oldHeight, final int newHeight) { in startSizeChangeAnimation()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java18662 int oldHeight = mBottom - mTop; in setTop() local
18727 int oldHeight = mBottom - mTop; in setBottom() local
24557 int oldHeight = mBottom - mTop; in setFrame() local
24622 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()