HomeSort by relevance Sort by last modified time
    Searched defs:taskBarHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 116 public int taskBarHeight;
275 taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height);
AlternateRecentsComponent.java 457 int taskBarHeight = res.getDimensionPixelSize(R.dimen.recents_task_bar_height);
462 View.MeasureSpec.makeMeasureSpec(taskBarHeight, View.MeasureSpec.EXACTLY));
463 mHeaderBar.layout(0, 0, taskViewSize.width(), taskBarHeight);
    [all...]

Completed in 132 milliseconds