Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java95 private float mShelfTop; field in ShelfScrimView
209 mShelfTop = mShiftRange * mProgress + mTopOffset; in updateColors()
211 mShelfTop = Utilities.mapRange(mProgress / SCRIM_CATCHUP_THRESHOLD, -mRadius, in updateColors()
252 boolean forceChange = mShelfTop <= mLauncher.getDeviceProfile().getInsets().top / 2f; in updateSysUiColors()
304 float offset = height - mRadius - mShelfTop; in drawBackground()
312 canvas.drawRoundRect(0, mShelfTop, width, height + mRadius, mRadius, mRadius, mPaint); in drawBackground()
317 return mShelfTop; in getVisualTop()