Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt183 assertThat(info.bubbleBitmap).isNotNull() in <lambda>()
211 assertThat(info.bubbleBitmap).isNotNull() in <lambda>()
243 assertThat(info?.bubbleBitmap).isNotNull() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java174 Bitmap bubbleBitmap; field in BubbleViewInfoTask.BubbleViewInfo
307 info.bubbleBitmap = iconFactory.getBubbleBitmap(bubbleDrawable, bubbleBitmapScale); in populateCommonInfo()
DBubble.java580 mBubbleBitmap = info.bubbleBitmap; in setViewInfo()