Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java2158 int croppedWidth = mWindowStartBounds.width() - unscaledWidth; in onUpdate() local
2159 mTmpRect.set(0, 0, mWindowStartBounds.width() - croppedWidth, in onUpdate()