Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DSystemUIQCView.java48 public class SystemUIQCView extends QCView { class
52 public SystemUIQCView(Context context) { in SystemUIQCView() method in SystemUIQCView
57 public SystemUIQCView(Context context, AttributeSet attrs) { in SystemUIQCView() method in SystemUIQCView
62 public SystemUIQCView(Context context, AttributeSet attrs, int defStyleAttr) { in SystemUIQCView() method in SystemUIQCView
67 public SystemUIQCView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SystemUIQCView() method in SystemUIQCView
102 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SystemUIQCView); in init()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java54 import com.android.systemui.car.qc.SystemUIQCView;
74 private final ArrayList<SystemUIQCView> mQCViews = new ArrayList<>();
206 public ArrayList<SystemUIQCView> getQCViews() { in getQCViews()
222 void qcViewsFound(ArrayList<SystemUIQCView> qcViews); in qcViewsFound()
425 if (v instanceof SystemUIQCView) { in findQcViews()
426 SystemUIQCView qcv = (SystemUIQCView) v; in findQcViews()