Home
last modified time | relevance | path

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

/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java203 final int oldHeight = view.getHeight(); in changeDimensions() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local
970 int oldHeight = lp.height; in forceUniformWidth() local
DDotsPageIndicator.java312 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()