Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java324 float rootWidth = getRootView().getWidth(); in getMaxCircleSize() local
326 width = Math.max(rootWidth - width, width); in getMaxCircleSize()