Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java620 int taskViewWidth = taskViewBounds.width(); in updateHeaderBarLayout() local
622 if (mHeaderBar.getMeasuredWidth() != taskViewWidth || in updateHeaderBarLayout()
625 MeasureSpec.makeMeasureSpec(taskViewWidth, MeasureSpec.EXACTLY), in updateHeaderBarLayout()
628 mHeaderBar.layout(0, 0, taskViewWidth, mTaskBarHeight); in updateHeaderBarLayout()
633 (mThumbTransitionBitmapCache.getWidth() != taskViewWidth) || in updateHeaderBarLayout()
635 mThumbTransitionBitmapCache = Bitmap.createBitmap(taskViewWidth, in updateHeaderBarLayout()