Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt366 val newIconSize = context.resources in inflateActionButton() constant
369 loadIconDrawableWithTimeout(action.getIcon(), packageContext, newIconSize) in inflateActionButton()
371 iconDrawable.setBounds(0, 0, newIconSize, newIconSize) in inflateActionButton()