Searched refs:SystemUIQCView (Results 1 – 2 of 2) sorted by relevance
48 public class SystemUIQCView extends QCView { class52 public SystemUIQCView(Context context) { in SystemUIQCView() method in SystemUIQCView57 public SystemUIQCView(Context context, AttributeSet attrs) { in SystemUIQCView() method in SystemUIQCView62 public SystemUIQCView(Context context, AttributeSet attrs, int defStyleAttr) { in SystemUIQCView() method in SystemUIQCView67 public SystemUIQCView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SystemUIQCView() method in SystemUIQCView102 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SystemUIQCView); in init()
54 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()