Home
last modified time | relevance | path

Searched refs:PanelView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java25 public abstract class PanelView extends FrameLayout { class
27 public static final String TAG = PanelView.class.getSimpleName();
36 public PanelView(Context context) { in PanelView() method in PanelView
40 public PanelView(Context context, AttributeSet attrs) { in PanelView() method in PanelView
44 public PanelView(Context context, AttributeSet attrs, int defStyleAttr) { in PanelView() method in PanelView
48 public PanelView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in PanelView() method in PanelView
H A DNotificationPanelView.java29 public class NotificationPanelView extends PanelView {
H A DPanelViewController.java70 public static final boolean DEBUG = PanelView.DEBUG;
71 public static final String TAG = PanelView.class.getSimpleName();
178 private final PanelView mView;
213 PanelView view, in PanelViewController()
1398 PanelView.OnConfigurationChangedListener {