Home
last modified time | relevance | path

Searched refs:imageRes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/settings/
DAlarmVolumePreference.kt106 val imageRes = if (mSeekbar.getProgress() == 0) { in onSeekbarChanged() constant
111 mAlarmIcon.setImageResource(imageRes) in onSeekbarChanged()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java86 public static final void showCustomTextWithImage(Activity activity, String text, int imageRes) { in showCustomTextWithImage() argument
93 textView.setCompoundDrawablesWithIntrinsicBounds(imageRes, 0, 0, 0); in showCustomTextWithImage()