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

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

Completed in 65 milliseconds