Searched defs:mTitleBarHeight (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java294 private int mTitleBarHeight; field in class:TaskStackLayoutAlgorithm
408 mTitleBarHeight = getDimensionForDevice(mContext,
932 transformOut.rect.offset(0, mTitleBarHeight);
H A DTaskViewThumbnail.java69 private int mTitleBarHeight; field in class:TaskViewThumbnail
117 mTitleBarHeight = res.getDimensionPixelSize(R.dimen.recents_grid_task_view_header_height);
259 (float) (mTaskViewRect.height() - mTitleBarHeight);
266 mThumbnailScale = (float) (mTaskViewRect.height() - mTitleBarHeight)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskGridLayoutAlgorithm.java55 private int mTitleBarHeight; field in class:TaskGridLayoutAlgorithm
107 if (maxTaskHeight >= maxTaskWidth / mAppAspectRatio + mTitleBarHeight) {
111 taskHeight = (int) (maxTaskWidth / mAppAspectRatio + mTitleBarHeight + 0.5);
116 taskWidth = (int) ((taskHeight - mTitleBarHeight) * mAppAspectRatio + 0.5);
176 mTitleBarHeight = res.getDimensionPixelSize(R.dimen.recents_grid_task_view_header_height);

Completed in 54 milliseconds