Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewHeader.java156 TextView mAppTitleView; field in TaskViewHeader
319 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged()
626 mAppTitleView = (TextView) mAppOverlayView.findViewById(R.id.app_title); in showAppOverlay()
627 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
631 mAppTitleView.setText(ActivityManagerWrapper.getInstance().getBadgedApplicationLabel( in showAppOverlay()
633 mAppTitleView.setTextColor(mTask.useLightOnPrimaryColor ? in showAppOverlay()