Searched refs:isNotificationShadeExpand (Results 1 – 3 of 3) sorted by relevance
273 void isNotificationShadeExpand(Consumer<Boolean> callback); in isNotificationShadeExpand() method
338 mSysuiProxy.isNotificationShadeExpand((expand) -> { in initialize()
263 public void isNotificationShadeExpand(Consumer<Boolean> callback) { in BubblesManager()