Searched refs:smallestSize (Results 1 – 1 of 1) sorted by relevance
1961 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in AnimOpenProperties() local1962 float maxScaleX = smallestSize / launcherIconBounds.width(); in AnimOpenProperties()1963 float maxScaleY = smallestSize / launcherIconBounds.height(); in AnimOpenProperties()