Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageGradientColorizer.java39 int widthInset = (width - size) / 2; in colorize() local
42 drawable.setBounds(- widthInset, - heightInset, width - widthInset, height - heightInset); in colorize()