Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java297 AdaptiveIconDrawable iconDrawableInflated = in testGetForegroundBackground() local
299 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()
300 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()
308 AdaptiveIconDrawable iconDrawableInflated = in testGetIntrinsicWidth() local
310 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicWidth(); in testGetIntrinsicWidth()
311 int bgWidth = iconDrawableInflated.getBackground().getIntrinsicWidth(); in testGetIntrinsicWidth()
314 (int) iconIntrinsicWidth, iconDrawableInflated.getIntrinsicWidth()); in testGetIntrinsicWidth()
320 AdaptiveIconDrawable iconDrawableInflated = in testGetIntrinsicHeight() local
322 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicHeight(); in testGetIntrinsicHeight()
323 int bgWidth = iconDrawableInflated.getBackground().getIntrinsicHeight(); in testGetIntrinsicHeight()
[all …]