Home
last modified time | relevance | path

Searched defs:smallestSize (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DDefaultDisplay.java135 public final Point smallestSize; field in DefaultDisplay.Info
141 public Info(int id, int rotation, int singleFrameMs, Point realSize, Point smallestSize, in Info()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java461 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in getOpeningWindowAnimators() local
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java470 Point smallestSize = new Point(displayInfo.smallestSize); in invDistWeightedInterpolate() local