Home
last modified time | relevance | path

Searched defs:iconView (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DContextualFragment.java37 ImageView iconView = rootView.findViewById(R.id.icon); in onCreateView() local
/packages/apps/Settings/src/com/android/settings/
DSeekBarDialogPreference.java61 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon); in onBindDialogView() local
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DPromotionCardViewHolder.java42 ImageView iconView = itemView.findViewById(R.id.new_call_log_promotion_card_icon); in PromotionCardViewHolder() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSeekBarDialogPreference.java61 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon); in onBindDialogView() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockPatternTest.java110 View iconView = fragment.getView().findViewById(R.id.sud_layout_icon); in smallScreens_shouldHideIcon() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchViewHolder.java44 public final ImageView iconView; field in SearchViewHolder
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DAddContactsConfirmationDialog.java74 final ContactIconView iconView = (ContactIconView) view.findViewById(R.id.contact_icon); in createBodyView() local
/packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/handheld/
DAppIconPreference.java100 View iconView = holder.findViewById(android.R.id.icon); in onBindViewHolder() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java86 public void setIconAndLabelFor(View iconView, TextView labelView) { in setIconAndLabelFor()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAppGridView.java90 final ImageView iconView = view.findViewById(mIconResId); in getView() local
/packages/apps/Settings/src/com/android/settings/notification/
DZenRuleSelectionDialog.java122 ImageView iconView = v.findViewById(R.id.icon); in bindType() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenRuleSelectionDialog.java122 ImageView iconView = v.findViewById(R.id.icon); in bindType() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java268 final ImageView iconView = view.findViewById(R.id.entity_header_icon); in setIcon_usingAppEntry_shouldLoadIconFromDrawableFactory() local
/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java90 final ImageView iconView = view.findViewById(mIconResId); in getView() local
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java224 final ImageView iconView = (ImageView) result.findViewById(R.id.icon); in getPrimaryItemView() local
301 final ImageView iconView = (ImageView) result.findViewById(R.id.icon); in getDrawerItemView() local
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DCheckableLabeledButton.java48 private ImageView iconView; field in CheckableLabeledButton
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabs.java144 View iconView = layout.findViewById(R.id.icon); in addTab() local
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java184 ImageView iconView = card.findViewById(mShapeIconIds[i]); in bindBody() local
/packages/apps/Settings/src/com/android/settings/widget/
DEntityHeaderController.java248 ImageView iconView = mHeader.findViewById(R.id.entity_header_icon); in done() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DEntityHeaderController.java248 ImageView iconView = mHeader.findViewById(R.id.entity_header_icon); in done() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseContentFragment.java296 private void updateViewSize(ImageView iconView) { in updateViewSize()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/
DReviewPermissionsFragment.java274 ImageView iconView = activity.requireViewById(R.id.app_icon); in bindUi() local
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/
DTabLayout.java278 ImageView iconView = requireViewByRefId(tabItemView, R.id.car_ui_toolbar_tab_item_icon); in presentTabItemView() local
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java333 ImageView iconView = carTabItemView.findViewById(R.id.car_tab_item_icon); in presentCarTabItemView() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java152 final ImageView iconView = (ImageView)LayoutInflater.from(getContext()).inflate( in addTab() local

12