Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java255 TaskViewHeader mHeaderBar; field in RecentsImpl
740 mHeaderBar = (TaskViewHeader) inflater.inflate(R.layout.recents_task_view_header, in reloadResources()
742 mHeaderBar.setLayoutDirection(res.getConfiguration().getLayoutDirection()); in reloadResources()
816 if (mHeaderBar.getMeasuredWidth() != taskViewWidth || in updateHeaderBarLayout()
817 mHeaderBar.getMeasuredHeight() != mTaskBarHeight) { in updateHeaderBarLayout()
819 mHeaderBar.setShouldDarkenBackgroundColor(true); in updateHeaderBarLayout()
820 mHeaderBar.setNoUserInteractionState(); in updateHeaderBarLayout()
822 mHeaderBar.forceLayout(); in updateHeaderBarLayout()
823 mHeaderBar.measure( in updateHeaderBarLayout()
827 mHeaderBar.layout(0, 0, taskViewWidth, mTaskBarHeight); in updateHeaderBarLayout()
[all …]