Searched defs:smallestSize (Results 1 – 3 of 3) sorted by relevance
135 public final Point smallestSize; field in DefaultDisplay.Info141 public Info(int id, int rotation, int singleFrameMs, Point realSize, Point smallestSize, in Info()
461 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in getOpeningWindowAnimators() local
470 Point smallestSize = new Point(displayInfo.smallestSize); in invDistWeightedInterpolate() local