Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java147 ImageView mAppIconView; field in TaskViewHeader
306 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged()
613 } else if (v == mAppIconView) { in onClick()
623 } else if (v == mAppIconView) { in onLongClick()
648 mAppIconView = (ImageView) mAppOverlayView.findViewById(R.id.app_icon); in showAppOverlay()
649 mAppIconView.setOnClickListener(this); in showAppOverlay()
650 mAppIconView.setOnLongClickListener(this); in showAppOverlay()
654 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
661 mAppIconView.setImageDrawable(ssp.getBadgedApplicationIcon(activityInfo.applicationInfo, in showAppOverlay()