Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java45 public class InvocationLightsView extends View class
73 public InvocationLightsView(Context context) { in InvocationLightsView() method in InvocationLightsView
77 public InvocationLightsView(Context context, AttributeSet attrs) { in InvocationLightsView() method in InvocationLightsView
81 public InvocationLightsView(Context context, AttributeSet attrs, int defStyleAttr) { in InvocationLightsView() method in InvocationLightsView
85 public InvocationLightsView(Context context, AttributeSet attrs, int defStyleAttr, in InvocationLightsView() method in InvocationLightsView
DDefaultUiController.java54 protected InvocationLightsView mInvocationLightsView;
83 mInvocationLightsView = (InvocationLightsView) in DefaultUiController()