Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DAddWifiNetworkPreference.java57 final ImageButton imageButton = (ImageButton) holder.findViewById(R.id.button_icon); in onBindViewHolder() local
58 imageButton.setImageDrawable(getDrawable(R.drawable.ic_scan_24dp)); in onBindViewHolder()
59 imageButton.setContentDescription( in onBindViewHolder()
61 imageButton.setOnClickListener(view -> { in onBindViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DImportancePreference.java154 final ImageButton imageButton = mImageButtons.keyAt(i); in colorizeImageButton() local
156 if (imageButton != null) { in colorizeImageButton()
157 LayerDrawable drawable = (LayerDrawable) imageButton.getDrawable(); in colorizeImageButton()
161 if (buttonId == imageButton.getId()) { in colorizeImageButton()
/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java953 ImageButton imageButton = (ImageButton) LayoutInflater in initializePanoOrientationButtons() local
957 imageButton.setImageResource(imageId); in initializePanoOrientationButtons()
958 imageButton.setTag(String.valueOf(i)); in initializePanoOrientationButtons()
959 mModeOptionsPano.addView(imageButton); in initializePanoOrientationButtons()
963 imageButton.setContentDescription( in initializePanoOrientationButtons()