/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | EmbeddedContentContainer.java | 39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | ControlsActivityTest.kt | 128 val oldHeight = configuration.screenHeightDp in swapHeightWidth() constant
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 650 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/ |
D | AlertDialogLayout.java | 236 final int oldHeight = lp.height; in forceUniformWidth() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AlertDialogLayout.java | 237 final int oldHeight = lp.height; in forceUniformWidth() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 498 uint32_t oldHeight = def->format.video.nFrameHeight; in internalSetParameter() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 210 int oldHeight = oldBottom - oldTop; in onInit() local
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 508 const uint32_t oldHeight = mHeight; in internalSetParameter() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | BigPictureIconManager.kt | 158 val (oldWidth, oldHeight) = displayedState.drawableSize in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 858 private void startSizeChangeAnimation(int oldHeight, final int newHeight) { in startSizeChangeAnimation() 2186 final int oldHeight = oldBottom - oldTop; in onFragmentViewCreated() local
|
D | NotificationPanelViewController.java | 1331 int oldHeight = oldBottom - oldTop; in updateStatusViewController() local
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 1116 int oldHeight = lp.height; in forceUniformWidth() local
|
D | ListView.java | 2861 int oldHeight = child.getHeight(); in measureAndAdjustDown() local
|
/frameworks/base/core/java/android/view/ |
D | View.java | 19529 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()
|