Searched defs:showIconIsolated (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | ||
D | NotificationIconAreaController.kt | 40 fun showIconIsolated(icon: StatusBarIconView?, animated: Boolean) method |
D | LegacyNotificationIconAreaControllerImpl.java | 497 public void showIconIsolated(StatusBarIconView icon, boolean animated) { in showIconIsolated() method in LegacyNotificationIconAreaControllerImpl |
D | NotificationIconContainer.java | 785 public void showIconIsolated(StatusBarIconView icon) { in showIconIsolated() method in NotificationIconContainer |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ | ||
D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 55 override fun showIconIsolated(icon: StatusBarIconView?, animated: Boolean) = unsupported in setupAodIcons() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImpl |