Searched defs:oldHeight (Results 1 – 4 of 4) sorted by relevance
203 final int oldHeight = view.getHeight(); in changeDimensions() local
693 int oldHeight = Integer.MIN_VALUE; in measureVertical() local970 int oldHeight = lp.height; in forceUniformWidth() local
312 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged()
204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()