Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java174 float appLabelWidth = res.getDimensionPixelSize( in toggleRecents() local
182 +appLabelWidth in toggleRecents()
187 x = (int) ((dm.widthPixels - width) / 2f + appLabelLeftMargin + appLabelWidth in toggleRecents()