Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java116 public int taskBarHeight; field in RecentsConfiguration
275 taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height); in update()
DAlternateRecentsComponent.java457 int taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height); in reloadHeaderBarLayout() local
462 View.MeasureSpec.makeMeasureSpec(taskBarHeight, View.MeasureSpec.EXACTLY)); in reloadHeaderBarLayout()
463 mHeaderBar.layout(0, 0, taskViewSize.width(), taskBarHeight); in reloadHeaderBarLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewLayoutAlgorithm.java100 mWithinAffiliationOffset = mConfig.taskBarHeight; in computeRects()
188 boolean hasVisibleThumbnail = (prevScreenY - screenY) > mConfig.taskBarHeight; in computeStackVisibilityReport()
DTaskView.java165 MeasureSpec.makeMeasureSpec(mConfig.taskBarHeight, MeasureSpec.EXACTLY)); in onMeasure()