Searched defs:oldHeight (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/ |
D | RecordButton.java | 75 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/packages/apps/Dialer/java/com/android/dialer/animation/ |
D | AnimUtils.java | 222 final int oldHeight = view.getHeight(); in changeDimensions() local
|
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
D | AnimUtils.java | 203 final int oldHeight = view.getHeight(); in changeDimensions() local
|
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/ |
D | AutoResizeTextView.java | 252 protected final void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local 970 int oldHeight = lp.height; in forceUniformWidth() local
|
D | DotsPageIndicator.java | 314 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | MatchParentShrinkingLinearLayout.java | 693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local 970 int oldHeight = lp.height; in forceUniformWidth() local
|
D | DotsPageIndicator.java | 314 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()
|