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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java100 public int taskBarHeight; field in class:RecentsConfiguration
254 taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height);
H A DAlternateRecentsComponent.java287 int taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height);
292 View.MeasureSpec.makeMeasureSpec(taskBarHeight, View.MeasureSpec.EXACTLY));
293 mHeaderBar.layout(0, 0, taskViewSize.width(), taskBarHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java88 mWithinAffiliationOffset = mConfig.taskBarHeight;
H A DTaskView.java164 MeasureSpec.makeMeasureSpec(mConfig.taskBarHeight, MeasureSpec.EXACTLY));

Completed in 47 milliseconds