Searched refs:fromWidth (Results 1 – 2 of 2) sorted by relevance
46 fun fromWidth(width: Float): DisplaySizeType { in fromWidth() method89 return fromWidth(DisplayUtils.getSmallestDisplayWidthDp(display)) in smallestAvailableFromDisplay()
421 float fromWidth = mTmpFromClipRect.width(); in createRelaunchAnimation() local429 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()437 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()