Home
last modified time | relevance | path

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

/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/
DVoiceCallActivity.kt46 val imageIcon: ImageView = findViewById(R.id.icon) in onCreate() constant
47 Glide.with(imageIcon).load(icon).apply(RequestOptions.circleCropTransform()).into(imageIcon) in onCreate()