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.java44 public class InvocationLightsView extends View class
74 public InvocationLightsView(Context context) { in InvocationLightsView() method in InvocationLightsView
78 public InvocationLightsView(Context context, AttributeSet attrs) { in InvocationLightsView() method in InvocationLightsView
82 public InvocationLightsView(Context context, AttributeSet attrs, int defStyleAttr) { in InvocationLightsView() method in InvocationLightsView
86 public InvocationLightsView(Context context, AttributeSet attrs, int defStyleAttr, in InvocationLightsView() method in InvocationLightsView
DDefaultUiController.java66 protected InvocationLightsView mInvocationLightsView;
106 mInvocationLightsView = (InvocationLightsView) in DefaultUiController()