Searched refs:taskViewWidth (Results 1 – 1 of 1) sorted by relevance
620 int taskViewWidth = taskViewBounds.width(); in updateHeaderBarLayout() local622 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()