Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewHeader.java154 ImageView mAppIconView; field in TaskViewHeader
319 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged()
586 } else if (v == mAppIconView) { in onClick()
596 } else if (v == mAppIconView) { in onLongClick()
621 mAppIconView = (ImageView) mAppOverlayView.findViewById(R.id.app_icon); in showAppOverlay()
622 mAppIconView.setOnClickListener(this); in showAppOverlay()
623 mAppIconView.setOnLongClickListener(this); in showAppOverlay()
627 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
635 mAppIconView.setImageDrawable(getIconDrawableFactory().getBadgedIcon( in showAppOverlay()