HomeSort by relevance Sort by last modified time
    Searched refs:mAppInfoView (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 58 private TextView mAppInfoView;
121 mAppInfoView.setVisibility(VISIBLE);
122 mAppInfoView.setCompoundDrawablePadding(mIconPadding);
123 mAppInfoView.setCompoundDrawablesRelative(null, null, null, null);
127 mAppInfoView.setText(appLabel);
148 mAppInfoView.setText(appLabel);
167 mAppInfoView.setCompoundDrawablesRelative(appIcon, null, null, null);
187 mAppInfoView.setCompoundDrawablesRelative(
232 mAppInfoView.setVisibility(GONE);
235 mAppInfoView.setVisibility(GONE)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 155 ImageView mAppInfoView;
319 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView);
584 } else if (v == mAppInfoView) {
624 mAppInfoView = (ImageView) mAppOverlayView.findViewById(R.id.app_info);
625 mAppInfoView.setOnClickListener(this);
627 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView);
637 mAppInfoView.setImageDrawable(mTask.useLightOnPrimaryColor

Completed in 519 milliseconds