Home
last modified time | relevance | path

Searched defs:oldWidth (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/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HandleTransactionLockedTest.cpp638 constexpr int oldWidth = 0; in TEST_F() local
683 constexpr int oldWidth = 0; in TEST_F() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp497 uint32_t oldWidth = def->format.video.nFrameWidth; in internalSetParameter() local
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp507 const uint32_t oldWidth = mWidth; in internalSetParameter() local
/frameworks/base/core/java/android/view/
DNotificationTopLineView.java423 final int oldWidth = targetView.getMeasuredWidth(); in adjust() local
DView.java17638 int oldWidth = mRight - mLeft; in setLeft() local
17694 int oldWidth = mRight - mLeft; in setRight() local
23264 int oldWidth = mRight - mLeft; in setFrame() local
23330 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java121 final int oldWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java518 int oldWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java132 int oldWidth = layout.getWidth(); in testIncreaseWidthTo() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java1502 int oldWidth = lp.width; in forceUniformHeight() local