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.java706 int top = prop.cropCenterYStart - prop.cropHeightStart / 2; in getOpeningWindowAnimators()
708 int bottom = top + prop.cropHeightStart; in getOpeningWindowAnimators()
775 FloatProp mCropRectHeight = new FloatProp(prop.cropHeightStart, prop.cropHeightEnd, in getOpeningWindowAnimators()
1941 public final int cropHeightStart; field in AnimOpenProperties
1991 cropHeightStart = windowIconSize; in AnimOpenProperties()