Searched refs:BindableIconHolder (Results 1 – 5 of 5) sorted by relevance
40 import com.android.systemui.statusbar.phone.StatusBarIconHolder.BindableIconHolder;70 private final Map<String, BindableIconHolder> mBindableIcons = new HashMap<>();153 addBindableIcon((BindableIconHolder) holder, index); in addHolder()173 protected StatusIconDisplayable addBindableIcon(BindableIconHolder holder, in addBindableIcon()293 for (BindableIconHolder holder : mBindableIcons.values()) { in onDemoModeStarted()
42 import com.android.systemui.statusbar.phone.StatusBarIconHolder.BindableIconHolder;216 BindableIconHolder bindableIcon = in addBindableIcon()217 new BindableIconHolder(icon.getInitializer(), icon.getSlot()); in addBindableIcon()
177 class BindableIconHolder(val initializer: ModernStatusBarViewCreator, val slot: String) : class in com.android.systemui.statusbar.phone.StatusBarIconHolder
283 public void addBindableIcon(StatusBarIconHolder.BindableIconHolder holder) { in addBindableIcon()
403 .isInstanceOf(StatusBarIconHolder.BindableIconHolder::class.java) in <lambda>()