Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletView.java183 ImageView logoView = mEmptyStateView.requireViewById(R.id.icon); in showEmptyStateView() local
184 logoView.setImageDrawable(logo); in showEmptyStateView()
185 logoView.setContentDescription(logoContentDescription); in showEmptyStateView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java214 ImageView logoView = mEmptyStateView.requireViewById(R.id.empty_state_icon); in showEmptyStateView() local
215 logoView.setImageDrawable(mContext.getDrawable(R.drawable.ic_qs_plus)); in showEmptyStateView()
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java848 ProgramRowViewHolder holder, final long programId, ImageView logoView) {
856 logoView.setVisibility(View.GONE);
858 logoView.setImageBitmap(logoImage);
859 logoView.setVisibility(View.VISIBLE);