Searched refs:mAppIconView (Results 1 – 1 of 1) sorted by relevance
154 ImageView mAppIconView; field in TaskViewHeader319 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()