Home
last modified time | relevance | path

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

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