Searched refs:PanelView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java43 ArrayList<PanelView> mPanels = new ArrayList<PanelView>();
44 PanelView mTouchingPanel;
64 public void addPanel(PanelView pv) {
79 if (v != null && v instanceof PanelView) {
80 addPanel((PanelView) v);
100 public PanelView selectPanelForTouch(MotionEvent touch) {
122 final PanelView panel = selectPanelForTouch(event);
149 // called from PanelView when self-expanding, too
150 public void startOpeningPanel(PanelView pane
[all...]
H A DPanelHolder.java44 public int getPanelIndex(PanelView pv) {
47 final PanelView v = (PanelView) getChildAt(i);
53 public void setSelectedPanel(PanelView pv) {
H A DPhoneStatusBarView.java38 PanelView mLastFullyOpenedPanel = null;
39 PanelView mNotificationPanel;
76 public void addPanel(PanelView pv) {
104 public PanelView selectPanelForTouch(MotionEvent touch) {
130 public void onPanelFullyOpened(PanelView openPanel) {
154 public void onTrackingStarted(PanelView panel) {
167 public void onTrackingStopped(PanelView panel, boolean expand) {
192 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) {
H A DPanelView.java46 public abstract class PanelView extends FrameLayout { class in inherits:FrameLayout
48 public static final String TAG = PanelView.class.getSimpleName();
185 public PanelView(Context context, AttributeSet attrs) { method in class:PanelView
424 mBar.onTrackingStopped(PanelView.this, expand);
432 mBar.onTrackingStarted(PanelView.this);
1042 pw.println(String.format("[PanelView(%s): expandedHeight=%f maxPanelHeight=%d closing=%s"
H A DNotificationPanelView.java69 public class NotificationPanelView extends PanelView implements
114 * If set, the ongoing touch gesture might both trigger the expansion in {@link PanelView} and

Completed in 74 milliseconds