Searched refs:mTitleBarHeight (Results 1 - 3 of 3) sorted by relevance

/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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
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)
H A DTaskStackLayoutAlgorithm.java297 private int mTitleBarHeight; field in class:TaskStackLayoutAlgorithm
413 mTitleBarHeight = getDimensionForDevice(mContext,
968 transformOut.rect.offset(0, mTitleBarHeight);

Completed in 159 milliseconds