Searched refs:imageRes (Results 1 – 2 of 2) sorted by relevance
106 val imageRes = if (mSeekbar.getProgress() == 0) { in onSeekbarChanged() constant111 mAlarmIcon.setImageResource(imageRes) in onSeekbarChanged()
86 public static final void showCustomTextWithImage(Activity activity, String text, int imageRes) { in showCustomTextWithImage() argument93 textView.setCompoundDrawablesWithIntrinsicBounds(imageRes, 0, 0, 0); in showCustomTextWithImage()