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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java146 int mTaskBarHeight; field in class:RecentsImpl
570 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext,
623 mHeaderBar.getMeasuredHeight() != mTaskBarHeight) {
626 MeasureSpec.makeMeasureSpec(mTaskBarHeight, MeasureSpec.EXACTLY));
628 mHeaderBar.layout(0, 0, taskViewWidth, mTaskBarHeight);
634 (mThumbTransitionBitmapCache.getHeight() != mTaskBarHeight)) {
636 mTaskBarHeight, Bitmap.Config.ARGB_8888);

Completed in 54 milliseconds