Searched refs:originalHeight (Results 1 – 2 of 2) sorted by relevance
133 int originalHeight = drawable.getIntrinsicHeight(); in buildScaledBitmap() local135 if ((originalWidth <= maxWidth) && (originalHeight <= maxHeight) && in buildScaledBitmap()139 if (originalHeight <= 0 || originalWidth <= 0) { in buildScaledBitmap()146 (float) maxHeight / (float) originalHeight); in buildScaledBitmap()149 int scaledHeight = (int) (ratio * originalHeight); in buildScaledBitmap()
212 final int originalHeight; in ScreenRotationAnimation() local218 originalHeight = displayContent.mBaseDisplayHeight; in ScreenRotationAnimation()222 originalHeight = displayInfo.logicalHeight; in ScreenRotationAnimation()226 mWidth = originalHeight; in ScreenRotationAnimation()230 mHeight = originalHeight; in ScreenRotationAnimation()235 mOriginalHeight = originalHeight; in ScreenRotationAnimation()