Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java151 ImageView mAppInfoView; field in TaskViewHeader
317 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged()
626 } else if (v == mAppInfoView) { in onClick()
666 mAppInfoView = (ImageView) mAppOverlayView.findViewById(R.id.app_info); in showAppOverlay()
667 mAppInfoView.setOnClickListener(this); in showAppOverlay()
669 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
678 mAppInfoView.setImageDrawable(mTask.useLightOnPrimaryColor in showAppOverlay()