Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarStashController.java110 private final int mStashedHeight; field in TaskbarStashController
148 mStashedHeight = resources.getDimensionPixelSize(R.dimen.taskbar_stashed_size); in TaskbarStashController()
261 ? mStashedHeight : 0; in getContentHeightToReportToApps()
267 return mStashedHeight; in getStashedHeight()
343 final float stashTranslation = (mUnstashedHeight - mStashedHeight) / 2f; in createAnimToIsStashed()