Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java620 int left = (int) (prop.cropCenterXStart - prop.cropWidthStart / 2); in getOpeningWindowAnimators()
622 int right = (int) (left + prop.cropWidthStart); in getOpeningWindowAnimators()
671 FloatProp mCropRectWidth = new FloatProp(prop.cropWidthStart, prop.cropWidthEnd, 0, in getOpeningWindowAnimators()
1416 public final int cropWidthStart; field in AnimOpenProperties
1478 cropWidthStart = windowIconSize; in AnimOpenProperties()