Searched refs:taskBarHeight (Results 1 – 4 of 4) sorted by relevance
116 public int taskBarHeight; field in RecentsConfiguration275 taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height); in update()
457 int taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height); in reloadHeaderBarLayout() local462 View.MeasureSpec.makeMeasureSpec(taskBarHeight, View.MeasureSpec.EXACTLY)); in reloadHeaderBarLayout()463 mHeaderBar.layout(0, 0, taskViewSize.width(), taskBarHeight); in reloadHeaderBarLayout()
100 mWithinAffiliationOffset = mConfig.taskBarHeight; in computeRects()188 boolean hasVisibleThumbnail = (prevScreenY - screenY) > mConfig.taskBarHeight; in computeStackVisibilityReport()
165 MeasureSpec.makeMeasureSpec(mConfig.taskBarHeight, MeasureSpec.EXACTLY)); in onMeasure()