Home
last modified time | relevance | path

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

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