Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationHeadsUpHeight.kt53 private val headsUpHeightChangedListener = Runnable { invalidateMeasureIfAttached() } in <lambda>() constant
57 view.addHeadsUpHeightChangedListener(headsUpHeightChangedListener) in onAttach()
62 view.removeHeadsUpHeightChangedListener(headsUpHeightChangedListener) in onDetach()