Searched refs:stashedTaskbarHeight (Results 1 – 22 of 22) sorted by relevance
137 final int stashedTaskbarHeight = mControllers.taskbarStashController.getStashedHeight(); in init() local142 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init()156 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init()
283 mStashedHeight = mActivity.getDeviceProfile().stashedTaskbarHeight; in TaskbarStashController()
95 stashedTaskbarHeight: 0.0px (0.0dp)
382 return mDp.stashedTaskbarHeight; in getBottomMargin()
313 public final int stashedTaskbarHeight; field in DeviceProfile400 taskbarIconSize = taskbarHeight = stashedTaskbarHeight = taskbarBottomMargin = 0; in DeviceProfile()405 stashedTaskbarHeight = in DeviceProfile()413 stashedTaskbarHeight = res.getDimensionPixelSize(R.dimen.taskbar_stashed_size); in DeviceProfile()2193 writer.println(prefix + pxToDpStr("stashedTaskbarHeight", stashedTaskbarHeight));
412 dp.heightPx - dp.stashedTaskbarHeight, in isStashedTaskbarHovered()
385 ? dp.overviewActionsTopMarginPx + dp.overviewActionsHeight + dp.stashedTaskbarHeight in calculateModalTaskSize()