Searched refs:mTaskbarSize (Results 1 – 1 of 1) sorted by relevance
83 private int mTaskbarSize; field in StashedHandleViewController122 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()