Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java152 mContainer.addOnLayoutChangeListener(this::onContainerLayout); in registerStatusBar()
157 private void onContainerLayout(View v, int left, int top, int right, int bottom, in onContainerLayout() method in StatusBarKeyguardViewManager