Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java227 int sysWinRight = (windowInset != null) ? windowInset.getStableInsetRight() : 0; in getRtlTranslation() local
231 int rightInset = Math.max(sysWinRight, cutoutRight); in getRtlTranslation()