Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java949 onAttachStateChangeListener = new ShadeAttachStateChangeListener(); in NotificationPanelViewController() local
950 mView.addOnAttachStateChangeListener(onAttachStateChangeListener); in NotificationPanelViewController()
952 onAttachStateChangeListener.onViewAttachedToWindow(mView); in NotificationPanelViewController()