Searched refs:iconDrawableInflated (Results 1 – 1 of 1) sorted by relevance
324 AdaptiveIconDrawable iconDrawableInflated = in testGetForegroundBackground() local326 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()327 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()335 AdaptiveIconDrawable iconDrawableInflated = in testGetIntrinsicWidth() local337 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() local349 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicHeight(); in testGetIntrinsicHeight()350 int bgWidth = iconDrawableInflated.getBackground().getIntrinsicHeight(); in testGetIntrinsicHeight()[all …]