Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java407 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView() local
408 if (rootInsets != null) { in inflateView()
409 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()