Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java94 mKeyguardSlice.setContentChangeListener(this::onSliceContentChanged); in onFinishInflate()
95 onSliceContentChanged(); in onFinishInflate()
105 private void onSliceContentChanged() { in onSliceContentChanged() method in KeyguardStatusView