Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DSystemUIQCViewController.java50 public final class SystemUIQCViewController extends CarSystemBarElementController<SystemUIQCView> { class
51 private static final String TAG = SystemUIQCViewController.class.getName();
66 public SystemUIQCViewController(@Assisted SystemUIQCView view, in SystemUIQCViewController() method in SystemUIQCViewController
79 CarSystemBarElementController.Factory<SystemUIQCView, SystemUIQCViewController> {}
DQuickControlsModule.java81 @ClassKey(SystemUIQCViewController.class)
83 SystemUIQCViewController.Factory factory); in bindQCViewControllerFactory()
DSystemUIQCView.java102 return SystemUIQCViewController.class; in getElementControllerClass()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java54 import com.android.systemui.car.qc.SystemUIQCViewController;
89 private final ArrayList<SystemUIQCViewController> mQCViewControllers = new ArrayList<>();
419 mQCViewControllers.forEach(SystemUIQCViewController::destroyQCViews); in reset()
432 if (controller instanceof SystemUIQCViewController) { in initQCElementViews()
433 SystemUIQCViewController qcController = (SystemUIQCViewController) controller; in initQCElementViews()