Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java83 private int mTaskbarSize; field in StashedHandleViewController
122 mTaskbarSize = resources.getDimensionPixelSize(R.dimen.taskbar_phone_size); in init()
126 mTaskbarSize = deviceProfile.taskbarHeight; in init()
131 mStashedHandleView.getLayoutParams().height = mTaskbarSize + taskbarBottomMargin; in init()
217 int heightDiff = (mTaskbarSize - visualBounds.height()) / 2; in createRevealAnimToIsStashed()