Home
last modified time | relevance | path

Searched refs:cropHeightStart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java621 int top = (int) (prop.cropCenterYStart - prop.cropHeightStart / 2); in getOpeningWindowAnimators()
623 int bottom = (int) (top + prop.cropHeightStart); in getOpeningWindowAnimators()
673 FloatProp mCropRectHeight = new FloatProp(prop.cropHeightStart, prop.cropHeightEnd, 0, in getOpeningWindowAnimators()
1417 public final int cropHeightStart; field in AnimOpenProperties
1479 cropHeightStart = windowIconSize; in AnimOpenProperties()