Home
last modified time | relevance | path

Searched refs:cropCenterYStart (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()
669 FloatProp mCropRectCenterY = new FloatProp(prop.cropCenterYStart, prop.cropCenterYEnd, in getOpeningWindowAnimators()
1415 public final int cropCenterYStart; field in AnimOpenProperties
1476 cropCenterYStart = windowTargetBounds.centerY(); in AnimOpenProperties()