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.java324 AdaptiveIconDrawable iconDrawableInflated = in testGetForegroundBackground() local
326 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()
327 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()
335 AdaptiveIconDrawable iconDrawableInflated = in testGetIntrinsicWidth() local
337 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicWidth(); in testGetIntrinsicWidth()
338 int bgWidth = iconDrawableInflated.getBackground().getIntrinsicWidth(); in testGetIntrinsicWidth()
341 (int) iconIntrinsicWidth, iconDrawableInflated.getIntrinsicWidth()); in testGetIntrinsicWidth()
347 AdaptiveIconDrawable iconDrawableInflated = in testGetIntrinsicHeight() local
349 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicHeight(); in testGetIntrinsicHeight()
350 int bgWidth = iconDrawableInflated.getBackground().getIntrinsicHeight(); in testGetIntrinsicHeight()
[all …]